Skip to content
Snippets Groups Projects
Commit b7fdc03b authored by James Wynne III's avatar James Wynne III Committed by Todd Gamblin
Browse files

Added needed deps for bbcp (#2773)

parent daff3c09
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,9 @@ class Bbcp(Package): ...@@ -32,6 +32,9 @@ class Bbcp(Package):
version('git', git='http://www.slac.stanford.edu/~abh/bbcp/bbcp.git', version('git', git='http://www.slac.stanford.edu/~abh/bbcp/bbcp.git',
branch="master") branch="master")
depends_on('zlib')
depends_on('openssl')
def install(self, spec, prefix): def install(self, spec, prefix):
cd("src") cd("src")
make() make()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment