tophat: set the C++ standard (#21737)

This commit is contained in:
Jen Herting 2021-06-11 03:54:18 -04:00 committed by GitHub
parent ec2d8a1571
commit 269615b9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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