muse: add zlib dependency. (#13040)

This commit is contained in:
Toyohisa Kameyama 2019-10-04 12:18:27 +09:00 committed by Adam J. Stewart
parent c97be22ff5
commit 58a64f69e7

View File

@ -14,6 +14,8 @@ class Muse(MakefilePackage):
version('1.0-rc', 'c63fdb48c041f6f9545879f1a7e4da58')
depends_on('zlib', type='link')
def install(self, spec, prefix):
mkdir(prefix.bin)
install('MuSE', prefix.bin.MuSE)