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

flake8-related cleanup

parent af4af942
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
# * have go depend on itself
# * have a sensible way to find gccgo without a dep on gcc
class GoBootstrap(Package):
"""Old C-bootstrapped go to bootstrap real go"""
homepage = "https://golang.org"
......@@ -48,4 +49,3 @@ def install(self, spec, prefix):
def setup_environment(self, spack_env, run_env):
spack_env.set('GOROOT_FINAL', self.spec.prefix)
......@@ -78,5 +78,3 @@ def setup_dependent_environment(self, spack_env, run_env, ext_spec):
# Allow packages to find this when using module or dotkit
run_env.prepend_path('GOPATH', ':'.join(
[ext_spec.prefix] + path_components))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment