Added missing dependencies to nauty package (#5348)

* Added missing help2man dependency to nauty

* Add type=build

* Added gmp dependency to nauty package
This commit is contained in:
Louis Vernon 2017-09-13 20:16:16 -06:00 committed by Christoph Junghans
parent c1975c7601
commit ea081f06f0

View File

@ -67,7 +67,9 @@ class Nauty(AutotoolsPackage):
depends_on('automake', type='build', when='@2.6r7')
depends_on('libtool', type='build', when='@2.6r7')
depends_on('pkg-config', type='build')
depends_on('help2man', type='build')
depends_on('zlib')
depends_on('gmp')
@property
def force_autoreconf(self):