fixed comment on values changed automatically
This commit is contained in:
parent
59ba41e9e7
commit
56d21286a6
|
@ -39,13 +39,14 @@ SHELL = /bin/sh
|
||||||
# STANDARD_CHECK = checking for Fortran 2008, compiler dependend
|
# STANDARD_CHECK = checking for Fortran 2008, compiler dependend
|
||||||
########################################################################################
|
########################################################################################
|
||||||
|
|
||||||
#any values will be overwritten by setup_code.py
|
#any values will be overwritten by configure.py
|
||||||
FFTWROOT ?= /usr/local
|
FFTWROOT ?= /usr/local
|
||||||
IMKLROOT ?=
|
IMKLROOT ?=
|
||||||
ACMLROOT ?=
|
ACMLROOT ?=
|
||||||
LAPACKROOT ?= /usr
|
LAPACKROOT ?= /usr
|
||||||
|
|
||||||
F90 ?= ifort
|
F90 ?= ifort
|
||||||
|
########################################################################################
|
||||||
|
|
||||||
COMPILERNAME ?= $(F90)
|
COMPILERNAME ?= $(F90)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue