Merge pull request #55 from trws/gmp-dep-for-nettle
nettle depends on gmp, without it the nettle build fails on gcc 4.9.2
This commit is contained in:
		| @@ -9,6 +9,8 @@ class Nettle(Package): | |||||||
|  |  | ||||||
|     version('2.7', '2caa1bd667c35db71becb93c5d89737f') |     version('2.7', '2caa1bd667c35db71becb93c5d89737f') | ||||||
|  |  | ||||||
|  |     depends_on('gmp') | ||||||
|  |  | ||||||
|     def install(self, spec, prefix): |     def install(self, spec, prefix): | ||||||
|         configure("--prefix=%s" % prefix) |         configure("--prefix=%s" % prefix) | ||||||
|         make() |         make() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin