Skip to content

Commit

Permalink
build/pkgs/cocoalib/spkg-install.in: Remove --with-libgmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 23, 2024
1 parent a108c2c commit a0a4ce6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/pkgs/cocoalib/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ cd src/
export CXX=$(echo "$CXX" | sed 's/ *-std=[a-z0-9+]*//g')

# This is NOT a autoconf script, so sdh_configure does not work
./configure --prefix="${SAGE_LOCAL}" \
--with-libgmp="${SAGE_LOCAL}/lib/libgmp.a"
./configure --prefix="${SAGE_LOCAL}"

sdh_make library
sdh_make install

0 comments on commit a0a4ce6

Please sign in to comment.