Added needed deps for bbcp (#2773)
This commit is contained in:
parent
daff3c0908
commit
b7fdc03bd5
@ -32,6 +32,9 @@ class Bbcp(Package):
|
||||
version('git', git='http://www.slac.stanford.edu/~abh/bbcp/bbcp.git',
|
||||
branch="master")
|
||||
|
||||
depends_on('zlib')
|
||||
depends_on('openssl')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
cd("src")
|
||||
make()
|
||||
|
Loading…
Reference in New Issue
Block a user