OBS-URL: https://build.opensuse.org/request/show/263945 OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=33
14 lines
376 B
Diff
14 lines
376 B
Diff
Index: OpenBLAS-0.2.13/Makefile.system
|
|
===================================================================
|
|
--- OpenBLAS-0.2.13.orig/Makefile.system
|
|
+++ OpenBLAS-0.2.13/Makefile.system
|
|
@@ -844,7 +844,7 @@ endif
|
|
ifndef LIBNAMESUFFIX
|
|
LIBPREFIX = libopenblas
|
|
else
|
|
-LIBPREFIX = libopenblas_$(LIBNAMESUFFIX)
|
|
+LIBPREFIX = libopenblas$(LIBNAMESUFFIX)
|
|
endif
|
|
|
|
ifndef SYMBOLPREFIX
|