summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Zongyu <zongyu@novazy.net>2022-09-29 20:45:36 +0800
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-09-30 14:09:56 +0200
commit834c70df02cc32759474c76ebb1f069b7ad550fb (patch)
tree9da69ebf07b94d7382b1c487092e3de811dfc63f /sci-libs/blis/files
parentapp-backup/duplicity: stabilize 0.8.23-r1 for amd64 (diff)
downloadgentoo-834c70df02cc32759474c76ebb1f069b7ad550fb.tar.gz
gentoo-834c70df02cc32759474c76ebb1f069b7ad550fb.tar.bz2
gentoo-834c70df02cc32759474c76ebb1f069b7ad550fb.zip
sci-libs/blis: bump version to 0.9.0
Closes: https://bugs.gentoo.org/693470 Closes: https://bugs.gentoo.org/841440 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Zhang Zongyu <zongyu@novazy.net> Closes: https://github.com/gentoo/gentoo/pull/27534 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/blis/files')
-rw-r--r--sci-libs/blis/files/blis-0.9.0-rpath.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/blis/files/blis-0.9.0-rpath.patch b/sci-libs/blis/files/blis-0.9.0-rpath.patch
new file mode 100644
index 000000000000..9687a6c9428b
--- /dev/null
+++ b/sci-libs/blis/files/blis-0.9.0-rpath.patch
@@ -0,0 +1,15 @@
+diff -Nur a/common.mk b/common.mk
+--- a/common.mk 2022-09-29 16:54:14.414899248 +0800
++++ b/common.mk 2022-09-29 16:54:32.915666662 +0800
+@@ -591,9 +591,9 @@
+ LDFLAGS += -Wl,-rpath,@executable_path/../../../$(BASE_LIB_PATH)
+ else
+ # rpath for test_libblis.x
+-LDFLAGS += -Wl,-rpath,'$$ORIGIN/$(BASE_LIB_PATH)'
++#LDFLAGS += -Wl,-rpath,'$$ORIGIN/$(BASE_LIB_PATH)'
+ # rpath for BLAS tests
+-LDFLAGS += -Wl,-rpath,'$$ORIGIN/../../../$(BASE_LIB_PATH)'
++#LDFLAGS += -Wl,-rpath,'$$ORIGIN/../../../$(BASE_LIB_PATH)'
+ endif
+ endif
+ endif