[117888] trunk/dports/science/clhep/Portfile

mojca at macports.org mojca at macports.org
Sun Mar 16 04:46:15 PDT 2014


Revision: 117888
          https://trac.macports.org/changeset/117888
Author:   mojca at macports.org
Date:     2014-03-16 04:46:15 -0700 (Sun, 16 Mar 2014)
Log Message:
-----------
clhep: blacklist clang 3.4 and newer (#42841)

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

Modified: trunk/dports/science/clhep/Portfile
===================================================================
--- trunk/dports/science/clhep/Portfile	2014-03-16 09:07:40 UTC (rev 117887)
+++ trunk/dports/science/clhep/Portfile	2014-03-16 11:46:15 UTC (rev 117888)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                clhep
 version             2.1.4.1
@@ -30,6 +31,10 @@
     file mkdir ${configure.dir}
 }
 
+# https://savannah.cern.ch/bugs/?104110
+# https://trac.macports.org/ticket/42841
+compiler.blacklist  {clang > 503} macports-clang-3.4 macports-clang-3.5
+
 configure.post_args ${worksrcpath}
 
 # TODO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140316/c928d020/attachment.html>


More information about the macports-changes mailing list