[139294] trunk/dports/python/py-scipy/Portfile
michaelld at macports.org
michaelld at macports.org
Tue Aug 11 02:14:36 PDT 2015
Revision: 139294
https://trac.macports.org/changeset/139294
Author: michaelld at macports.org
Date: 2015-08-11 02:14:36 -0700 (Tue, 11 Aug 2015)
Log Message:
-----------
py*-numpy: make +atlas and +openblas conflict.
Modified Paths:
--------------
trunk/dports/python/py-scipy/Portfile
Modified: trunk/dports/python/py-scipy/Portfile
===================================================================
--- trunk/dports/python/py-scipy/Portfile 2015-08-11 09:12:40 UTC (rev 139293)
+++ trunk/dports/python/py-scipy/Portfile 2015-08-11 09:14:36 UTC (rev 139294)
@@ -64,11 +64,11 @@
system "chmod -R a+r ${destroot}${prefix}"
}
- variant atlas description "Use MacPorts ATLAS libraries" {
+ variant atlas conflicts openblas description "Use MacPorts ATLAS libraries" {
depends_lib-append port:atlas
}
- variant openblas description "Use MacPorts OpenBLAS Libraries" {
+ variant openblas conflicts atlas description "Use MacPorts OpenBLAS Libraries" {
depends_lib-append path:lib/libopenblas.dylib:openblas
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150811/6010f101/attachment.html>
More information about the macports-changes
mailing list