reverted unwanted commit of Makefile

This commit is contained in:
Martin Diehl 2012-07-18 12:34:46 +00:00
parent 95d292b286
commit a22163c2ae
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)