[ginkgo] Update to 1.9.0 (#42639)

This commit is contained in:
Marcel Koch 2024-12-12 18:16:56 +01:00 committed by GitHub
parent 70179a7f32
commit 7d7c5f841b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 4 deletions

View File

@ -6,8 +6,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ginkgo-project/ginkgo
REF "v${VERSION}"
SHA512 9d121a5eec9f5d17d1bd4b8924ebb32985a68e8087addc7385b619e365ed260a40ab73eb7a8a16f46a590d3162a78c9311ff41dd3dc74a9117a61e0445d96c52
HEAD_REF master
SHA512 9a52534cf19f908f776ed54b43791e621a9bd5da1fec93a4f035cf4535ddb0ce9cb9e6623ee57c631c76012b4f3ed5066ec731dc3ecac722f6b5d705ec7fd4c7
HEAD_REF main
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
@ -15,6 +15,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
openmp GINKGO_BUILD_OMP
cuda GINKGO_BUILD_CUDA
mpi GINKGO_BUILD_MPI
half GINKGO_ENABLE_HALF
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "ginkgo",
"version-semver": "1.8.0",
"version-semver": "1.9.0",
"description": "Ginkgo is a high-performance linear algebra library for manycore systems, with a focus on sparse solution of linear systems.",
"homepage": "https://github.com/ginkgo-project/ginkgo",
"license": "BSD-3-Clause",
@ -22,6 +22,10 @@
"cuda"
]
},
"half": {
"description": "Enable half precision in Ginkgo",
"supports": "!windows"
},
"mpi": {
"description": "Build the distributed MPI backend of Ginkgo",
"dependencies": [

View File

@ -3121,7 +3121,7 @@
"port-version": 0
},
"ginkgo": {
"baseline": "1.8.0",
"baseline": "1.9.0",
"port-version": 0
},
"gklib": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b0886c7ed93e3c417747633a5a32b2d1898af447",
"version-semver": "1.9.0",
"port-version": 0
},
{
"git-tree": "f40f0d719c04549720682c6481f5e4f8996aeae4",
"version-semver": "1.8.0",