Merge branch 'develop' of https://github.com/LLNL/spack into features/install_with_phases_rebase
Conflicts: lib/spack/spack/cmd/setup.py lib/spack/spack/package.py var/spack/repos/builtin/packages/gmp/package.py
This commit is contained in:
@@ -37,4 +37,7 @@ class Gmp(AutotoolsPackage):
|
||||
version('6.0.0a', 'b7ff2d88cae7f8085bd5006096eed470')
|
||||
version('6.0.0', '6ef5869ae735db9995619135bd856b84')
|
||||
|
||||
depends_on("m4", type='build')
|
||||
depends_on('m4', type='build')
|
||||
|
||||
def configure_args(self):
|
||||
return ['--enable-cxx']
|
||||
|
Reference in New Issue
Block a user