Hi Loris,
On 08/08/2019 09:52, Loris Bennett wrote:
Hi,
I am trying to write an easyconfig for the binary version of GrADS
(http://cola.gmu.edu/grads/). The version I am interested in comprises
a tgz of the main program plus a tgz of "supplementary libraries". As I
understand it, I just need to unpack both and then set an environment
for the main program which points to the directory containing the
supplementary libraries.
I can obviously just write two easyconfigs, but is there a better way of
doing it?
You can just list both tgz's in sources, and maybe enable the
'build-in-installdir' mode so they get unpacked straight into the
installation directory:
buildininstalldir = True
Does that help?
regards,
Kenneth