Gadgetron builds on openSUSE

20 views
Skip to first unread message

V.

unread,
May 23, 2020, 8:29:35 AM5/23/20
to Gadgetron
For folks who use openSUSE as their primary environment, the latest Gadgetron builds and works on 15.1 and the beta 15.2 releases.

To set up that environment, the "createMachine.sh" script in this repository can be used.  In that repository, it is used to build a Docker container.  However, I've also used the script on "bare metal" machines to create an environment from a very lean installation.

Also, because the different distros puts and labels things in different ways, I had to use a modified cmake command, which is:

cmake -D CMAKE_C_COMPILER=/usr/bin/gcc-7 \

      -D CMAKE_CXX_COMPILER=/usr/bin/g++-7 \

      -D HDF5_USE_STATIC_LIBRARIES=yes \

      -D CMAKE_INSTALL_PREFIX=$GADGETRON_HOME \

      -D CMAKE_EXE_LINKER_FLAGS="-lpthread -lz -ldl" \

      -D LAPACKE_LIBRARIES=/usr/lib64/liblapacke.so \

      -D OPENBLAS_OMP_LIBRARIES=/usr/lib64/libopenblas_openmp.so \

      ..

Please note that this build does not include MATLAB or CUDA support within Gadgetron.  I don't have access to either of these in my build environment, so I am unable to test and build with these elements.


openSUSEbuildGadgetron.png
Reply all
Reply to author
Forward
0 new messages