qa : modifying 2 packages and a framework file just for the sake of it
This commit is contained in:
parent
8fec824484
commit
979b53cab6
@ -44,6 +44,7 @@ def __init__(self):
|
|||||||
"Could not determine sys_type for this machine.")
|
"Could not determine sys_type for this machine.")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def get_sys_type_from_spack_globals():
|
def get_sys_type_from_spack_globals():
|
||||||
"""Return the SYS_TYPE from spack globals, or None if it isn't set."""
|
"""Return the SYS_TYPE from spack globals, or None if it isn't set."""
|
||||||
if not hasattr(spack, "sys_type"):
|
if not hasattr(spack, "sys_type"):
|
||||||
|
@ -23,8 +23,10 @@ class Imagemagick(Package):
|
|||||||
version('6.8.9-10', 'aa050bf9785e571c956c111377bbf57c',
|
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")
|
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('jpeg')
|
||||||
|
depends_on('libtool')
|
||||||
depends_on('libpng')
|
depends_on('libpng')
|
||||||
depends_on('freetype')
|
depends_on('freetype')
|
||||||
depends_on('fontconfig')
|
depends_on('fontconfig')
|
||||||
|
@ -19,6 +19,8 @@ class Mitos(Package):
|
|||||||
depends_on('hwloc')
|
depends_on('hwloc')
|
||||||
depends_on('mpi')
|
depends_on('mpi')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
with working_dir('spack-build', create=True):
|
with working_dir('spack-build', create=True):
|
||||||
cmake('..', *std_cmake_args)
|
cmake('..', *std_cmake_args)
|
||||||
|
Loading…
Reference in New Issue
Block a user