Skip to content

Commit

Permalink
bump Armadillo (#925)
Browse files Browse the repository at this point in the history
- fixes #923
  • Loading branch information
casperdcl authored Jul 23, 2024
1 parent e4cd8a4 commit 6137a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- STIR: 6.2.0
- parallelproj: 1.9.1 (contains a fix for truncation of the TOF kernel)
- CIL: v24.1.0
- Armadillo: 12.8.4 (as per latest Gadgetron, see #923)
- docker image updates:
- fix CUDA toolkit on GPU image
- use CMake 3.29.6
Expand Down
4 changes: 2 additions & 2 deletions version_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ set(Boost_MD5 e193e5089060ed6ce5145c8eb05e67e3)


## Armadillo
set(Armadillo_URL https://downloads.sourceforge.net/project/arma/armadillo-9.800.2.tar.xz)
set(Armadillo_MD5 c2fa488ea069b9972363ebad16e51ab5)
set(Armadillo_URL https://downloads.sourceforge.net/project/arma/armadillo-12.8.4.tar.xz)
set(Armadillo_MD5 345f46a1e496d5c5d95acb01a9110f8b)

## FFTW3
if(WIN32)
Expand Down

0 comments on commit 6137a1d

Please sign in to comment.