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

nicos at macports.org nicos at macports.org
Sun Jan 10 05:34:35 PST 2016


Revision: 144497
          https://trac.macports.org/changeset/144497
Author:   nicos at macports.org
Date:     2016-01-10 05:34:35 -0800 (Sun, 10 Jan 2016)
Log Message:
-----------
OpenBLAS: update -devel to latest commit
fix install for case-sensitive systems (ticket #50232)

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

Modified: trunk/dports/math/OpenBLAS/Portfile
===================================================================
--- trunk/dports/math/OpenBLAS/Portfile	2016-01-10 13:02:01 UTC (rev 144496)
+++ trunk/dports/math/OpenBLAS/Portfile	2016-01-10 13:34:35 UTC (rev 144497)
@@ -22,10 +22,9 @@
 
 subport OpenBLAS-devel {}
 if {[string first "-devel" $subport] > 0} {
-    github.setup    xianyi OpenBLAS da7f69e8f401
+    github.setup    xianyi OpenBLAS c6a27bbe64f7
     name            ${github.project}-devel
-    version         20151125
-    revision        1
+    version         20160110
     conflicts       OpenBLAS
 
     fetch.type      git
@@ -193,13 +192,13 @@
             delete file ${destroot}-${arch}/${prefix}/lib/cmake
             if {[variant_isset lapack]} {
                 #Install lapacke headers too
-                xinstall -m 755 ${worksrcpath}-${arch}/lapack-netlib/lapacke/include/lapacke_config.h \
+                xinstall -m 755 ${worksrcpath}-${arch}/lapack-netlib/LAPACKE/include/lapacke_config.h \
                     ${destroot}-${arch}${prefix}/include/lapacke_config.h
-                xinstall -m 755 ${worksrcpath}-${arch}/lapack-netlib/lapacke/include/lapacke_mangling.h \
+                xinstall -m 755 ${worksrcpath}-${arch}/lapack-netlib/LAPACKE/include/lapacke_mangling.h \
                     ${destroot}-${arch}${prefix}/include/lapacke_mangling.h
-                xinstall -m 755 ${worksrcpath}-${arch}/lapack-netlib/lapacke/include/lapacke_utils.h \
+                xinstall -m 755 ${worksrcpath}-${arch}/lapack-netlib/LAPACKE/include/lapacke_utils.h \
                     ${destroot}-${arch}${prefix}/include/lapacke_utils.h
-                xinstall -m 755 ${worksrcpath}-${arch}/lapack-netlib/lapacke/include/lapacke.h \
+                xinstall -m 755 ${worksrcpath}-${arch}/lapack-netlib/LAPACKE/include/lapacke.h \
                     ${destroot}-${arch}${prefix}/include/lapacke.h
             }
         }
@@ -216,13 +215,13 @@
         delete file ${destroot}/${prefix}/lib/cmake
         if {[variant_isset lapack]} {
             #Install lapacke headers too
-            xinstall -m 755 ${worksrcpath}/lapack-netlib/lapacke/include/lapacke_config.h \
+            xinstall -m 755 ${worksrcpath}/lapack-netlib/LAPACKE/include/lapacke_config.h \
                 ${destroot}${prefix}/include/lapacke_config.h
-            xinstall -m 755 ${worksrcpath}/lapack-netlib/lapacke/include/lapacke_mangling.h \
+            xinstall -m 755 ${worksrcpath}/lapack-netlib/LAPACKE/include/lapacke_mangling.h \
                 ${destroot}${prefix}/include/lapacke_mangling.h
-            xinstall -m 755 ${worksrcpath}/lapack-netlib/lapacke/include/lapacke_utils.h \
+            xinstall -m 755 ${worksrcpath}/lapack-netlib/LAPACKE/include/lapacke_utils.h \
                 ${destroot}${prefix}/include/lapacke_utils.h
-            xinstall -m 755 ${worksrcpath}/lapack-netlib/lapacke/include/lapacke.h \
+            xinstall -m 755 ${worksrcpath}/lapack-netlib/LAPACKE/include/lapacke.h \
                 ${destroot}${prefix}/include/lapacke.h
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160110/a5702984/attachment.html>


More information about the macports-changes mailing list