Maxime Boissonneault
Maxime Boissonneault
Hi, I built version 5.0.1 from source, and it produced a bunch of static libraries, but no executable. How do we get the executables to build ? I could not...
I am getting the following when building ArrayFire 3.6.4 : ``` cd /tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/easybuild_obj/src/api/unified && /tmp/eb-cwbxd1fp/tmp5h0wmk6b/icpc -DAFDLL -DAF_WITH_LOGGING -DOS_LNX -Daf_EXPORTS -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/arrayfire-full-3.6.4/include -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/easybuild_obj/include -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc- 2020a/arrayfire-full-3.6.4/src/api/c -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/arrayfire-full-3.6.4/src/backend -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/easybuild_obj -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/arrayfire-full-3.6.4/src/backend/common/SYSTEM -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/arrayfire-full-3.6.4/extern/ forge/include -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/easybuild_obj/extern/forge/include -I/tmp/mboisson/avx2/ArrayFire/3.6.4/iimklc-2020a/arrayfire-full-3.6.4/extern/spdlog/include...
Hi, I have a .7z file which contains symbolic links. If I extract it on a xfs filesystem, it extracts symlinks correctly. If I extract it on a CephFS filesystem,...
Hi all, I have been teaching the python ecology lesson for a few years now. I have been teaching the matplotlib lesson ever since. It used to be https://github.com/datacarpentry/python-ecology-lesson/blob/gh-pages/06-plotting-with-matplotlib.md but...
The mean weight across various species is rather meaningless. By changing it to the sum of the weights, we can relate this to the biomass of the plot https://en.wikipedia.org/wiki/Biomass_(ecology) This...
Hi, It seems that the last release of arrayfire-python dates from 2 years ago, while there is a release of ArrayFire a few weeks ago. Do these not need to...
a colleague stumbled upon. If you search for `easybuild recipes` on Google, you end up on the page https://easybuild.readthedocs.io/en/latest/Containers.html as the first hit, and this page states ```For now (since...
Extract from the discussion on Slack regarding this : Probably not something that is easily addressable, but I have seen quite a few programs that just pickup OS versions (Nix,...
While trying to inject checksums for this recipe : https://github.com/ComputeCanada/easybuild-easyconfigs/blob/computecanada-master/easybuild/easyconfigs/m/MariaDB/MariaDB-10.4.13-GCCcore-9.3.0.eb I noticed that the checksums were not injected for extensions. They were calculated and displayed on stdout, but not injected...
Renamed the branch since we switch from yaml to json. This replaces https://github.com/easybuilders/easybuild-framework/pull/3748 to address https://github.com/easybuilders/easybuild-framework/issues/3746 - [x] no test implemented - [X] not sure what to do with `--inject-checksums`...