From 606ef7b332d2e498f0ed6ef2328d8d09ddfa5dea Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 7 Mar 2023 14:33:36 +0100 Subject: [PATCH] Fix parallel make again `netlib` needs `lapacklib` which writes to `$(LAPACKLIB)`, concurrently with `libs`, causing a race. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 144b3400d..38a0cd831 100644 --- a/Makefile +++ b/Makefile @@ -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