vcpkg/ports/starlink-ast/vcpkg.json
Angus Comrie 6b82b233cd
[starlink] Veggiesaurus/starlink ast cminpack fix (#20559)
* add CMINPACK_NO_DLL flag back

* bump port version

* updated versions JSON

* quotation mark adjustment

* git-tree update

* adjusted c flags configuration

* hash update

* whitespace fix

* git-tree hash update

* updated to ast 9.2.5, added external-cminpack flag

* updated version hash

* removed old version entry

* removed $schema element from json

* updated port git-tree hash
2021-12-14 20:56:11 -08:00

25 lines
696 B
JSON

{
"name": "starlink-ast",
"version-semver": "9.2.5",
"description": "The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it",
"homepage": "https://starlink.eao.hawaii.edu/starlink/AST",
"supports": "windows",
"dependencies": [
"cminpack"
],
"features": {
"pthreads": {
"description": "build with POSIX threads support",
"dependencies": [
"pthreads"
]
},
"yaml": {
"description": "build with YAML support",
"dependencies": [
"libyaml"
]
}
}
}