On 07/03/2013 02:47 PM, Toon Verstraelen wrote: > hi, > > I just made a easybuild config file for libint-2.0.3-stable. > (attached) The module file mentions a CPATH, e.g. in my case: > > /home/toon/.local/easybuild/software/libint/2.0.3-stable-goolf-1.4.10/include > > > while the include files are installed in a subdir: > > /home/toon/.local/easybuild/software/libint/2.0.3-stable-goolf-1.4.10/include/libint2 > > > This is the directory that should be in the CPATH variable, > > How should I fix the CPATH variable? > Hi Toon,
At this point this can only be fixed in an easyblock iirc. You can look at the example on https://github.com/hpcugent/easybuild/wiki/Development-guide more specific, you'll need to add a make_module_req_guess function that is very similar to the one in the example. Regards Jens Timmerman

