Revision: 102395 https://trac.macports.org/changeset/102395 Author: eborisch@macports.org Date: 2013-02-01 11:14:43 -0800 (Fri, 01 Feb 2013) Log Message: ----------- mpich[-devel]: Update to 3.0.2 Modified Paths: -------------- trunk/dports/science/mpich/Portfile Removed Paths: ------------- trunk/dports/science/mpich/files/configure_ac.patch Modified: trunk/dports/science/mpich/Portfile =================================================================== --- trunk/dports/science/mpich/Portfile 2013-02-01 17:37:09 UTC (rev 102394) +++ trunk/dports/science/mpich/Portfile 2013-02-01 19:14:43 UTC (rev 102395) @@ -5,8 +5,8 @@ PortGroup compiler_blacklist_versions 1.0 name mpich -version 3.0.1 -revision 1 +version 3.0.2 +revision 0 license BSD categories science parallel net @@ -36,14 +36,9 @@ homepage http://www.mpich.org/ checksums \ - rmd160 a30aa14f9360b9cf2e88f9cd4f06b24b8800c55d \ - sha256 8e93e4426bbf10fcde7d2422d78032010f73dd3bb59ab39a17c25d95223e87d8 + rmd160 3e1a226b7e67ed9b14b371dbea966994d44606d4 \ + sha256 3273cb8bfe7cae71c4e69ab381cd6498ecfe586a95eaebddbc1c926e6fbc2982 -# Upstream fix http://trac.mpich.org/projects/mpich/changeset/10820 -patchfiles configure_ac.patch - -use_autoconf yes - configure.args --disable-dependency-tracking \ --disable-f77 \ --disable-fc \ @@ -155,8 +150,8 @@ if {[regexp -all -- {\yclang\y} ${compiler.blacklist}] != 0 && [variant_isset clang]} { ui_error \ - "This version of clang segfaults. Please select a different compiler." - return -code error "Unsupported clang version. Try +clang31 or +llvm ?" + "The linker called from this version of clang segfaults." + return -code error "Unsupported clang version. Use +clang31 or +clang32" } livecheck.type regex Deleted: trunk/dports/science/mpich/files/configure_ac.patch =================================================================== --- trunk/dports/science/mpich/files/configure_ac.patch 2013-02-01 17:37:09 UTC (rev 102394) +++ trunk/dports/science/mpich/files/configure_ac.patch 2013-02-01 19:14:43 UTC (rev 102395) @@ -1,26 +0,0 @@ -Index: configure.ac -=================================================================== ---- configure.ac (revision 10804) -+++ configure.ac (revision 10820) -@@ -652,14 +652,11 @@ - - # Before attempting to find valid compilers, set the corresponding precious --# shell variable to "false" (the program/builtin that always fails) for any --# languages that have been disabled by the user with "--disable-LANG". This --# should save a bit of configure time and also prevent user complaints like --# ticket #1570. --AS_IF([test "x$enable_f77" = "xno"],[F77=false]) --AS_IF([test "x$enable_fc" = "xno"],[FC=false]) --# Set CXXCPP=$CPP so that we don't fail the (fatal) preprocessor sanity check. --# At least as of autoconf-2.69, this sanity test does not check for any --# C++-specific headers. --AS_IF([test "x$enable_cxx" = "xno"],[CXX=false ; CXXCPP=$CPP]) -+# shell variable to "no" for any languages that have been disabled by the user -+# with "--disable-LANG". Libtool understands this as a request to disable -+# support for this language. This should save a bit of configure time and also -+# prevent user complaints like ticket #1570. -+AS_IF([test "x$enable_f77" = "xno"],[F77=no]) -+AS_IF([test "x$enable_fc" = "xno"],[FC=no]) -+AS_IF([test "x$enable_cxx" = "xno"],[CXX=no]) - - # suppress default "-g -O2" from AC_PROG_CXX
participants (1)
-
eborisch@macports.org