[115771] trunk/dports/science/silo/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri Jan 10 14:50:51 PST 2014
Revision: 115771
https://trac.macports.org/changeset/115771
Author: macsforever2000 at macports.org
Date: 2014-01-10 14:50:51 -0800 (Fri, 10 Jan 2014)
Log Message:
-----------
silo: Update to version 4.9.1. Enable PDB lite headers and shared libraries. Added gcc48 and gcc49 variants. (#42077)
Modified Paths:
--------------
trunk/dports/science/silo/Portfile
Modified: trunk/dports/science/silo/Portfile
===================================================================
--- trunk/dports/science/silo/Portfile 2014-01-10 22:44:15 UTC (rev 115770)
+++ trunk/dports/science/silo/Portfile 2014-01-10 22:50:51 UTC (rev 115771)
@@ -4,8 +4,7 @@
PortSystem 1.0
name silo
-version 4.9
-revision 2
+version 4.9.1
categories science
platforms darwin
maintainers nomaintainer
@@ -18,8 +17,8 @@
homepage https://wci.llnl.gov/codes/silo/
master_sites ${homepage}silo-${version}/
-checksums sha1 47534662d880e9fec61aa7f55a72fa130a70c201 \
- rmd160 6939158da08946c81f626ba5e0840cfe44a05f1d
+checksums sha1 f97b62dd8b2e1f0266ab2ba2924ecaa68303d28c \
+ rmd160 4228345a7fb2994c7e331c098712aaaafe0f2782
distname ${name}-${version}-bsd
@@ -35,6 +34,8 @@
configure.args --enable-optimization \
--disable-fortran \
--with-zlib \
+ --enable-install-lite-headers \
+ --enable-shared \
--enable-browser=no \
--enable-silex=no
@@ -48,28 +49,40 @@
variant gcc44 description {
Build with MacPorts gcc44 compiler.
-} conflicts gcc45 gcc46 gcc47 {
+} conflicts gcc45 gcc46 gcc47 gcc48 gcc49 {
configure.compiler macports-gcc-4.4
}
variant gcc45 description {
Build with MacPorts gcc45 compiler.
-} conflicts gcc44 gcc46 gcc47 {
+} conflicts gcc44 gcc46 gcc47 gcc48 gcc49 {
configure.compiler macports-gcc-4.5
}
variant gcc46 description {
Build with MacPorts gcc46 compiler.
-} conflicts gcc44 gcc45 gcc47 {
+} conflicts gcc44 gcc45 gcc47 gcc48 gcc49 {
configure.compiler macports-gcc-4.6
}
variant gcc47 description {
Build with MacPorts gcc47 compiler.
-} conflicts gcc44 gcc45 gcc46 {
+} conflicts gcc44 gcc45 gcc46 gcc48 gcc49 {
configure.compiler macports-gcc-4.7
}
+variant gcc48 description {
+ Build with MacPorts gcc48 compiler.
+} conflicts gcc44 gcc45 gcc46 gcc47 gcc49 {
+ configure.compiler macports-gcc-4.8
+}
+
+variant gcc49 description {
+ Build with MacPorts gcc49 compiler.
+} conflicts gcc44 gcc45 gcc46 gcc47 gcc48 {
+ configure.compiler macports-gcc-4.9
+}
+
livecheck.type regex
livecheck.url ${homepage}downloads.html
livecheck.regex ${name}-(\[0-9.\]+)-bsd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140110/2824a8fd/attachment-0001.html>
More information about the macports-changes
mailing list