Skip to content

Commit a141cd3

Browse files
committed
fix patch for newer OpenBLAS
1 parent 98bb623 commit a141cd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OpenBLAS

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ index 8621a8b3f..56a449306 100644
3333
endif
3434
ifeq ($(OSNAME), WINNT)
3535
@$(MAKE) -C exports dll
36-
@@ -213,13 +208,11 @@ endif
37-
ifdef USE_THREAD
38-
@echo USE_THREAD=$(USE_THREAD) >> Makefile.conf_last
36+
@@ -229,13 +225,11 @@ endif
3937
endif
38+
@echo THELIBNAME=$(LIBNAME) >> Makefile.conf_last
39+
@echo THELIBSONAME=$(LIBSONAME) >> Makefile.conf_last
4040
- @-ln -fs $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX)
4141
@touch lib.grd
4242

0 commit comments

Comments
 (0)