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