diff options
author | George Hartzell <hartzell@alerce.com> | 2016-11-24 12:25:51 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-11-24 12:25:51 -0800 |
commit | cde8f697a96db9c24d428a9c2e4743e38cd69681 (patch) | |
tree | ca753df7fa0da6744f246c7738f70a2354e969d6 /.gitignore | |
parent | 11bfccd53fe05321c2ef65b2844946fa0fa7b052 (diff) | |
download | spack-cde8f697a96db9c24d428a9c2e4743e38cd69681.tar.gz spack-cde8f697a96db9c24d428a9c2e4743e38cd69681.tar.bz2 spack-cde8f697a96db9c24d428a9c2e4743e38cd69681.tar.xz spack-cde8f697a96db9c24d428a9c2e4743e38cd69681.zip |
Bugfix/update go packages (#2369)
* Update go-bootstrap package
The last C based Go src tree was the 1.4 series. For a while they
were cutting new releases so that people could bootstrap from a C only
system. Now they're recommending that you either use the release-1.4
branch or that you use a date-stamped tarball that they'll produce on
an as-needed basis.
There are several issues that keep 1.4.2 from building on a CentOS 7
system.
I've switched to the date based tarball.
The cgo bits were also mis-behaving, but they're not needed for the
bootstrapping task so I've set an environment variable that disables
them.
Details [on the install-from-source
page](https://golang.org/doc/install/source#go14) and these issues:
- https://github.com/golang/go/issues/17545
- https://github.com/golang/go/issues/16352.
* Update go package
Switched from pulling from the git repository to using the source
tarballs and added digest values.
Added support for 1.7.3, continued supporting 1.6.2, including patches
for a couple of problems (details in
[17545](https://github.com/golang/go/issues/17545) and
[17986](https://github.com/golang/go/issues/17986).
Dropped support for 1.5.4 and 1.4.2 because they no longer pass their
tests and the patches above to not apply.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions