Skip to content

Commit 18d0cf9

Browse files
committed
ENH: Update NrrdIO from upstream
The NrrdIO repository recently moved to git ``` git clone https://git.code.sf.net/p/teem/nrrdio/nrrdio.git NrrdIO ``` These changes represent the head of NrrdIO as of 2025-10-22, with synchronization between the ITK codebase and the NrrdIO codebase.
1 parent 1a182d0 commit 18d0cf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+3906
-4481
lines changed

Modules/ThirdParty/NrrdIO/src/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@ set(ITK3P_INSTALL_INCLUDE_DIR "${ITKNrrdIO_INSTALL_INCLUDE_DIR}")
33
set(ITK3P_INSTALL_RUNTIME_DIR "${ITKNrrdIO_INSTALL_RUNTIME_DIR}")
44
set(ITK3P_INSTALL_LIBRARY_DIR "${ITKNrrdIO_INSTALL_LIBRARY_DIR}")
55
set(ITK3P_INSTALL_ARCHIVE_DIR "${ITKNrrdIO_INSTALL_ARCHIVE_DIR}")
6+
7+
set(NRRD_LIBRARY_PREFIX ITK)
8+
set(NRRDIO_USE_ZLIB OFF)
9+
add_definitions(-DTEEM_ZLIB=1)
10+
set(NRRDIO_COMPRESSION_LIBRARIES ${ITKZLIB_LIBRARIES})
11+
if(UNIX)
12+
list(APPEND NRRDIO_COMPRESSION_LIBRARIES m)
13+
endif()
14+
15+
set(NRRDIO_USE_BZIP2 OFF)
616
add_subdirectory(NrrdIO)
717
itk_module_target(ITKNrrdIO NO_INSTALL)

Modules/ThirdParty/NrrdIO/src/NrrdIO/000-README.txt

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)