Edoardo Pasca
Edoardo Pasca
Is this for 3.2?
On my laptop I have CUDA 12.4, which might not work for you?
There is an issue with Gadgetron or dcmtk and GCC? https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/13265453075/job/37031643450?pr=937 ``` /usr/include/dcmtk/ofstd/ofstdinc.h:121:2: error: #error "Macro INCLUDE_CSTRING not supported anymore. Include directly." 121 | #error "Macro INCLUDE_CSTRING not supported anymore....
Good spot! My docker image says it's 24.04 ``` (base) root@2a418c82a9b7:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.1 LTS Release: 24.04 Codename: noble ```...
On my docker instance with the `ubuntu-22.04` base image it builds ``` (base) root@2035ef435116:/opt/SIRF-SuperBuild# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04...
Let's try to install hdf5 from conda/pip of the same version of the system one to minimise incompatibilities.
I tried armadillo from `conda-forge` but the superbuild didn't find the devel files. Yes, as usual this is a long and painful road.
I get the following error on Gadgetron configuration. Indeed the system boost is [1.78.0.3 on Ubuntu 22.04](https://launchpad.net/ubuntu/jammy/+package/libboost-dev) ``` CMake Error at /usr/local/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost: Found unsuitable version...
Hash before rebase 40605c7c461fcee11ebe3e24bb6757e588f6c984
Currently encountering a weird error. If building with SB the build fails because of link errors with ISMRMRD. ``` docker build . --build-arg NUM_PARALLEL_BUILDS=1 --build-arg RUN_CTEST=0 --build-arg BUILD_CIL=ON --build-arg REMOVE_BUILD_FILES=0...