[149291] trunk/dports/science/apbs/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Thu Jun 9 11:40:28 PDT 2016


Revision: 149291
          https://trac.macports.org/changeset/149291
Author:   dstrubbe at macports.org
Date:     2016-06-09 11:40:27 -0700 (Thu, 09 Jun 2016)
Log Message:
-----------
apbs: Blacklist clang 3.4 and 3.5 which give errors on the templates in geoflow.

Modified Paths:
--------------
    trunk/dports/science/apbs/Portfile

Modified: trunk/dports/science/apbs/Portfile
===================================================================
--- trunk/dports/science/apbs/Portfile	2016-06-09 17:53:12 UTC (rev 149290)
+++ trunk/dports/science/apbs/Portfile	2016-06-09 18:40:27 UTC (rev 149291)
@@ -88,7 +88,8 @@
 # llvm-gcc-4.2 will fail to build with: error: unrecognized command line option "-std=c++0x"
 # It comes with clang for OSX 10.6 so we need to blacklist clang to prevent it being used.
 compiler.blacklist      macports-gcc-4.4 macports-gcc-4.5 macports-gcc-4.6 \
-    macports-dragonegg-3.3 macports-dragonegg-3.4 gcc-4.2 llvm-gcc-4.2 apple-gcc-4.2 macports-llvm-gcc-4.2 {clang < 425}
+    macports-dragonegg-3.3 macports-dragonegg-3.4 gcc-4.2 llvm-gcc-4.2 apple-gcc-4.2 macports-llvm-gcc-4.2 {clang < 425} \
+    macports-clang-3.4 macports-clang-3.5
 # g++ will just fail to link apbs_geoflow. probably about -lstdc++ stuff. So, just use Fortran.
 compilers.choose        fc
 mpi.setup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160609/d6b2adcd/attachment.html>


More information about the macports-changes mailing list