- Added PYTHON_DEST_DIR variable, which allows the user to select the install destination of the SIRF python modules. PYTHON_DEST_DIR is a cached variable which can be updated on the GUI. If PYTHON_DEST_DIR is not set, we will install in ${CMAKE_INSTALL_PREFIX}/python. Likewise for MATLAB_DEST_DIR.
- Export
GADGETRON_HOME
environment variable (necessary for recent versions of Gadgetron) - Updates to Docker builds
- On OSX, use the system boost by default to avoid run-time problems with boost dynamic libraries
- Build STIR with OPENMP
- optionally build siemens_to_ismrmrd
- optionally build petmr_rd_tools
- major restructuring of SuperBuild build directory
- User can specify the location of the sources via the variable
SOURCES_ROOT_DIR
- Updated dependency versions (STIR)
- Defaults to
USE_SYSTEM_BOOST=ON
on Windows and MacOSX #63, see here
- build specific versions of dependencies (ISMRMRD, Gadgetron, STIR, SIRF)
- run tests via CTest