[92222] trunk/dports/math/pari/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 22 01:11:43 PDT 2012


Revision: 92222
          https://trac.macports.org/changeset/92222
Author:   ryandesign at macports.org
Date:     2012-04-22 01:11:43 -0700 (Sun, 22 Apr 2012)
Log Message:
-----------
pari: no need to manually set C_INCLUDE_PATH and LIBRARY_PATH; MacPorts base sets CPATH and LIBRARY_PATH already

Modified Paths:
--------------
    trunk/dports/math/pari/Portfile

Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile	2012-04-22 08:10:09 UTC (rev 92221)
+++ trunk/dports/math/pari/Portfile	2012-04-22 08:11:43 UTC (rev 92222)
@@ -33,11 +33,6 @@
 
 configure.cmd       ./Configure
 
-# PARI/GP doesn't use autoconf, and if only *FLAGS environment variables are
-# used, libreadline is not found. One needs *PATH environment variables.
-configure.env       C_INCLUDE_PATH=${prefix}/include \
-                    LIBRARY_PATH=${prefix}/lib
-
 # Always use GMP (forced by --with-gmp), as advised by the PARI developers:
 #   http://www.math.u-bordeaux.fr/~belabas/pari/doc/faq.html#gnump
 # There are no reasons not to use it. If a no_gmp variant is needed,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120422/07871a22/attachment.html>


More information about the macports-changes mailing list