Hi Dimitri,
On 23/01/2020 15:59, [email protected] wrote:
Dear EasyBuild community,
There was a major release of Squeezemeta
(https://github.com/jtamames/SqueezeMeta). Do you think it is possible to
update the version available in EasyBuild (0.4.3)
It's certainly possible, but the question is how easy it is...
With the existing easyconfig file, you can try this:
eb SqueezeMeta-0.4.3-foss-2018b-Python-2.7.15.eb --try-software-version
1.0.0
In this particular, that won't work though, since then a patch file
SqueezeMeta-1.0.0_fix-hardcoding.patch will be expected.
You should check if the SqueezeMeta-0.4.3_fix-hardcoding.patch patch
file is still relevant, and then either port it or remove the 'patches
=' line from the easyconfig file for 1.0.0 .
If you want to install SqueezeMeta 1.0.0 with a more recent toolchain
than foss/2018b or a different Python version, it's a whole different
matter though, since it requires a ton of dependencies...
regards,
Kenneth
All the best
DK