reverted unwanted commit of Makefile
This commit is contained in:
parent
95d292b286
commit
a22163c2ae
|
@ -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