Skip to content

Commit

Permalink
set DEVEL_BUILD of Gadgetron and ISMRMRD to stable version
Browse files Browse the repository at this point in the history
As opposed to going for `master`, pick a recent release. This prevents us
being sensitive to Gadgetron bugs that we don't really want to see.

Closes #134
  • Loading branch information
Kris Thielemans committed Dec 9, 2018
1 parent d454401 commit c3a2c06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,17 @@ if (DEVEL_BUILD)

## Gadgetron
set(DEFAULT_Gadgetron_URL https://github.com/gadgetron/gadgetron )
set(DEFAULT_Gadgetron_TAG origin/master)
#set(DEFAULT_Gadgetron_TAG origin/master)
set (DEFAULT_Gadgetron_TAG v3.17.0)

## siemens_to_ismrmrd
set(DEFAULT_siemens_to_ismrmrd_URL https://github.com/ismrmrd/siemens_to_ismrmrd )
set(DEFAULT_siemens_to_ismrmrd_TAG origin/master)

## ISMRMRD
set(DEFAULT_ISMRMRD_URL https://github.com/ismrmrd/ismrmrd )
set(DEFAULT_ISMRMRD_TAG origin/master)
#set(DEFAULT_ISMRMRD_TAG origin/master)
set (DEFAULT_ISMRMRD_TAG v1.4.0)

## petmr-rd-tools
set(DEFAULT_petmr_rd_tools_URL https://github.com/UCL/petmr-rd-tools )
Expand Down

0 comments on commit c3a2c06

Please sign in to comment.