Skip to content
Snippets Groups Projects
Commit 915f91a6 authored by Tom Scogland's avatar Tom Scogland
Browse files

moving go packages to the new path

parent 0c33e8ac
Branches
Tags
No related merge requests found
......@@ -10,9 +10,10 @@ class Go(Package):
# temporary fix until tags are pulled correctly
version('1.4.2', git='https://go.googlesource.com/go', tag='go1.4.2')
version('1.5.0', git='https://go.googlesource.com/go', tag='go1.5.0')
# to-do, make non-c self-hosting compilers possible
# depends_on('go@:1.4.2', when='@1.5:')
depends_on('go@:1.4.2', when='@1.5:')
def install(self, spec, prefix):
os.environ['GOROOT'] = os.getcwd()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment