[40271] trunk/dports/lang/pure-devel/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Sep 27 17:30:54 PDT 2008
Revision: 40271
http://trac.macports.org/changeset/40271
Author: ryandesign at macports.org
Date: 2008-09-27 17:30:53 -0700 (Sat, 27 Sep 2008)
Log Message:
-----------
pure-devel: update to 0.8 886, and add new gsl variant for GNU Scientific Library support
Modified Paths:
--------------
trunk/dports/lang/pure-devel/Portfile
Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile 2008-09-28 00:27:58 UTC (rev 40270)
+++ trunk/dports/lang/pure-devel/Portfile 2008-09-28 00:30:53 UTC (rev 40271)
@@ -3,7 +3,7 @@
PortSystem 1.0
name pure-devel
-version 0.7.0.r778
+version 0.8.0.r886
categories lang
platforms darwin
maintainers ryandesign
@@ -42,6 +42,9 @@
path:${prefix}/bin/llvm-config:llvm-devel \
port:readline
+configure.args \
+ --disable-gsl
+
pre-configure {
set llvm_minimum_version 2.4
set llvm_installed_version [exec llvm-config --version]
@@ -50,6 +53,12 @@
}
}
+variant gsl description {Enable experimental support for the GNU Scientific Library (GSL)} {
+ configure.args-append --enable-gsl
+ configure.args-delete --disable-gsl
+ depends_lib-append port:gsl
+}
+
test.run yes
test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080927/408d2189/attachment.html
More information about the macports-changes
mailing list