Skip to content

Commit

Permalink
Use ismrmrd-1.12.0 (#107)
Browse files Browse the repository at this point in the history
* New ismrmrd version

* Up version in Dockerfile too
  • Loading branch information
hansenms authored Oct 26, 2022
1 parent b245241 commit 21b4991
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message(STATUS "Looking for packages in : ${CMAKE_PREFIX_PATH}")
#VERSIONING
set(SIEMENS_TO_ISMRMRD_VERSION_MAJOR 1)
set(SIEMENS_TO_ISMRMRD_VERSION_MINOR 2)
set(SIEMENS_TO_ISMRMRD_VERSION_PATCH 4)
set(SIEMENS_TO_ISMRMRD_VERSION_PATCH 5)
set(SIEMENS_TO_ISMRMRD_VERSION_STRING ${SIEMENS_TO_ISMRMRD_VERSION_MAJOR}.${SIEMENS_TO_ISMRMRD_VERSION_MINOR}.${SIEMENS_TO_ISMRMRD_VERSION_PATCH})

# Generate the converter_version.h header file
Expand Down
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ requirements:
- cmake>=3.20.0
- gcc_linux-64>=9.0.0 # [linux64]
- gxx_linux-64>=9.0.0 # [linux64]
- ismrmrd=1.11.1
- ismrmrd=1.12.0
- libxml2=2.9.12
- libxslt=1.1.33
- ninja=1.10.*

run:
- ismrmrd=1.11.1
- ismrmrd=1.12.0
- boost=1.76.0
- libxml2=2.9.12
- libxslt=1.1.33
Expand Down
2 changes: 1 addition & 1 deletion dependencies/ismrmrd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5672c474292f0b87e9c0aedcb5f1bc87ef0544f8
f9e38ed8cda6428839005c060579d3dfdb043515

0 comments on commit 21b4991

Please sign in to comment.