go cleanup, adding hub

This commit is contained in:
Tom Scogland
2016-05-15 10:23:33 -07:00
parent 2bfa4d7e4f
commit 71d9911539
3 changed files with 24 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ class Gcc(Package):
if sys.platform == 'darwin':
patch('darwin/gcc-4.9.patch1', when='@4.9.3')
patch('darwin/gcc-4.9.patch2', when='@4.9.3')
else:
provides('golang', when='@4.7.1:')
def install(self, spec, prefix):
# libjava/configure needs a minor fix to install into spack paths.