tophat: set the C++ standard (#21737)
This commit is contained in:
parent
ec2d8a1571
commit
269615b9ca
@ -29,5 +29,8 @@ class Tophat(AutotoolsPackage):
|
||||
|
||||
parallel = False
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
env.append_flags("CFLAGS", self.compiler.cxx98_flag)
|
||||
|
||||
def configure_args(self):
|
||||
return ["--with-boost={0}".format(self.spec['boost'].prefix)]
|
||||
|
Loading…
Reference in New Issue
Block a user