early-access version 2853
This commit is contained in:
25
externals/vcpkg/ports/starlink-ast/vcpkg.json
vendored
Executable file
25
externals/vcpkg/ports/starlink-ast/vcpkg.json
vendored
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user