[41576] trunk/dports/lang/pure/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Nov 6 03:04:49 PST 2008
Revision: 41576
http://trac.macports.org/changeset/41576
Author: ryandesign at macports.org
Date: 2008-11-06 03:04:47 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
pure:
* update to 0.13; all tests passed
* remove gsl variant; now always include gsl support as recommended by developer of pure
Modified Paths:
--------------
trunk/dports/lang/pure/Portfile
Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile 2008-11-06 10:52:18 UTC (rev 41575)
+++ trunk/dports/lang/pure/Portfile 2008-11-06 11:04:47 UTC (rev 41576)
@@ -3,7 +3,7 @@
PortSystem 1.0
name pure
-version 0.12
+version 0.13
categories lang
platforms darwin
maintainers ryandesign
@@ -24,19 +24,20 @@
hence programs run blazingly fast and interfacing to C modules is easy.
checksums \
- md5 da25d40066ed30899380d8ae758a7849 \
- sha1 1dbd6f889da648f0e6f3d6942d0d2f5ff97c527e \
- rmd160 7a6d6f2ffe9501b4da35a8de59047d5421dbb3c0
+ md5 3ef4aacd962122094b3643073091bc0c \
+ sha1 ac6bbdf364fc3af2a945f84b57359905bee084b8 \
+ rmd160 3a13baf72ed12879d08a848ff6998a137206432d
depends_lib \
port:gmp \
+ port:gsl \
port:libiconv \
port:libtool \
path:${prefix}/bin/llvm-config:llvm-devel \
port:readline
configure.args \
- --disable-gsl
+ --enable-gsl
pre-configure {
set llvm_minimum_version 2.4
@@ -46,12 +47,6 @@
}
}
-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/20081106/7cfe80e7/attachment.html>
More information about the macports-changes
mailing list