diff --git a/CMakeLists.txt b/CMakeLists.txt index 6219115..f6cceea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 12) +set(SIEMENS_TO_ISMRMRD_VERSION_PATCH 13) 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 @@ -67,7 +67,7 @@ set(Boost_USE_STATIC_RUNTIME OFF) find_package(Boost COMPONENTS system thread program_options filesystem timer REQUIRED) -find_package(ISMRMRD 1.14.1 REQUIRED) +find_package(ISMRMRD 1.14.2 REQUIRED) find_package(HDF5 REQUIRED COMPONENTS C) include_directories( ${ISMRMRD_INCLUDE_DIR} ${HDF5_C_INCLUDE_DIR} ) diff --git a/conda/meta.yaml b/conda/meta.yaml index 995f99b..4bf171e 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -15,18 +15,18 @@ requirements: - clang>=13.0.1 # [osx] - clangxx>=13.0.1 # [osx] - cmake>=3.20.0 - - gcc_linux-64>=9.0.0 # [linux64] + - gcc_linux-64>=9.0.0 # [linux64] - gxx_linux-64>=9.0.0 # [linux64] - - ismrmrd=1.14.1 + - ismrmrd>=1.14.2 - libxml2>=2.9 - - libxslt=1.1 + - libxslt=1.1 - ninja=1.12.* run: - - ismrmrd=1.14.1 + - ismrmrd>=1.14.2 - boost {{ boost }} - libxml2>=2.9 - - libxslt=1.1 + - libxslt=1.1 about: home: https://github.com/ismrmrd/siemens_to_ismrmrd diff --git a/dependencies/ismrmrd b/dependencies/ismrmrd index 0546165..c5c4aa0 100644 --- a/dependencies/ismrmrd +++ b/dependencies/ismrmrd @@ -1 +1 @@ -4037c41fcdcb8870234baaeb46ce4848aac1579a \ No newline at end of file +802b52d69dcc31935888d3c69cc2a179f13a5608 \ No newline at end of file