Skip to content

wcslibv8.5

Updated

World Coordinate System (WCS) (Library)

#Usage

wcslib can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(wcslib REQUIRED IMPORTED_TARGET wcslib)
target_include_directories(main PRIVATE PkgConfig::wcslib)
target_link_libraries(main PRIVATE PkgConfig::wcslib)

#License

Could not be determined

#Supported Platforms

!windows

  • linux
  • osx
  • uwp
  • windows

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

and 2 transitive dependencies:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Simon Perkins's avatarSimon Perkins
  • MonicaLiu's avatarMonicaLiu
  • SunBlack's avatarSunBlack
  • talregev's avatartalregev

#Changelog

  • 4ef2a71[many ports] switch to vcpkg-make (#50498)
  • d421c67[wcslib] Update to 8.5 (#48854)
  • b8332c1[wcslib] Update to 8.4 (#42562)
  • a9dfdc3Add wcslib 8.2.1 (#35213)
  • 4a45104[wcslib] Add wcslib port (#31320)