[115514] trunk/dports/science
eborisch at macports.org
eborisch at macports.org
Fri Jan 3 13:58:10 PST 2014
Revision: 115514
https://trac.macports.org/changeset/115514
Author: eborisch at macports.org
Date: 2014-01-03 13:58:10 -0800 (Fri, 03 Jan 2014)
Log Message:
-----------
mpich[-devel]: Force local builds. Compiler used must exist after installation; can lead to issues if installed from binary package.
Modified Paths:
--------------
trunk/dports/science/mpich/Portfile
trunk/dports/science/mpich-devel/Portfile
Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile 2014-01-03 21:47:10 UTC (rev 115513)
+++ trunk/dports/science/mpich/Portfile 2014-01-03 21:58:10 UTC (rev 115514)
@@ -14,7 +14,7 @@
name mpich
version 3.0.4
-revision 8
+revision 9
license BSD
categories science parallel net
@@ -43,6 +43,10 @@
MPICH (from MPICH2) with a version number of 3.0.
homepage http://www.mpich.org/
+# Force local builds to avoid missing compilers (possible if grabbed from
+# buildbot with different Xcode)
+archive_sites none
+
checksums \
rmd160 c14b3b335be863dd36c0a58630c969719d8ef217 \
sha256 cf638c85660300af48b6f776e5ecd35b5378d5905ec5d34c3da7a27da0acf0b3
@@ -286,7 +290,7 @@
}
livecheck.type regex
- livecheck.regex mpich-(\[0-9.pbrc\]+)${extract.suffix}
+ livecheck.regex mpich-(\[0-9.p\]+)${extract.suffix}
livecheck.url ${homepage}downloads/index.php?s=downloads
} else {
replaced_by mpich-default
Modified: trunk/dports/science/mpich-devel/Portfile
===================================================================
--- trunk/dports/science/mpich-devel/Portfile 2014-01-03 21:47:10 UTC (rev 115513)
+++ trunk/dports/science/mpich-devel/Portfile 2014-01-03 21:58:10 UTC (rev 115514)
@@ -15,7 +15,7 @@
name mpich-devel
version 3.1rc2
distname mpich-${version}
-revision 0
+revision 1
license BSD
categories science parallel net
@@ -44,6 +44,10 @@
MPICH (from MPICH2) with a version number of 3.0.
homepage http://www.mpich.org/
+# Force local builds to avoid missing compilers (possible if grabbed from
+# buildbot with different Xcode)
+archive_sites none
+
checksums \
rmd160 c4407ee72e64bf3aeacdd624946f39a175d6afce \
sha256 f16a7f5d88aad90aff007ed43a3170f03025178e8657a3b2b093e5845833c74a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140103/d89df627/attachment.html>
More information about the macports-changes
mailing list