Added needed deps for bbcp (#2773)

This commit is contained in:
James Wynne III 2017-01-07 18:30:54 -06:00 committed by Todd Gamblin
parent daff3c0908
commit b7fdc03bd5

View File

@ -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()