From e3089e4bc36eb660e12bc2311501eaa6efedd3d8 Mon Sep 17 00:00:00 2001 From: gastineau Date: Fri, 6 Dec 2024 21:06:29 +0100 Subject: [PATCH] [calceph] update to version 4.0.3 (#42577) --- ports/calceph/portfile.cmake | 4 +++- ports/calceph/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/c-/calceph.json | 5 +++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ports/calceph/portfile.cmake b/ports/calceph/portfile.cmake index e9af4b8da5..f4e70a2163 100755 --- a/ports/calceph/portfile.cmake +++ b/ports/calceph/portfile.cmake @@ -1,4 +1,4 @@ -set(CALCEPH_HASH 1b03bc62ab32ab56a95ca33612824a1f2104a8cca225b6cbedc656655ab4477a922053257341f36b95792f002b39cbee6a1dd2522cacdac36282aa044e121d86) +set(CALCEPH_HASH 0130bf9f48338146eb32aba4c9ceaa2d2a2ba2dfc4812c4c27cf87da06719172e3273cce4890f76233bbe15fc13952a05c06bce6a216e4ae6ca9613c902dca33) vcpkg_download_distfile(ARCHIVE URLS "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-${VERSION}.tar.gz" @@ -25,5 +25,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin") endif() +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") + file(INSTALL "${SOURCE_PATH}/README.rst" DESTINATION "${CURRENT_PACKAGES_DIR}/share/calceph" RENAME readme.rst) vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING_CECILL_B.LIB") diff --git a/ports/calceph/vcpkg.json b/ports/calceph/vcpkg.json index 55099339ee..063110dd0f 100755 --- a/ports/calceph/vcpkg.json +++ b/ports/calceph/vcpkg.json @@ -1,6 +1,6 @@ { "name": "calceph", - "version": "4.0.1", + "version": "4.0.3", "description": "C library to access the binary planetary ephemeris files.", "homepage": "https://www.imcce.fr/inpop/calceph/", "documentation": "https://calceph.imcce.fr/docs/latest/html/c/index.html", diff --git a/versions/baseline.json b/versions/baseline.json index b7dde183c4..0ef6d2da41 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1493,7 +1493,7 @@ "port-version": 0 }, "calceph": { - "baseline": "4.0.1", + "baseline": "4.0.3", "port-version": 0 }, "camport3": { diff --git a/versions/c-/calceph.json b/versions/c-/calceph.json index d2cfcd7e48..93b39f6d50 100644 --- a/versions/c-/calceph.json +++ b/versions/c-/calceph.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "49026767cbf6ab4fa4dde6df55f440d3a244c5d3", + "version": "4.0.3", + "port-version": 0 + }, { "git-tree": "39ac246456a1696374698c2544fd23da60fbe918", "version": "4.0.1",