Alexander Grund
Alexander Grund
From the log: > /software/GCCcore/13.3.0/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++14' -MD -MF bazel-out/k8-opt-exec-ST-a828a81199fe/bin/external/com_google_protobuf/src/google/protobuf/io/_objs/gzip_stream/gzip_stream.d '-frandom-seed=bazel-out/k8-opt-exec-ST-a828a81199fe/bin/external/com_google_protobuf/src/google/protobuf/io/_objs/gzip_stream/gzip_stream.o' -iquote external/com_google_protobuf -iquote bazel-out/k8-opt-exec-ST-a828a81199fe/bin/external/com_google_protobuf -iquote external/com_google_absl -iquote bazel-out/k8-opt-exec-ST-a828a81199fe/bin/external/com_google_absl...
Test report by @Flamefire **FAILED** Build succeeded for 0 out of 1 (1 easyconfigs in total) n1420 - Linux RHEL 8.7 (Ootpa), x86_64, Intel(R) Xeon(R) Platinum 8470 (icelake), Python 3.8.13...
I added the patch skipping the (single!) failing test as the error is exactly the same as mentioned in the patch. Also allowing 2 failures just in case there is...
Test report by @Flamefire **SUCCESS** Build succeeded for 1 out of 1 (1 easyconfigs in total) n1438 - Linux RHEL 8.7 (Ootpa), x86_64, Intel(R) Xeon(R) Platinum 8470 (icelake), Python 3.8.13...
Bug is caused by a broken FindOctave script: https://github.com/stevengj/nlopt/issues/314
Fixed by them for their next release. Still: Probably best to create an EasyBlock to set ALL of https://github.com/stevengj/nlopt/blob/master/CMakeLists.txt#L43-L47 depending on whether they are actual dependencies
Test report by @Flamefire **FAILED** Build succeeded for 0 out of 1 (total: 27 hours 27 mins 43 secs) (1 easyconfigs in total) c144 - Linux Rocky Linux 9.6, x86_64,...
That's why the checksum changed: Breaking change in Triton 3.5 and I updated the test script accordingly. It is in https://github.com/easybuilders/easybuild-easyconfigs/pull/24793
I had to use tlparse 0.4.0 (also separate PR in https://github.com/easybuilders/easybuild-easyconfigs/pull/24882) as the older one isn't compatible with PyTorch output, see https://github.com/pytorch/pytorch/commit/92c2daebb6338c13c40e86a7805c8a8c0a3ca5b8 > The lowest tlparse version that works is...
Rebased to remove EasyConfigs present in develop from this branch. Also added 2 more patches to avoid remaining failures.