Skip to content

Commit

Permalink
Updated ISMRMRD version (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenms authored Jun 23, 2023
1 parent c3a5ed2 commit 545ee4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 10)
set(SIEMENS_TO_ISMRMRD_VERSION_PATCH 11)
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.13.1
- ismrmrd=1.13.7
- libxml2=2.9
- libxslt=1.1
- ninja=1.10.*

run:
- ismrmrd=1.13.1
- ismrmrd=1.13.7
- boost {{ boost }}
- libxml2=2.9
- libxslt=1.1
Expand Down

0 comments on commit 545ee4d

Please sign in to comment.