Ticket #9592: spkg-install.diff
File spkg-install.diff, 769 bytes (added by , 12 years ago) |
---|
-
spkg-install
old new 177 177 178 178 cd src/src 179 179 180 if [ "$UNAME" = "SunOS" ]; then181 LCALC_LIBS="-lpari -lmpfr -lgmpxx -lgmp -liberty"182 else183 LCALC_LIBS="-lpari -lmpfr -lgmpxx -lgmp"184 fi185 export LCALC_LIBS186 echo "Using LCALC_LIBS=$LCALC_LIBS"187 188 180 success() { 189 181 set +e 190 182 if [ $? -ne 0 ]; then … … 194 186 set -e 195 187 } 196 188 197 cp ../../patches/Lcommandline_elliptic.cc .198 189 199 190 # disable Cygwin build for now 200 191 if [ "$UNAME" = "CYGWIN" ]; then … … 205 196 206 197 207 198 export DEFINES="" 199 200 # Copy sage specific modifications and build 201 cp ../../patches/Lcommandline_elliptic.cc . 208 202 cp ../../patches/Makefile.sage Makefile 209 203 set +e 210 204 make