[149962] trunk/dports/math/qhull/Portfile

mmoll at macports.org mmoll at macports.org
Wed Jul 6 15:04:59 PDT 2016


Revision: 149962
          https://trac.macports.org/changeset/149962
Author:   mmoll at macports.org
Date:     2016-07-06 15:04:58 -0700 (Wed, 06 Jul 2016)
Log Message:
-----------
math/qhull: don't force gcc, use blacklist instead

Modified Paths:
--------------
    trunk/dports/math/qhull/Portfile

Modified: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile	2016-07-06 21:50:54 UTC (rev 149961)
+++ trunk/dports/math/qhull/Portfile	2016-07-06 22:04:58 UTC (rev 149962)
@@ -4,13 +4,13 @@
 PortSystem 1.0
 PortGroup           cmake 1.0
 PortGroup           compiler_blacklist_versions 1.0
-PortGroup           compilers 1.0
 cmake.out_of_source yes
 
 name                qhull
 set                 vyear   2015
 set                 vext    2
 version             ${vyear}.${vext}
+revision            1
 categories          math
 platforms           darwin
 maintainers         mmoll
@@ -44,16 +44,6 @@
 # See https://trac.macports.org/ticket/51486
 compiler.blacklist  *gcc-4.2 {*gcc-4.[0-6]} {clang < 137}
 
-# qhull requires compiler with -Wno-sign-conversion
-# 10.6 doesn't have it by default
-platform darwin 10 {
-    compilers.choose      cc cxx
-    compilers.setup
-    if {![c_variant_isset]} {
-        default_variants-append  +${compilers.gcc_default}
-    }
-}
-
 configure.args-append   -DDOC_INSTALL_DIR=share/doc/qhull -DMAN_INSTALL_DIR=share/man/man1
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160706/4ca50a6e/attachment.html>


More information about the macports-changes mailing list