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

dstrubbe at macports.org dstrubbe at macports.org
Thu Jun 9 08:59:13 PDT 2016


Revision: 149282
          https://trac.macports.org/changeset/149282
Author:   dstrubbe at macports.org
Date:     2016-06-09 08:59:13 -0700 (Thu, 09 Jun 2016)
Log Message:
-----------
apbs: Enable out-of-source build. Try harder to blacklist gcc 4.2 versions.

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

Modified: trunk/dports/science/apbs/Portfile
===================================================================
--- trunk/dports/science/apbs/Portfile	2016-06-09 15:46:49 UTC (rev 149281)
+++ trunk/dports/science/apbs/Portfile	2016-06-09 15:59:13 UTC (rev 149282)
@@ -6,6 +6,7 @@
 PortGroup               mpi 1.0
 PortGroup               github 1.0
 
+cmake.out_of_source     yes
 name                    apbs
 
 # For example, now "apbs +mpich" would be equivalent to the old "apbs-mpi +mpich"
@@ -85,7 +86,7 @@
 # Some cmake tests will fail with "error: unrecognized option '-arch'" from gcc 4.6 and earlier. Same with dragonegg based on it.
 # llvm-gcc-4.2 will fail to build with: error: unrecognized command line option "-std=c++0x"
 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
+                        macports-dragonegg-3.3 macports-dragonegg-3.4 gcc-4.2 llvm-gcc-4.2 apple-gcc-4.2 macports-llvm-gcc-4.2
 # 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/fdf932e7/attachment-0001.html>


More information about the macports-changes mailing list