[141074] trunk/dports/science/ape/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Fri Oct 9 09:03:55 PDT 2015


Revision: 141074
          https://trac.macports.org/changeset/141074
Author:   dstrubbe at macports.org
Date:     2015-10-09 09:03:55 -0700 (Fri, 09 Oct 2015)
Log Message:
-----------
ape: Disable gcc5 and gcc6 variants since their cpp as FCCPP does not work for this code.

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

Modified: trunk/dports/science/ape/Portfile
===================================================================
--- trunk/dports/science/ape/Portfile	2015-10-09 15:55:04 UTC (rev 141073)
+++ trunk/dports/science/ape/Portfile	2015-10-09 16:03:55 UTC (rev 141074)
@@ -31,8 +31,9 @@
 configure.optflags  -O3
 
 # uses C too, could introduce variants for that too. would need to sort out FCCPP usage.
+# cpp from gcc5 and gcc6 do not work for FCCPP currently. gfortran is ok though.
 compilers.choose    fc cc cpp
-compilers.setup     require_fortran -g95 -clang -gfortran -llvm
+compilers.setup     require_fortran -g95 -clang -llvm -gcc5 -gcc6
 
 # g95 is disabled because of constructs regarded as illegal by this compiler.
 # :info:build In file mesh_ape.f90:58
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151009/ca72d3da/attachment.html>


More information about the macports-changes mailing list