Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[starlink] Veggiesaurus/starlink ast cminpack fix #20559

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ports/starlink-ast/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vcpkg_fail_port_install(ON_TARGET "Linux" "OSX")

vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/Starlink/ast/releases/download/v9.2.4/ast-9.2.4.tar.gz"
FILENAME "ast-9.2.4.tar.gz"
SHA512 84e6f243e6d9d77328b73b97355feb3990307fb9c8f9b2f30344d71e2f5e63a849cdce0090ff5b7cc16028e12d68516c885b13d76db841072c9d1d06a7742a9e
URLS "https://github.com/Starlink/ast/releases/download/v9.2.5/ast-9.2.5.tar.gz"
FILENAME "ast-9.2.5.tar.gz"
SHA512 2eee3df56ca49a9fbb6b103b26f41a63a7b77533bcc74bc4154b57567ee6da53d5c7ff1d38c4ad0ce330d9b902e35d40184fa9e985506c3dcbbb03071be65760
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
)

vcpkg_extract_source_archive_ex(
Expand All @@ -13,6 +13,7 @@ vcpkg_extract_source_archive_ex(

set(CONFIGURE_OPTIONS
--without-fortran
--with-external-cminpack
star_cv_cnf_trail_type=long
star_cv_cnf_f2c_compatible=no
)
Expand Down
6 changes: 4 additions & 2 deletions ports/starlink-ast/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "starlink-ast",
"version-semver": "9.2.4",
"port-version": 2,
"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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6565,8 +6565,8 @@
"port-version": 0
},
"starlink-ast": {
"baseline": "9.2.4",
"port-version": 2
"baseline": "9.2.5",
"port-version": 0
},
"status-code": {
"baseline": "1.0.0-20211208",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/starlink-ast.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b5cfb9d9ff68b40b5a910240d3b0d09190b17b36",
"version-semver": "9.2.5",
"port-version": 0
},
{
"git-tree": "487c5e318ce957c09647d0d74a2b5b4a4e99ffef",
"version-semver": "9.2.4",
Expand Down