Maxime Boissonneault
Maxime Boissonneault
``` [mboisson@build-node lib]$ pwd /cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Compiler/intel2020/boost/1.72.0/lib [mboisson@build-node lib]$ ls libboost_thread* libboost_thread.a libboost_thread-mt.a libboost_thread-mt.so libboost_thread-mt.so.1 libboost_thread-mt.so.1.72 libboost_thread-mt.so.1.72.0 libboost_thread.so libboost_thread.so.1 libboost_thread.so.1.72 libboost_thread.so.1.72.0 ```
This is the commit that broke the easyblock for us, done by @lexming https://github.com/easybuilders/easybuild-easyblocks/commit/6b883740af2c0e9d6956f0915ec2e4f235f32aa2#diff-2aa6a992f8ba62b416ee4cae734425f3121fa4d6887cdbf623dcb7bf2db8c59f
The recipes we use are here : https://github.com/ComputeCanada/easybuild-easyconfigs/blob/computecanada-main/easybuild/easyconfigs/b/Boost/Boost-1.72.0-GCC-9.3.0.eb (for boost without MPI) https://github.com/ComputeCanada/easybuild-easyconfigs/blob/computecanada-main/easybuild/easyconfigs/b/Boost/Boost-1.72.0-gompi-2020a.eb (for boost with MPI) and our EasyBlock is https://github.com/ComputeCanada/easybuild-easyblocks/blob/computecanada-main/easybuild/easyblocks/b/boost.py We have the following diff : ``` if...
So I guess, from the diff, that we chose to avoid having `-x64` because it causes issues with CMake, while upstream decided to keep `-x64`...
Yeah, our change was there before the extra sanity check was added. That's why it showed up as the extra check "broke" our build. Clearly this is something we can...
Don't merge yet, this is not the right fix
:( apparently, this never got merged https://github.com/easybuilders/easybuild-easyblocks/pull/2264 and part of it is included in this PR.... can we go back and merge the above ?
In fact, I am not able to get clang to build without downloading the full package `llvm-project-%(version)s.src.tar.xz`. The sum of components does not equal the whole thing, there are parts...
Maybe it is a second search box which runs only when a user click on the search button, and displays info about what to load ?
@traversaro thanks for the pointer. I'm not sure I follow everything, but which version of OGRE is safe to use ? I gather 1.12.12 is not. Is all of the...