Merge pull request #3902 from haampie/fix/parallel-build

fix shared and tests prereqs
This commit is contained in:
Martin Kroeker
2023-02-08 15:52:29 +01:00
committed by GitHub

View File

@@ -126,7 +126,7 @@ endif
@echo "to circumvent any install errors."
@echo
shared :
shared : libs netlib $(RELA)
ifneq ($(NO_SHARED), 1)
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku FreeBSD DragonFly))
@$(MAKE) -C exports so
@@ -150,7 +150,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
endif
endif
tests :
tests : libs netlib $(RELA) shared
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
touch $(LIBNAME)
ifndef NO_FBLAS