fixed comment on values changed automatically

This commit is contained in:
Martin Diehl 2013-09-18 14:33:40 +00:00
parent 59ba41e9e7
commit 56d21286a6
1 changed files with 2 additions and 1 deletions

View File

@ -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)