corrected auto detection of ifort compiler
This commit is contained in:
parent
38ec462f4a
commit
dbc26e5f25
|
@ -45,7 +45,7 @@ ACMLROOT ?= auto
|
||||||
LAPACKROOT ?= auto
|
LAPACKROOT ?= auto
|
||||||
|
|
||||||
# if F90 empty: ifort if present, otherwise gfortran
|
# if F90 empty: ifort if present, otherwise gfortran
|
||||||
ifeq ($(wildcard ifort),)
|
ifeq ($(wildcard ifort),"")
|
||||||
F90?=gfortran
|
F90?=gfortran
|
||||||
else
|
else
|
||||||
F90?=ifort
|
F90?=ifort
|
||||||
|
|
Loading…
Reference in New Issue