diff options
author | George Hartzell <hartzell@alerce.com> | 2018-05-24 18:04:03 -0700 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-05-24 20:04:03 -0500 |
commit | 28e7248b0614a801b6f72c406b013138ab9f6c48 (patch) | |
tree | 6744d705702e6b15448822f4c6f82cf01cf15c12 /share | |
parent | c25759e1c88b4d588ef117cee3e42fec9671da11 (diff) | |
download | spack-28e7248b0614a801b6f72c406b013138ab9f6c48.tar.gz spack-28e7248b0614a801b6f72c406b013138ab9f6c48.tar.bz2 spack-28e7248b0614a801b6f72c406b013138ab9f6c48.tar.xz spack-28e7248b0614a801b6f72c406b013138ab9f6c48.zip |
Add Tophat v2.1.2, fixes automake issues (#8266)
* Add Tophat v2.1.2, fixes automake issues
The Tophat team merged the patch from
https://github.com/spack/spack/pull/8244 and release v2.1.2
This change requires the old automake if you're building the older
release and is relaxed about the automake it requires if you're
building the v2.1.2 release.
Building v2.1.1 and v2.1.2 works on a CentOS 7 system, I don't have
the necessary bit to actually test the resulting binaries.
Here's the commit note from the change that was ultimately merged
upstream.
Fixes #8025
> Tophat was failing to build with automake@1.16.1, it worked with the
> older automake@1.15.1. This commit adds a patch to Tophat's
> src/Makefile.am which cleans up a few things. The result builds
> successfully with both automake@1.15.1 and automake@1.16.1. I have no
> way to check that the resulting builds Do The Right Thing.
>
> It changes two things:
>
> the original Makefile.am had a rule for $(SAMPROG) with no
> actions, and since there was a directory there with a tempting name
> the newer automake was trying to do something with it, but lacked
> the appropriate clues. Since that target is actually made as a side
> effect of making the library (sigh...), it seems to work to just
> give that rule something harmless to do (the Peter Principle
> triumphs again...).
>
> a bunch of the targets need a libtophat.a and libgc.a; the older
> automake was probably able to guess what to do given the list of
> sources but the newer automake apparently won't make the necessary
> assumptions. This patch wires up a simple rule and cleans up the
> appropriate dependencies so that things work.
>
> While it may appear that I'm someone who understands automake, keep in
> mind that I only play such a person on a TV reality show. YMMV.
* Remove extraneous when constraint
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions