[126722] trunk/dports/math/OpenBLAS-devel

nicos at macports.org nicos at macports.org
Tue Oct 14 09:10:58 PDT 2014


Revision: 126722
          https://trac.macports.org/changeset/126722
Author:   nicos at macports.org
Date:     2014-10-14 09:10:58 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
OpenBLAS-devel: update to latest commit, reuse patch-linkLib

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

Added Paths:
-----------
    trunk/dports/math/OpenBLAS-devel/files/patch-linkLib.diff

Modified: trunk/dports/math/OpenBLAS-devel/Portfile
===================================================================
--- trunk/dports/math/OpenBLAS-devel/Portfile	2014-10-14 14:17:18 UTC (rev 126721)
+++ trunk/dports/math/OpenBLAS-devel/Portfile	2014-10-14 16:10:58 UTC (rev 126722)
@@ -5,10 +5,10 @@
 PortGroup           github 1.0
 PortGroup           muniversal 1.0
 
-github.setup        xianyi OpenBLAS f1b9a4a1ca79
+github.setup        xianyi OpenBLAS ac5a7e1c1bb7
 
 name                ${github.project}-devel
-version             20140923
+version             20141013
 conflicts           OpenBLAS
 categories          math science
 license             BSD
@@ -24,7 +24,8 @@
 # for the user processor
 archive_sites
 
-patchfiles          patch-libnoarch.diff
+patchfiles          patch-libnoarch.diff \
+                    patch-linkLib.diff
 
 variant gcc45 conflicts gcc46 gcc47 gcc48 gcc49 clang \
     description "Use Gcc45 as compiler" { 

Added: trunk/dports/math/OpenBLAS-devel/files/patch-linkLib.diff
===================================================================
--- trunk/dports/math/OpenBLAS-devel/files/patch-linkLib.diff	                        (rev 0)
+++ trunk/dports/math/OpenBLAS-devel/files/patch-linkLib.diff	2014-10-14 16:10:58 UTC (rev 126722)
@@ -0,0 +1,12 @@
+--- 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)
+-	@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_BINARY_DIR)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/db371581/attachment.html>


More information about the macports-changes mailing list