easybuilders / easybuild-easyblocks

Collection of easyblocks that implement support for building and installing software with EasyBuild.
https://easybuild.io
GNU General Public License v2.0
106 stars 285 forks source link

[bugfix] Use correct temporary directory for python installation #3398

Closed gkaf89 closed 3 months ago

gkaf89 commented 3 months ago

There are tow problems with the way the pythonpath instance field is defined:

We cannot use the build_path() function instead of log_path() as the function provides a full path as well. Thus we opted to hard-code a relative path with respect to the build directory.

Issue: https://github.com/easybuilders/easybuild-easyconfigs/issues/21078