mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:18:59 +08:00
6b82b233cd
* 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
25 lines
696 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|