summaryrefslogtreecommitdiff
path: root/sci-libs/blis/files/blis-0.9.0-rpath.patch
blob: 9687a6c9428b1bb0667db1db3c782d26bd8d6117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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