From 98d5a99a43e5921d02038704dd973570367daac8 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 20 Dec 2013 10:31:33 +0000 Subject: [PATCH] reverted unwanted changes to Makefile (configure) --- code/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Makefile b/code/Makefile index 4bd6e1f7c..381899e37 100644 --- a/code/Makefile +++ b/code/Makefile @@ -42,11 +42,11 @@ SHELL = /bin/sh #any values will be overwritten by configure.py FFTWROOT ?= /usr/local IMKLROOT ?= -ACMLROOT ?= /opt/acml5.3.0 +ACMLROOT ?= LAPACKROOT ?= /usr HDF5ROOT ?= -F90 ?= gfortran +F90 ?= ifort ######################################################################################## COMPILERNAME ?= $(F90)