Skip to content

mincv2.4.6

Updated

MINC - Medical Image NetCDF or MINC isn't netCDF

#Usage

minc provides CMake integration:

find_package(LIBMINC CONFIG REQUIRED)
target_include_directories(main PRIVATE ${LIBMINC_INCLUDE_DIRS})
target_link_directories(main PRIVATE ${LIBMINC_LIBRARY_DIRS})
target_link_libraries(main PRIVATE ${LIBMINC_LIBRARIES})

LIBMINC_LIBRARIES may include imported targets.
Downstream CMake config may need to add:

include(CMakeFindDependencyMacro)
find_dependency(LIBMINC CONFIG)

#License

Not declared in the port manifest

#Supported Platforms

All platforms supported.

#Features

No default features.

#minc1

Support minc1 file format, requires NETCDF

Dependencies:
and 2 transitive dependencies:
Host Dependencies:
2 transitive dependencies:

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Alexander Neumann's avatarAlexander Neumann
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Billy O'Neal's avatarBilly O'Neal
  • autoantwort's avatarautoantwort
  • Kai Pastor's avatarKai Pastor

#Changelog

  • bf1ca0b[minc] Update to 2.4.06, add test port (#45288)
  • c1c8763[minc] fix feature (#27784)
  • b295670Bulk convert control files. (#19986)
  • 8f8f716[cmake] update to 3.19.2 (#14716)
  • 8e76503[ITK] Update to 5.1 (#11208)