mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 11:59:01 +08:00
c9e786d81a
* Bulk remove vcpkg_fail_port_install calls. Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of https://github.com/microsoft/vcpkg/pull/21502 * Update version database. * Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728 * Repair version database.
26 lines
710 B
JSON
26 lines
710 B
JSON
{
|
|
"name": "starlink-ast",
|
|
"version": "9.2.7",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|