Skip to content

Commit 1192235

Browse files
committed
typos in creating scip-openblas.pc
1 parent 8bff0b2 commit 1192235

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/0001-create-a-single-shared-object.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From e5f32d54b742caf4e59ef6e7ec0caa16b7f670d3 Mon Sep 17 00:00:00 2001
1+
From 258ad2ccebe93fa9c5ad74a17c603b3fb8925190 Mon Sep 17 00:00:00 2001
22
From: mattip <[email protected]>
33
Date: Sun, 21 Jan 2024 22:34:48 +0200
44
Subject: [PATCH] create a single shared object
@@ -72,7 +72,7 @@ index 8621a8b3f..56a449306 100644
7272
do if test -d $$d; then \
7373
$(MAKE) -C $$d $(@F) || exit 1 ; \
7474
diff --git a/Makefile.install b/Makefile.install
75-
index 01899b970..958fb9957 100644
75+
index 01899b970..cf3c8acce 100644
7676
--- a/Makefile.install
7777
+++ b/Makefile.install
7878
@@ -90,30 +90,20 @@ endif
@@ -127,7 +127,7 @@ index 01899b970..958fb9957 100644
127127

128128
@echo Generating $(LIBSONAMEBASE)$(SUFFIX64).pc in "$(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)"
129129
@echo 'libdir='$(OPENBLAS_LIBRARY_DIR) > "$(PKGFILE)"
130-
+ @echo 'libprefix='$(SYBOLPREFIX) > "$(PKGFILE)"
130+
+ @echo 'libprefix='$(SYMBOLPREFIX) >> "$(PKGFILE)"
131131
@echo 'libsuffix='$(SYMBOLSUFFIX) >> "$(PKGFILE)"
132132
@echo 'includedir='$(OPENBLAS_INCLUDE_DIR) >> "$(PKGFILE)"
133133
@echo 'openblas_config= USE_64BITINT='$(INTERFACE64) 'DYNAMIC_ARCH='$(DYNAMIC_ARCH) 'DYNAMIC_OLDER='$(DYNAMIC_OLDER) 'NO_CBLAS='$(NO_CBLAS) 'NO_LAPACK='$(NO_LAPACK) 'NO_LAPACKE='$(NO_LAPACKE) 'NO_AFFINITY='$(NO_AFFINITY) 'USE_OPENMP='$(USE_OPENMP) $(CORE) 'MAX_THREADS='$(NUM_THREADS)>> "$(PKGFILE)"

0 commit comments

Comments
 (0)