Closed boegel closed 5 months ago
Test report by @boegel
Build succeeded for 2 out of 2 (2 easyconfigs in total) node4001.donphan.os - Linux RHEL 8.8, x86_64, Intel(R) Xeon(R) Gold 6240 CPU @ 2.60GHz (cascadelake), 1 x NVIDIA NVIDIA A2, 545.23.08, Python 3.6.8 See https://gist.github.com/boegel/66b48a43a6ca64b01999373bcdba7f4b for a full test report.
Going in, thanks @boegel!
(created using
eb --new-pr
)This fixes a problem for the sanity check of
PyTorch-bundle
which was introduced in #3322:The problem is that
custom_paths
insanity_check_step
is left empty whenlibjpeg-turbo
is used as dependency.The
PythonPackage
easyblock avoids that the defaultbin
+lib
value forsanity_check_paths
is used (by usinglib/py%(pyshortver)s/site-packages
instead), but it only does this for standalone installations (not for extensions).