Simon Pinches
Simon Pinches
I did wonder whether this EB file should just be named `ant-1.10.12.eb` and not have any Java dependency since then there would be no need for `ant-1.10.12-Java-17.eb`?
What I meant is that it does not depend upon a specific version of Java for installation (it's just a PackedBinary). If this module were just called `ant-1.10.12.eb` then the...
This is just to note that the older version of Boost (v1.69) is only needed as a build dependency so will hopefully not lead to runtime problems...
This is just to add a comment that we are also facing problems associated with the setting of CPATH in modules. The problem arises for Fortran codes and the use...
Is there a way to do the equivalent of passing `--filter-env-vars=CPATH` on the CLI within an EB file?
Setting `CPATH` is an on-going annoying problem for any modules that provide Fortran modules that are used in other software that is compiled using `pkg-config` to find their location. Any...
Oops - forgot to add patch. Hopefully all is there now.
@casparvl, apologies for the very slow response! I've added the `-serial` suffix as suggested! Thanks for you comment.
@Micket, yeah, I think I got a bit carried away there. I'll reset to before the merge and then rebase onto develop.
@micket, Ah, okay. I'll remove this last commit then.