We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adcfe7b + 0608bc5 commit d511a7bCopy full SHA for d511a7b
1 file changed
Makefile
@@ -167,7 +167,6 @@ ifeq ($(NO_SHARED), 1)
167
$(error OpenBLAS: neither static nor shared are enabled.)
168
endif
169
170
- @-ln -fs $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX)
171
@for d in $(SUBDIRS) ; \
172
do if test -d $$d; then \
173
$(MAKE) -C $$d $(@F) || exit 1 ; \
@@ -196,6 +195,7 @@ endif
196
195
ifdef USE_THREAD
197
@echo USE_THREAD=$(USE_THREAD) >> Makefile.conf_last
198
+ @-ln -fs $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX)
199
@touch lib.grd
200
201
prof : prof_blas prof_lapack
0 commit comments