[146919] trunk/dports/science/abinit/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Sun Mar 20 14:03:05 PDT 2016


Revision: 146919
          https://trac.macports.org/changeset/146919
Author:   dstrubbe at macports.org
Date:     2016-03-20 14:03:05 -0700 (Sun, 20 Mar 2016)
Log Message:
-----------
abinit: Remove mistakenly unconditional atlas dependency. Fix capitalization of -lvecLibFort.

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

Modified: trunk/dports/science/abinit/Portfile
===================================================================
--- trunk/dports/science/abinit/Portfile	2016-03-20 20:45:21 UTC (rev 146918)
+++ trunk/dports/science/abinit/Portfile	2016-03-20 21:03:05 UTC (rev 146919)
@@ -35,9 +35,6 @@
 checksums           rmd160  f77a9db5bcd97bcc46ea11a96bbf8f17cb1a19b3 \
                     sha256  e9376a3e34790bce90992f28e5fa8554b51ba467bf5709c7fd25d300e7c4f56a
 
-# or vecLibFort, or OpenBLAS(-devel)
-depends_lib-append  port:atlas
-
 compilers.choose    cc cxx fc
 # g95 is not compatible with OpenMP, and support will be removed in the next version
 mpi.setup           default require_fortran -g95
@@ -122,7 +119,7 @@
     } else {
         set linalg-flavor netlib
         if { [variant_isset accelerate] } {
-            set linalg_libs        -lveclibfort
+            set linalg_libs        -lvecLibFort
         } elseif { [variant_isset openblas] } {
             set linalg_libs        -lopenblas
         }
@@ -224,7 +221,7 @@
 }
 
 variant accelerate conflicts atlas openblas description {Build with linear algebra from built-in Accelerate framework} {
-    depends_lib-append      port:veclibfort
+    depends_lib-append      port:vecLibFort
 }
 
 variant atlas conflicts accelerate openblas description {Build with linear algebra from ATLAS} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160320/6fa02967/attachment.html>


More information about the macports-changes mailing list