[143453] trunk/dports/python/py-numpy/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Dec 12 11:00:25 PST 2015


Revision: 143453
          https://trac.macports.org/changeset/143453
Author:   mcalhoun at macports.org
Date:     2015-12-12 10:19:33 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
py-numpy: as of r142778, atlas no longer has clang variant

Revision Links:
--------------
    https://trac.macports.org/changeset/142778

Modified Paths:
--------------
    trunk/dports/python/py-numpy/Portfile

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2015-12-12 18:02:13 UTC (rev 143452)
+++ trunk/dports/python/py-numpy/Portfile	2015-12-12 18:19:33 UTC (rev 143453)
@@ -82,12 +82,8 @@
         patchfiles-append       patch-numpy_linalg_setup.py.diff
 
         pre-fetch {
-            # get the c compiler name, if blank set to clang which is what atlas
-            # does
+            # get the c compiler name
             set cc [c_variant_name]
-            if {$cc eq ""} {
-                set cc clang
-            }
 
             # check the C compiler for atlas: if not the same then error out; we
             # don't need to check the fortran compiler because if atlas is compiled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/c6f8088e/attachment.html>


More information about the macports-changes mailing list