/[pkgs]/devel/Macaulay2/Macaulay2-1.2-pari.patch
ViewVC logotype

Contents of /devel/Macaulay2/Macaulay2-1.2-pari.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 13 21:30:02 2009 UTC (9 months, 1 week ago) by rdieter
Branch: MAIN
CVS Tags: F-11-split, F-12-split, Macaulay2-1_2-5_fc12, Macaulay2-1_2-1_fc11, Macaulay2-1_2-4_fc12, Macaulay2-1_2-2_fc11, Macaulay2-1_2-3_fc11, Macaulay2-1_2-6_fc12, HEAD
File MIME type: text/x-patch
* Fri Feb 13 2009 Rex Dieter <rdieter@fedoraproject.org> 1.2-1
- Macaulay-1.2
1 diff -up Macaulay2-1.2/configure.ac.pari Macaulay2-1.2/configure.ac
2 --- Macaulay2-1.2/configure.ac.pari 2009-02-13 08:10:27.000000000 -0600
3 +++ Macaulay2-1.2/configure.ac 2009-02-13 09:27:19.000000000 -0600
4 @@ -1009,9 +1009,11 @@ do case $i in
5 # socket: dynamic loading of libraries is used to determine the current way to look up an IP number
6 # libgcc_s: comes only in dynamic form
7 -lncurses | -lsocket | -lgcc_s* ) LIBS_DYNAMIC="$LIBS_DYNAMIC $i" ;;
8 - # we must link statically with some libraries:
9 - # libpari: provides no version number at run time, and we must ensure it is configured based on gmp
10 - -lpari ) LIBS_STATIC="$LIBS_STATIC $i" ;;
11 + # but on some systems, libpari is provided only dynamically (fedora), so we link dynamically
12 + # and later we'll figure out a run-time test for whether pari is based on gmp
13 + # # we must link statically with some libraries:
14 + # # libpari: provides no version number at run time, and we must ensure it is configured based on gmp
15 + # -lpari ) LIBS_STATIC="$LIBS_STATIC $i" ;;
16 *) LIBS_STATIC_OR_DYNAMIC="$LIBS_STATIC_OR_DYNAMIC $i" ;;
17 esac
18 done

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2