Skip to content

Commit

Permalink
OpenBLAS-devel: update to 15c437e0 (20180407).
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelld committed Apr 10, 2018
1 parent 53115bc commit 260aa85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions math/OpenBLAS/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ archive_sites
subport OpenBLAS-devel {}
if {[string first "-devel" $subport] > 0} {

github.setup xianyi OpenBLAS 07ed01e97f1cb03c7f3820b00c601cc634fc1b89
version 20180328
checksums rmd160 10c7dbb561cfd28c767087e35dea38f8795e80ee \
sha256 14bfa5410a10017df2949f1aa99ad29d82991ebafadb6bcaec8f0bea2f6e8da3 \
size 11785778
github.setup xianyi OpenBLAS 15c437e092b3c4791ee2706f493eee1efafc9520
version 20180407
checksums rmd160 a4986b2bc0fae5da6aa62745d2da90f7577e8352 \
sha256 07deb4a1e4bd04a063132270be693548c6c0e586f968ea315db01d89c47ceebd \
size 11786199

name ${github.project}-devel
conflicts OpenBLAS
Expand Down
2 changes: 1 addition & 1 deletion math/OpenBLAS/files/patch-libnoarch.devel.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- Makefile.system.orig
+++ Makefile.system
@@ -1114,11 +1114,11 @@
@@ -1123,11 +1123,11 @@

ifneq ($(DYNAMIC_ARCH), 1)
ifndef SMP
Expand Down
2 changes: 1 addition & 1 deletion math/OpenBLAS/files/patch-linkLib.devel.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- Makefile.install.orig
+++ Makefile.install
@@ -85,8 +85,7 @@
@@ -80,8 +80,7 @@
ifeq ($(OSNAME), Darwin)
@-cp $(LIBDYNNAME) "$(DESTDIR)$(OPENBLAS_LIBRARY_DIR)"
@-install_name_tool -id "$(DESTDIR)$(OPENBLAS_LIBRARY_DIR)/$(LIBDYNNAME)" "$(DESTDIR)$(OPENBLAS_LIBRARY_DIR)/$(LIBDYNNAME)"
Expand Down

0 comments on commit 260aa85

Please sign in to comment.