Re: [easybuild] It _is_ possible to "pre-specify" a search path in an EC file

2020-05-05 Thread Mike Kelsey
kelsey writes: > Kenneth Hoste writes: > > On 04/05/2020 03:33, Mike Kelsey wrote: > > > Well, I have been successful in this! For my wrapper module, I > > > implemented a very simple custom EasyBlock ("scdms_release.py"), which > > > provides an extra EasyConfig parameter to specify the

Re: [easybuild] It _is_ possible to "pre-specify" a search path in a

2020-05-04 Thread Mike Kelsey
Kenneth Hoste writes: > On 04/05/2020 03:33, Mike Kelsey wrote: > > Well, I have been successful in this! For my wrapper module, I implemented > > a very simple custom EasyBlock ("scdms_release.py"), which provides an extra > > EasyConfig parameter to specify the diretory, and overloads the base

Re: [easybuild] It _is_ possible to "pre-specify" a search path in a module

2020-05-04 Thread Kenneth Hoste
On 04/05/2020 03:33, Mike Kelsey wrote: Well, I have been successful in this! For my wrapper module, I implemented a very simple custom EasyBlock ("scdms_release.py"), which provides an extra EasyConfig parameter to specify the diretory, and overloads the base function make_module_dep().

Re: [easybuild] It _is_ possible to "pre-specify" a search path in a module

2020-05-03 Thread Mike Kelsey
Well, I have been successful in this! For my wrapper module, I implemented a very simple custom EasyBlock ("scdms_release.py"), which provides an extra EasyConfig parameter to specify the diretory, and overloads the base function make_module_dep(). Besides the usual sanity checking, this