qa : modifying 2 packages and a framework file just for the sake of it
This commit is contained in:
@@ -23,8 +23,10 @@ class Imagemagick(Package):
|
||||
version('6.8.9-10', 'aa050bf9785e571c956c111377bbf57c',
|
||||
url="http://sourceforge.net/projects/imagemagick/files/old-sources/6.x/6.8/ImageMagick-6.8.9-10.tar.gz/download")
|
||||
|
||||
depends_on('libtool')
|
||||
|
||||
|
||||
depends_on('jpeg')
|
||||
depends_on('libtool')
|
||||
depends_on('libpng')
|
||||
depends_on('freetype')
|
||||
depends_on('fontconfig')
|
||||
|
@@ -19,6 +19,8 @@ class Mitos(Package):
|
||||
depends_on('hwloc')
|
||||
depends_on('mpi')
|
||||
|
||||
|
||||
|
||||
def install(self, spec, prefix):
|
||||
with working_dir('spack-build', create=True):
|
||||
cmake('..', *std_cmake_args)
|
||||
|
Reference in New Issue
Block a user