set auto values back to auto
This commit is contained in:
parent
7e3a837640
commit
93658c72db
|
@ -39,10 +39,10 @@ SHELL = /bin/sh
|
||||||
########################################################################################
|
########################################################################################
|
||||||
|
|
||||||
#auto values will be set by setup_code.py
|
#auto values will be set by setup_code.py
|
||||||
FFTWROOT := /usr/local
|
FFTWROOT := auto
|
||||||
IMKLROOT :=
|
IMKLROOT := auto
|
||||||
ACMLROOT :=
|
ACMLROOT := auto
|
||||||
LAPACKROOT := /usr
|
LAPACKROOT := auto
|
||||||
|
|
||||||
F90 ?= ifort
|
F90 ?= ifort
|
||||||
COMPILERNAME ?= $(F90)
|
COMPILERNAME ?= $(F90)
|
||||||
|
|
Loading…
Reference in New Issue