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
|
||||
FFTWROOT := /usr/local
|
||||
IMKLROOT :=
|
||||
ACMLROOT :=
|
||||
LAPACKROOT := /usr
|
||||
FFTWROOT := auto
|
||||
IMKLROOT := auto
|
||||
ACMLROOT := auto
|
||||
LAPACKROOT := auto
|
||||
|
||||
F90 ?= ifort
|
||||
COMPILERNAME ?= $(F90)
|
||||
|
|
Loading…
Reference in New Issue