Skip to content

Commit

Permalink
[starlink-ast] Update to 9.2.12 (microsoft#43620)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Feb 6, 2025
1 parent 5e9c585 commit 9f1ac32
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
13 changes: 13 additions & 0 deletions ports/starlink-ast/install-errors.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/Makefile.in b/Makefile.in
index a935107..dbc590d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1772,7 +1772,7 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)" || exit 1; \
if $(MANIFEST); then \
for p in $$list2; do \
echo "MANIFEST:$(DESTDIR)$(libdir)/$$p"; \
3 changes: 2 additions & 1 deletion ports/starlink-ast/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ endif()
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/Starlink/ast/releases/download/v${VERSION}/ast-${VERSION}.tar.gz"
FILENAME "starlink-ast-${VERSION}.tar.gz"
SHA512 b559535496b88b33845bd3732bb6ee80572dc0d8d963173e0199d44be09add244244d9aab90642de84c65714bca6c73b5bdc3b3290a55f171e6f3ce7643250f5
SHA512 44f837a17eaf2d959bde49982927f09bcd527ce9cb1418df5b2ef1e10b85387b40aa3099be08102f7fdfa6037ec95d3d49158c96a94b0a8b9e0495b3b9d40bf6
)

vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE "${ARCHIVE}"
PATCHES
cminpack.diff
install-errors.diff
)
file(REMOVE_RECURSE "${SOURCE_PATH}/cminpack")

Expand Down
3 changes: 1 addition & 2 deletions ports/starlink-ast/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "starlink-ast",
"version": "9.2.10",
"port-version": 1,
"version": "9.2.12",
"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",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8737,8 +8737,8 @@
"port-version": 0
},
"starlink-ast": {
"baseline": "9.2.10",
"port-version": 1
"baseline": "9.2.12",
"port-version": 0
},
"staticjson": {
"baseline": "1.0.0",
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": "317c4db12f50c7cabaf71727c716f9f79895773b",
"version": "9.2.12",
"port-version": 0
},
{
"git-tree": "13d3dcf5fe4db3f9c3ec43869b4a4e343c35ff65",
"version": "9.2.10",
Expand Down

0 comments on commit 9f1ac32

Please sign in to comment.