You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The download URL from fossies.org no longer exists. Since the official download still lacks versioning, I propose to use the same solution from our friends in Spack (I won't say it too loud) and take the sources from the release commit of v2.40.1 in the project's gitlab.
I modified the easyconfig so that it works with both the old sources from fossies and the new ones from gitlab. Checksums for both tarballs are present and the extract_cmd ensures that patches do not get confused.
The updated patch file removes changes related to a Makefile.in generated by autotools. That file is overwritten by autogen.sh in the original sources (no need to patch) and it does not exists in the sources from gitlab.
Test report by @lexming SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in this PR)
node125.hydra.os - Linux centos linux 7.7.1908, x86_64, Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz, Python 2.7.5
See https://gist.github.com/09561953d2a2e71063f45ef4ec856fb6 for a full test report.
Test report by @boegel SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in this PR)
node3109.skitty.os - Linux centos linux 7.8.2003, x86_64, Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (skylake_avx512), Python 3.6.8
See https://gist.github.com/a001e3b84de3629e3331b10289f486f8 for a full test report.
Test report by @boegel SUCCESS
Build succeeded for 3 out of 3 (3 easyconfigs in this PR)
node2403.golett.os - Linux centos linux 7.8.2003, x86_64, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz (haswell), Python 2.7.5
See https://gist.github.com/7b049cd589f60dda87859288b434c006 for a full test report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)The download URL from fossies.org no longer exists. Since the official download still lacks versioning, I propose to use the same solution from our friends in Spack (I won't say it too loud) and take the sources from the release commit of v2.40.1 in the project's gitlab.
I modified the easyconfig so that it works with both the old sources from fossies and the new ones from gitlab. Checksums for both tarballs are present and the
extract_cmdensures that patches do not get confused.The updated patch file removes changes related to a
Makefile.ingenerated by autotools. That file is overwritten byautogen.shin the original sources (no need to patch) and it does not exists in the sources from gitlab.