Skip to content

Commit

Permalink
add zlib dependency for pplacer
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Sep 4, 2014
1 parent fc5be44 commit 42760da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ocamlver = '4.01.0'
versionsuffix = '-%s-%s' % (ocaml, ocamlver)
builddependencies = [('findlib', '1.5.2', versionsuffix)]
dependencies = [
('zlib', '1.2.7'),
(ocaml, ocamlver),
('batteries', '2.2', versionsuffix),
('CamlZIP', '1.05', versionsuffix),
Expand Down

0 comments on commit 42760da

Please sign in to comment.