Skip to content
Snippets Groups Projects
Commit 6e9353f1 authored by Jay's avatar Jay Committed by Todd Gamblin
Browse files

Updated nettle to have m4 as an immediate dependency (#1946)

* Updated nettle to have m4 as an immediate dependency to match new PATH
construction logic which only includes immediate dependencies.

* Update package.py
parent 98f8f408
Branches
Tags
No related merge requests found
...@@ -36,6 +36,7 @@ class Nettle(Package): ...@@ -36,6 +36,7 @@ class Nettle(Package):
version('2.7', '2caa1bd667c35db71becb93c5d89737f') version('2.7', '2caa1bd667c35db71becb93c5d89737f')
depends_on('gmp') depends_on('gmp')
depends_on('m4', type='build')
def install(self, spec, prefix): def install(self, spec, prefix):
configure('--prefix={0}'.format(prefix)) configure('--prefix={0}'.format(prefix))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment