reverted unwanted changes to Makefile (configure)

This commit is contained in:
Martin Diehl 2013-12-20 10:31:33 +00:00
parent d595f59f0e
commit 98d5a99a43
1 changed files with 2 additions and 2 deletions

View File

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