Add scons support, .zip support, and Cantera package

This commit is contained in:
Adam J. Stewart
2016-05-26 15:22:17 -05:00
parent 8bdb6695c7
commit 2220784eda
9 changed files with 615 additions and 62 deletions

View File

@@ -41,8 +41,6 @@ class Serf(Package):
depends_on('zlib')
def install(self, spec, prefix):
scons = which("scons")
options = ['PREFIX=%s' % prefix]
options.append('APR=%s' % spec['apr'].prefix)
options.append('APU=%s' % spec['apr-util'].prefix)