Update Makefile
This commit is contained in:
parent
2aba1b1658
commit
cc92257ea6
11
Makefile
11
Makefile
|
@ -21,6 +21,17 @@ ifeq ($(BUILD_RELAPACK), 1)
|
||||||
RELA = re_lapack
|
RELA = re_lapack
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(NO_FORTRAN), 1)
|
||||||
|
define NOFORTRAN
|
||||||
|
1
|
||||||
|
endef
|
||||||
|
define NO_LAPACK
|
||||||
|
1
|
||||||
|
endef
|
||||||
|
export NOFORTRAN
|
||||||
|
export NO_LAPACK
|
||||||
|
endif
|
||||||
|
|
||||||
LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS))
|
LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS))
|
||||||
|
|
||||||
SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench
|
SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench
|
||||||
|
|
Loading…
Reference in New Issue