[136955] trunk/dports/math/OpenBLAS/Portfile

nicos at macports.org nicos at macports.org
Sun May 31 06:39:50 PDT 2015


Revision: 136955
          https://trac.macports.org/changeset/136955
Author:   nicos at macports.org
Date:     2015-05-31 06:39:50 -0700 (Sun, 31 May 2015)
Log Message:
-----------
OpenBLAS: update used compilers to llvm-3.4

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

Modified: trunk/dports/math/OpenBLAS/Portfile
===================================================================
--- trunk/dports/math/OpenBLAS/Portfile	2015-05-31 12:30:30 UTC (rev 136954)
+++ trunk/dports/math/OpenBLAS/Portfile	2015-05-31 13:39:50 UTC (rev 136955)
@@ -6,6 +6,7 @@
 PortGroup           muniversal 1.0
 
 github.setup        xianyi OpenBLAS 0.2.14 v
+revision            1
 
 conflicts           OpenBLAS-devel
 categories          math science
@@ -56,12 +57,12 @@
         configure.compiler      clang
     } else {
         # Xcode's clang < 5.0 does not support avx
-        configure.compiler      macports-clang-3.3
+        configure.compiler      macports-clang-3.4
     }
     #Also need a compiler for fortran code: forcing to dragonegg to
     #ensure AVX-capable fortran compiler 
-    depends_build-append    port:dragonegg-3.3-gcc-4.8
-    configure.fc            ${prefix}/bin/dragonegg-3.3-gfortran-mp-4.8
+    depends_build-append    port:dragonegg-3.4-gcc-4.8
+    configure.fc            ${prefix}/bin/dragonegg-3.4-gfortran-mp-4.8
 
 }
 
@@ -100,7 +101,7 @@
             } else {
                 #Ensure to use the AVX-capable assembler
                 puts $makeINC "COMMON_OPT = -O3 \
-                    -specs=${prefix}/libexec/dragonegg/llvm33gcc48-integrated-as.specs"
+                    -specs=${prefix}/libexec/dragonegg/llvm34gcc48-integrated-as.specs"
             }
             puts $makeINC "COMMON_PROF = -pg"
     
@@ -130,7 +131,7 @@
         } else {
             #Ensure to use the AVX-capable assembler
             puts $makeINC "COMMON_OPT = -O3 \
-                -specs=${prefix}/libexec/dragonegg/llvm33gcc48-integrated-as.specs"
+                -specs=${prefix}/libexec/dragonegg/llvm34gcc48-integrated-as.specs"
         }       
         puts $makeINC "COMMON_PROF = -pg"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150531/e10c5900/attachment.html>


More information about the macports-changes mailing list