[117906] trunk/dports/science/geant4/Portfile

mojca at macports.org mojca at macports.org
Sun Mar 16 14:52:38 PDT 2014


Revision: 117906
          https://trac.macports.org/changeset/117906
Author:   mojca at macports.org
Date:     2014-03-16 14:52:38 -0700 (Sun, 16 Mar 2014)
Log Message:
-----------
geant4: blacklist clang 3.4 & 3.5 (#42875)

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

Modified: trunk/dports/science/geant4/Portfile
===================================================================
--- trunk/dports/science/geant4/Portfile	2014-03-16 21:22:21 UTC (rev 117905)
+++ trunk/dports/science/geant4/Portfile	2014-03-16 21:52:38 UTC (rev 117906)
@@ -6,6 +6,7 @@
 PortSystem          1.0
 PortGroup           cmake 1.0
 PortGroup           select 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                geant4
 version             4
@@ -164,6 +165,11 @@
         post-extract {
             file mkdir ${configure.dir}
         }
+
+        # https://trac.macports.org/ticket/42841
+        # https://trac.macports.org/ticket/42875
+        compiler.blacklist  {clang > 503} macports-clang-3.4 macports-clang-3.5
+
         configure.post_args ${worksrcpath}
 
         # check if these are all the dependencies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140316/190e13cf/attachment.html>


More information about the macports-changes mailing list