removed doubled equal sign in compiler name definition
This commit is contained in:
parent
a7b6093edc
commit
1b53bad9a4
|
@ -44,7 +44,7 @@ IMKLROOT ?=
|
|||
ACMLROOT ?=
|
||||
LAPACKROOT ?= /usr
|
||||
|
||||
F90 ?= = ifort
|
||||
F90 ?= ifort
|
||||
|
||||
COMPILERNAME ?= $(F90)
|
||||
|
||||
|
|
Loading…
Reference in New Issue