Fix parallel make again

`netlib` needs `lapacklib` which writes to `$(LAPACKLIB)`, concurrently with `libs`, causing a race.
This commit is contained in:
Harmen Stoppels 2023-03-07 14:33:36 +01:00 committed by GitHub
parent 9feaaa3f39
commit 606ef7b332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast -O -Og -Os,$(LAPACK_FFLAGS))
SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench cpp_thread_test
.PHONY : all libs netlib $(RELA) test ctest shared install
.NOTPARALLEL : all libs $(RELA) prof lapack-test install blas-test
.NOTPARALLEL : all libs netlib $(RELA) prof lapack-test install blas-test
all :: libs netlib $(RELA) tests shared
@echo