Add scons support, .zip support, and Cantera package
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user