Skip to content

Commit

Permalink
Support newer versions of ISMRMRD in mrd-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed Nov 23, 2024
1 parent 5cc5997 commit d14709e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
4 changes: 2 additions & 2 deletions cpp/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ requirements:
- howardhinnant_date=3.0.1
- hdf5=1.10.6
- imagemagick=7.0.11_13
- ismrmrd=1.13.7
- ismrmrd>=1.14.2
- nlohmann_json=3.11.2
- xtensor=0.24.7
- xtensor-fftw=0.2.5
run:
- fmt=8.1.1
- hdf5=1.10.6
- imagemagick=7.0.11_13
- ismrmrd=1.13.7
- ismrmrd>=1.14.2
- fftw=3.3.9

about:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- hdf5=1.10.6
- imagemagick=7.0.11_13
- ipykernel=6.23.1
- ismrmrd=1.13.7
- ismrmrd>=1.14.2
- howardhinnant_date=3.0.1
- just=1.5.0
- matplotlib=3.6.2
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cross-recon-test-cmd := if matlab != "disabled" { "MRD_MATLAB_ENABLED=true ./tes
cmake -GNinja \
-D CMAKE_BUILD_TYPE={{ build_type }} \
-D CMAKE_CXX_STANDARD={{ cpp_version }} \
-D CMAKE_INSTALL_PREFIX=$(mamba info --json | jq -r .default_prefix) \
-D CMAKE_INSTALL_PREFIX=$(conda info --json | jq -r .default_prefix) \
..

@build: configure generate
Expand Down

0 comments on commit d14709e

Please sign in to comment.