From a22163c2aea23a86f810a9eccc744b6d1af464b7 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 18 Jul 2012 12:34:46 +0000 Subject: [PATCH] reverted unwanted commit of Makefile --- code/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/Makefile b/code/Makefile index 95f8639c2..c79daa086 100644 --- a/code/Makefile +++ b/code/Makefile @@ -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)