Recent Releases of sirf-superbuild
sirf-superbuild - v3.8.0
- Removed ACE as no longer needed by Gadgetron
Updated Versions:
- SIRF: 3.8.0
- STIR: 6.2.0
- parallelproj: 1.9.1 (contains a fix for truncation of the TOF kernel)
- CIL: v24.1.0
- Armadillo: 12.8.4 (as per latest Gadgetron, see #923)
- pet-rd-tools: 2.0.2
docker image updates:
- fix CUDA toolkit on GPU image
- use CMake 3.29.6
VM updates:
- use CMake 3.29.6
- CMake
Published by evgueni-ovtchinnikov almost 2 years ago
sirf-superbuild - v3.7.0
- Adds CCPi-Regularisation-Toolkit as prerequisite for CIL and reinstate unit tests
- Docker:
- Handle
BUILD_CILcorrectly and not install CIL from conda ifBUILD_CIL=ON
- Handle
- CMake:
- only pass through
OpenMP*LIBRARYvariables if set, and addOpenMP_iomp_LIBRARYto the list (for Intel compiler) https://github.com/SyneRBI/SIRF-SuperBuild/pull/879
- only pass through
- Updated Versions:
- SIRF: v3.7.0
- CIL: ccf17f393ba911d13b74f2327779dde030098fe6 # 28 May 2024
- CCPi-Regularisation-Toolkit: v24.0.1
- STIR: v6.1.0
- CMake
Published by casperdcl about 2 years ago
sirf-superbuild - v3.6.0
- build the STIR native Python interface by default (STIRBUILDSWIG_PYTHON=ON). You can still switch this off.
- docker image updates:
- uses
docker-stacks - CPU: ubuntu:22.04
- GPU: nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04
- Important: Docker tags have now changed, see docker/README.md for a table. Changes w.r.t. previous versions are listed below (note that
-gpuversions of all tags exist as well, e.g.latest-gpuetc). - The
latesttag now includes the jupyter server etc, so theservicetag should no longer be used (and corresponding images on DockerHub will not be updated). - The new
edgetag corresponds tomasterbranch of the SIRF-SuperBuild. Note that this will include the "normal" versions of all packages. - The
develtag (forDEVEL_BUILD=ONwithmasterversions of SIRF, STIR etc) is no longer pushed to DockerHub, and therefore will not be updated. - Docker images are now pushed to DockerHub and GHCR
- added requirements.yml
- revert to
condabut withlibmambasolver
- uses
- updated versions:
- SIRF: v3.6.0
- STIR: v6.0.0
- parallelproj: v1.7.3
- Gadgetron: 6202fb7352a14fb82817b57a97d928c988eb0f4b (version of Oct 13, 2023)
- ISMRMRD: v1.13.7
- NiftyReg: a328efb3a2f8ea4b47cf0f7b581d983a570a1ffd (version of 8 Mar, 2024, fixing find omp.h problems on MacOS)
- siemenstoismrmrd: v1.2.11
- CIL: db5a2a6cd3bddfbbf53e65f0549ac206096e5b44 (version of Feb 13, 2024)
- CCPi-Regularisation-Toolkit: 71f8d304d804b54d378f0ed05539f01aaaf13758 (version of Dec 3. 2023)
- ROOT: v6-28-12
- nlohmann/json: 3.11.3
- CMake changes
- pass through
OpenMP_CXX_INCLUDE_DIRandOpenMP_C_INCLUDE_DIRto dependent projects. For instance, on MacOS the compiler might not find omp.h unless these variables are set.
- pass through
- VM changes
- UPDATE.sh (and hence updateVM.sh) has extra developer options to set the DEVELBUILD=ON (-D) and skip the build (-S).
- Drop Travis
Full Changelog: https://github.com/SyneRBI/SIRF-SuperBuild/compare/v3.5.0...v3.6.0
- CMake
Published by KrisThielemans over 2 years ago
sirf-superbuild - v3.5.0
- Temporarily disable CCPi-Regularisation due to #832
- CMake/building:
- default
DISABLE_MATLABtoONas SIRF Matlab support is out-of-date and enabling it could generate conflicts with Python shared libraries.
- default
- docker image updates
- introduce
REMOVE_BUILD_FILESvariable. If set to 1 (which is the default), most build files will be removed in the docker image. - introduce
RUN_CTESTSvariable. If set to 1 (which is the default), the CTests will be run while building the image. - remove obsolete copying of gadgetron.xml
- Installing requirements for SIRF-Exercises uses its environment.yml or requirements.txt depending on settings.
- introduce
- Build Gadgetron master. Requires new Ubuntu packages: libdcmtk-dev, libpugixml-dev, libgflags-dev, libssl-dev, libcurl4-openssl-dev, pkg-config, golang, libboost-coroutine-dev, libboost-context-dev, libboost-random-dev.
- Added SuperBuild project dependencies for Gadgetron: range-v3, RocksDB, Date, mrd-storage-server
- updated versions:
- Gadgetron: 42f11bf14b77b16f1ca5bcfbfa435d5ee8cb22a6 (master)
- RocksDB: 6.26.0
- range-v3: 0.12.0
- siemenstoismrmrd: 8bb8b08f53ce73c2de9ba5f47f1532f96292d92b
- ISMRMRD: v1.13.2
- SIRF: v3.5.0
- CIL: v23.1.0
- CCPi-Regularisation: v22.0.0
- TomoPhantom: v2.0.0
- CMake
Published by casperdcl over 2 years ago
sirf-superbuild - v3.4.0
- Removed CIL-ASTRA as it has been merged into CIL code base.
- docker images updates
- Ubuntu: 22.04
- added dependencies to python-opencv , pytest, pytest-cov and coverage
- added requirements.yml and requirements-service.yml to handle dependencies for conda python
- updates to use mamba
- use jupyterlab as opposed to notebook in the "service" images
- CMake: v3.25.1
- VM updates
- Ubuntu: 22.04
- update configuration and documentation to use jupyterlab as opposed to the notebook server
- CMake: 3.21.3
- fixes documentation
- use the VMSVGA graphics controller
- use environment variables in Vagrantfile for easier building
- updated versions:
- SIRF: v3.4.0
- CIL: a6062410028c9872c5b355be40b96ed1497fed2a > 22.1.0
- GTest: 1.12.1
- glog: 0.6.0
- parallelproj: v1.2.13
- STIR: rel_5.1.0
- Boost: 1.78.0
- CMake
Published by paskino over 3 years ago
sirf-superbuild - v3.3.1
- VM:
- "updateVM.sh -s" (i.e. "UPDATE.sh -s") no longer runs configuregnome.sh. If you have a very old VM, run it manually instead.
- Updates to run using docker scripts
- installs custom pip and all python prerequisites with pip
- Bugfix in finding cython and python in UPDATE.sh
- general refresh of scripts etc
- move
zero_fill.shfromfirst_run.shand move it to a newclean_before_VM_export.shscript, which also removes build files to make the exported VM smaller.
- docker and VM:
- install
uuid-devsuch that we're prepared for installing ROOT - no longer force numpy<=1.20
- install
- CMake:
- FindCython allows hints
- CMake
Published by KrisThielemans almost 4 years ago
sirf-superbuild - v3.3.0
v3.3.0
- add CITATION.cff (and remove .zenodo.json)
- updated versions:
- SIRF: 3.3.0
- STIR: 5.0.2
- parallelproj: v0.8
- CCPi Regularisation: v21.0.0
- CIL: v21.4.1 (CIL devel build to commit hash ef66083de231492f9571f5512b33068f6950e877 )
- Windows
- Boost build add regex and random
- install
env_sirf.PS1and.batfiles (as the.shand.cshfiles)
- docker:
- fix problems with CUDA repo keys
- minor fixes to scripts for use elsewhere (including preparation for more recent Ubuntu)
- added numba as dependency
- VM:
- set
BUILD_CIL=ON
- set
- generic *.cmake fixes:
- update to the ASTRA build script
- fix/add minimum versions for various packages
- improve finding GTest
- known problems:
- VM and jupyterhub scripts need merging various fixes
- VM build files are currently not up to date with 3.3.0 version
- CMake
Published by paskino almost 4 years ago
sirf-superbuild - v3.2.0
- Moved the VM to this SuperBuild repo
- CMake: removed USESYSTEMsiemenstoismrmrd
- CMake: added required versions for STIR, NIFTYREG, ISMRMRD.
- Drop Python 2 support
- CMake minimum required version is set to 3.16.2, as it supports Boost 1.72
- VirtualBox VM is created from the SIRF-SuperBuild repository
- Docker images install CIL via conda, so setting BUILD_CIL=OFF in the docker build
- Added jupyterhub Dockerfile and documentation to build the jupyterhub image used in training on top of SIRF docker images and jupyter datascience-notebook image with GPU access.
- Adds Boost random for ISMRMRD 1.5.0 https://github.com/SyneRBI/SIRF-SuperBuild/issues/636
- moved the VM repository to the VirtualBox subdirectory
- fix usage of projEXTRACMAKE_ARGS facility (it was broken for all projects except ITK) https://github.com/SyneRBI/SIRF-SuperBuild/issues/616
- Boost: fix cases where the wrong version of boost could be found https://github.com/SyneRBI/SIRF-SuperBuild/issues/627
- GTest: if USESYSTEMGTest=OFF, attempt to force finding our version, otherwise, pass GTestDIR or GTESTROOT on to dependent projects.
- add the CERN ROOT library (if USE_ROOT=ON, but defaults to OFF), which can be used by STIR to read GATE ROOT files.
- updated versions:
- CMake: 3.16.2
- ISMRMRD: 1.7.0 if siemenstoismrmrd is built, 1.4.2.1 otherwise
- siemenstoismrmrd: 6d0ab3d3d0c8ade5c0526db1c6af9825008425ad > 1.2.2 with bug-fix for boost/foreach.hpp
- ITK: 5.2.1 However, we now build a smaller set of modules, most (but not all) of IO, and Filtering. See SuperBuild/External_ITK.cmake)
- NiftyReg: 99d584e2b8ea0bffe7e65e40c8dc818751782d92 ) (fixes gcc-9 OpenMP problems)
- CIL: v21.4.0
- GTest: 1.11.0
- Boost: 1.72.0
- JSON: 3.10.4
- ACE: 6.5.9
- parallelproj: v0.8
- CMake
Published by paskino about 4 years ago
sirf-superbuild - v3.1.0
v3.1.0
- docker:
- configure nbstripout in SIRF-Exercises for
sirf-service - major change w.r.t. users and permissions. We now build as user
jovyan(by default) and still switch tosirfuserfor running the container. This avoids having to reset permissions of many files, and therefore speeds-up container start-up. - introduced
SIRF_SB_URL,SIRF_SB_TAGandNUM_PARALLEL_BUILDS. They default to the values used before (i.e. resp. the mainSIRF-SuperBuildrepo,masterand2). - add dependencies that are available only from conda-forge (for CIL)
- improved documentation
- configure nbstripout in SIRF-Exercises for
- allow specifying
HDF5_URLandHDF5_TAGlike for other projects - updated versions:
- SIRF: 3.1.0
- CIL: 21.2.0
- CIL-ASTRA: 21.2.0
- disable built of NiftyPET by default as our current setup requires Python2 for which we dropped support
- Continuous Integration testing:
- Removed all Travis runs except those that run docker
- CMake
Published by KrisThielemans almost 5 years ago
sirf-superbuild - v3.0.0
- Docker builds:
- travis to use BUILD_CIL=ON for all Docker builds
- Docker builds moved to Python3 only.
- Environment files with name
env_sirf.sh(andcsh) are created. Symbolic links or copies with the previous nameenv_ccppetmr.sh(andcsh) depending on the version of CMake available are made. - Fix some issues with finding Python #472
- Handling dependent projects:
- Sets
USE_ITK=ONby default. - Disabled building of
Module_ITKReviewby default - Updates for CIL 20.11+ which has a different python module structure. CCPi-FrameworkPlugins has been also removed.
- CIL repository has been transferred to the TomographicImaging organisation; reflect changes in CIL repositories
- Patch Gadgetron include file hoNDFFT.h to remove spurious ".."
- Add Gadgetron as a dependency of SIRF if
BUILD_GadgetronisON. - Enabled HDF5 support for STIR by default (build C++ libraries for HDF5)
- Add option
BUILD_TESTING_JSON(default OFF)
- Sets
- Updated versions:
- JSON: 3.9.1
- SWIG: 4.0.2
- STIR: 4.1.1
- SIRF: 3.0.0
- CIL: 21.1.0
- CCPi-Regularisation toolkit: 20.09
- Continuous Integration testing:
- Add GitHub actions and removed most Travis runs
- Switched Travis
ctestfrom--verboseto--output-on-failureand addedtravis_waitof 20 minutes to keep it from timing-out if some tests take longer than 10.
- CMake
Published by KrisThielemans about 5 years ago
sirf-superbuild - v2.2.0
- Updated to reflect change from CCPPETMR to CCPSyneRBI.
- Made ${proj}SOURCEDIR a cached variables such that the user can point to an existing directory.
- Added support for passing CMAKE args to projects from the SuperBuild call.
- Use macros to drastically simplify (and reduce size of) the External*.cmake files.
- Pass HDF5ROOT through to projects if it's defined and USESYSTEM_HDF5=ON
- Added checking whether default SWIG executable exists.
- Corrected logic around building SIRF and Registration.
- Added JSON as external package.
- Added option to build ITK with static libraries.
- Added option to skip ITK path length checks.
- Added option to compile Armadillo without HDF5 support.
- Added options to disable STIR JSON support.
- Added option to disable CUDA.
- Added option to disable Gadgetron checkouts.
- Added option to disable Python or MATLAB support.
- Sorted out Nifty PET capitalisation.
- Unified OpenMP control.
- Updated versions:
- STIR: rel_4.0.2
- CIL: 20.04
- SIRF: 2.2.0
- CMake
Published by KrisThielemans over 5 years ago
sirf-superbuild - v2.1.0
- Switch NiftyReg remote from
rijobrotoKCL-BMEIS(following the acceptance of one of our PRs to their code). - Azure:
- Added NVIDIA GPU support
- Now using Terraform HCL v0.12
- Added CCPi CIL support and various packages for that
- Added preliminary install option for NiftyPET
- Added CUDA and OpenMP support for some packages
- Improved documentation for docker
- Updated various versions
- NiftyReg: 1.5.68
- ISMRMRD: v1.4.1
- STIR: stirrel400alpha
- SIRF: v2.1.0
- PET RD Tools: v1.1.0
- Armadillo: 9.800.2
- petmr-rd-tools -> pet-rd-tools fixes
- CMake
Published by KrisThielemans over 5 years ago
sirf-superbuild - v2.1.0 Release Candidate 3
Switch NiftyReg remote from rijobro to KCL-BMEIS (following the acceptance of one of our PRs to their code).
Azure:
- Added NVIDIA GPU support
- Now using Terraform HCL v0.12
Added CCPi CIL support and various packages for that
Added preliminary install option for NiftyPET
Added CUDA and OpenMP support for some packages
Improved documentation for docker
Updated various versions
NiftyReg: 1.5.68
ISMRMRD: v1.4.1
STIR: stirrel400alpha
SIRF: v2.1.0-rc.3
CIL: v19.10
- CMake
Published by paskino over 6 years ago
sirf-superbuild - Version 2.0.0
- Added CMake Variable
Gadgetron_USE_MKLto allow Gadgetron build with MKL if available - Added build of NiftyReg and ACE (optional)
- Added tests for various packages, not just SIRF (CMake variables
BUILD_TESTING_*) - Updated various versions
- ISMRMRD: v1.4.0
- Gadgetron: b6191ea
- Boost: 1.65.1 (linux) 1.68.0 (OSX)
- STIR to version of 9 Apr 2019
- SIRF v2.0.0. If NiftyReg is built (or provided), SIRF will be built with registration capabilities.
- docker images updates
- Ubuntu: 18.04
:serviceimages withJupyterandSIRF-Exercises
- addition of Azure scripts
- require CMake: 3.10.0
- changed some CMake variable names:
BUILD_GADGETRON->BUILD_GadgetronBUILD_GADGETRON_NATIVE_MATLAB_SUPPORT->Gadgetron_BUILD_MATLAB_SUPPORTBUILD_STIR_WITH_OPENMP->STIR_ENABLE_OPENMPBUILD_STIR_EXECUTABLES->STIR_BUILD_EXECUTABLESBUILD_STIR_SWIG_PYTHON->STIR_BUILD_SWIG_PYTHON
- petmr-rd-tools -> pet-rd-tools
- CMake
Published by paskino about 7 years ago