Merge branch 'develop' of https://github.com/LLNL/spack into features/install_with_phases

Conflicts:
	lib/spack/spack/__init__.py
	var/spack/repos/builtin/packages/gmp/package.py
	var/spack/repos/builtin/packages/openjpeg/package.py
This commit is contained in:
alalazo
2016-07-15 11:02:55 +02:00
230 changed files with 1162 additions and 530 deletions

View File

@@ -46,7 +46,7 @@ class Qhull(CMakePackage):
# https://github.com/qhull/qhull/pull/5
patch('qhull-iterator.patch', when='@1.0')
depends_on('cmake')
depends_on('cmake', type='build')
@CMakePackage.sanity_check('build')
@CMakePackage.on_package_attributes(run_tests=True)