gmp: fix a bug (#2114)
This commit is contained in:
parent
0f6a5cd385
commit
d7b624457f
@ -42,7 +42,7 @@ class Gmp(AutotoolsPackage):
|
|||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = ['--enable-cxx']
|
args = ['--enable-cxx']
|
||||||
# We need this flag if we want all the following checks to pass.
|
# We need this flag if we want all the following checks to pass.
|
||||||
if spec.compiler.name == 'intel':
|
if self.spec.compiler.name == 'intel':
|
||||||
args.append('CXXFLAGS=-no-ftz')
|
args.append('CXXFLAGS=-no-ftz')
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user