When building apps that do not use configure, we currently need to explicitly export a variable on the easyconfigfile in order to define the installation prefix. For example:
preinstallopts = "export EBINSTALLPREFIX=%(installdir)s && "
It would be nice to have the install prefix as a readable variable that we could directly use at the Makefile.
When building apps that do not use configure, we currently need to explicitly export a variable on the easyconfigfile in order to define the installation prefix. For example:
preinstallopts = "export EBINSTALLPREFIX=%(installdir)s && "
It would be nice to have the install prefix as a readable variable that we could directly use at the Makefile.