set auto values back to auto

This commit is contained in:
Martin Diehl 2012-08-06 12:44:07 +00:00
parent 7e3a837640
commit 93658c72db
1 changed files with 4 additions and 4 deletions

View File

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