flake8-related cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user