[55372] trunk/dports/math/gnudatalanguage/Portfile
takeshi at macports.org
takeshi at macports.org
Sun Aug 9 16:22:24 PDT 2009
Revision: 55372
http://trac.macports.org/changeset/55372
Author: takeshi at macports.org
Date: 2009-08-09 16:22:23 -0700 (Sun, 09 Aug 2009)
Log Message:
-----------
gnudatalanguage: removed libs to be linked with netcdf4
Modified Paths:
--------------
trunk/dports/math/gnudatalanguage/Portfile
Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile 2009-08-09 23:20:41 UTC (rev 55371)
+++ trunk/dports/math/gnudatalanguage/Portfile 2009-08-09 23:22:23 UTC (rev 55372)
@@ -5,7 +5,7 @@
name gnudatalanguage
version 0.9rc2
-revision 1
+revision 2
categories math science
maintainers takeshi
platforms darwin
@@ -75,7 +75,7 @@
system "cd ${worksrcpath}; aclocal"
}
use_autoconf yes
-configure.env-append LIBS="-lhdf5_hl -lhdf5 -lz -lcurl"
+configure.env-append LIBS=-lsz
configure.cppflags-append "-I${prefix}/include/python2.5"
configure.cxxflags-append -DH5_USE_16_API
configure.args --with-plplotdir=${prefix} \
@@ -129,8 +129,3 @@
depends_build-append port:g95
configure.f77 ${prefix}/bin/g95
}
-
-variant szip description {link against hdf4 +szip} {
- configure.env-delete LIBS="-lhdf5_hl -lhdf5 -lz -lcurl"
- configure.env-append LIBS="-lhdf5_hl -lhdf5 -lz -lcurl -lsz"
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090809/722f1491/attachment.html>
More information about the macports-changes
mailing list