Skip to content
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
56 changes: 0 additions & 56 deletions ports/calceph/makefilevc.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/calceph/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(CALCEPH_VERSION "3.5.0")
set(CALCEPH_HASH 12bb269d846aab93799656919cd9ca5a995248fb806727ea95667374b9380ca8f52c57dc6a5930c6995c13749bff1459c430eb2908b1533a8804fcb6b95c3de9)
set(CALCEPH_VERSION "3.5.1")
set(CALCEPH_HASH 5e83bb46b92a0b53f2cae717363cb4497d5c9cb57b3903e70d9e2c50176ca7d234212d0209fd3fcb5feebfd0980313be17e2ad4e69482504bfe8686f93216b67)

vcpkg_download_distfile(ARCHIVE
URLS "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-${CALCEPH_VERSION}.tar.gz"
Expand All @@ -10,7 +10,6 @@ vcpkg_download_distfile(ARCHIVE
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
PATCHES makefilevc.patch
)

if (VCPKG_TARGET_IS_WINDOWS)
Expand Down
4 changes: 2 additions & 2 deletions ports/calceph/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "calceph",
"version": "3.5.0",
"port-version": 2,
"version": "3.5.1",
"description": "C library to access the binary planetary ephemeris files.",
"homepage": "https://www.imcce.fr/inpop/calceph/",
"documentation": "https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/html/c/index.html",
"license": "CECILL-2.1 OR CECILL-B OR CECILL-C",
"supports": "!uwp"
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1221,8 +1221,8 @@
"port-version": 1
},
"calceph": {
"baseline": "3.5.0",
"port-version": 2
"baseline": "3.5.1",
"port-version": 0
},
"camport3": {
"baseline": "1.5.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/calceph.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "98f9a949826498f0929b5745fff07fb9747b82fa",
"version": "3.5.1",
"port-version": 0
},
{
"git-tree": "f9919835108077ed1a077ef023b60903f52df42c",
"version": "3.5.0",
Expand Down