[126723] trunk/dports/math/OpenBLAS

nicos at macports.org nicos at macports.org
Tue Oct 14 09:19:47 PDT 2014


Revision: 126723
          https://trac.macports.org/changeset/126723
Author:   nicos at macports.org
Date:     2014-10-14 09:19:47 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
OpenBLAS: update to 0.2.12

Modified Paths:
--------------
    trunk/dports/math/OpenBLAS/Portfile
    trunk/dports/math/OpenBLAS/files/patch-linkLib.diff

Modified: trunk/dports/math/OpenBLAS/Portfile
===================================================================
--- trunk/dports/math/OpenBLAS/Portfile	2014-10-14 16:10:58 UTC (rev 126722)
+++ trunk/dports/math/OpenBLAS/Portfile	2014-10-14 16:19:47 UTC (rev 126723)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 PortGroup           muniversal 1.0
 
-github.setup        xianyi OpenBLAS 0.2.10 v
+github.setup        xianyi OpenBLAS 0.2.12 v
 
 conflicts           OpenBLAS-devel
 categories          math science
@@ -22,8 +22,8 @@
 patchfiles          patch-libnoarch.diff \
                     patch-linkLib.diff
 
-checksums           rmd160  16bd58b2185f9a5ed90f189eb4c75cdede0d2cda \
-                    sha256  ea8f43151afc4a2c6c331c267a0535ec332d1f506dbffc25ed05976631c1201a
+checksums           rmd160  a6bdd76cb5eef0fa2dba05d0cb1d8c2cc3cd0400 \
+                    sha256  0f1727700e3991aea6d4dab11daa1254603b19a73df0a2eb474f6db7bc6d090d
 
 variant gcc45 conflicts gcc46 gcc47 gcc48 gcc49 clang \
     description "Use Gcc45 as compiler" { 

Modified: trunk/dports/math/OpenBLAS/files/patch-linkLib.diff
===================================================================
--- trunk/dports/math/OpenBLAS/files/patch-linkLib.diff	2014-10-14 16:10:58 UTC (rev 126722)
+++ trunk/dports/math/OpenBLAS/files/patch-linkLib.diff	2014-10-14 16:19:47 UTC (rev 126723)
@@ -1,11 +1,12 @@
---- Makefile.install.orig	2013-12-16 21:31:17.000000000 +0900
-+++ Makefile.install	2013-12-19 22:08:57.000000000 +0900
-@@ -75,7 +75,7 @@
- ifeq ($(OSNAME), Darwin)     
+--- Makefile.install.orig	2014-08-31 16:06:28.000000000 +0900
++++ Makefile.install	2014-08-31 16:09:09.000000000 +0900
+@@ -79,8 +79,7 @@
+ ifeq ($(OSNAME), Darwin)
  	@-cp $(LIBDYNNAME) $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)
  	@-install_name_tool -id $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)/$(LIBDYNNAME) $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)/$(LIBDYNNAME)
--	@-ln -fs $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)/$(LIBDYNNAME) $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)/$(LIBPREFIX).dylib
+-	@cd $(DESTDIR)$(OPENBLAS_LIBRARY_DIR) ; \
+-	ln -fs $(LIBDYNNAME) $(LIBPREFIX).dylib
 +	@-ln -fs $(OPENBLAS_LIBRARY_DIR)/$(LIBDYNNAME) $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)/$(LIBPREFIX).dylib
  endif
  ifeq ($(OSNAME), WINNT)
- 	@-cp $(LIBDLLNAME) $(OPENBLAS_LIBRARY_DIR)
+ 	@-cp $(LIBDLLNAME) $(OPENBLAS_BINARY_DIR)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/a3be00be/attachment.html>


More information about the macports-changes mailing list