Skip to content

Commit

Permalink
[ginkgo] add version 1.8.0 (#39640)
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj authored Jul 5, 2024
1 parent dc5b3c9 commit c131e48
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ports/ginkgo/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ginkgo-project/ginkgo
REF "v${VERSION}"
SHA512 a7e71eaae8dc62e0b670f0db82f82e23b82860b3f6a5428e28f4652ed2a496f53d04238039b95f43cdf465cf86d2724ed88113a65e5e761ab839244e1b58ea46
SHA512 9d121a5eec9f5d17d1bd4b8924ebb32985a68e8087addc7385b619e365ed260a40ab73eb7a8a16f46a590d3162a78c9311ff41dd3dc74a9117a61e0445d96c52
HEAD_REF master
)

Expand Down Expand Up @@ -41,3 +41,4 @@ file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/ginkgo")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/CMakeFiles")
2 changes: 1 addition & 1 deletion ports/ginkgo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ginkgo",
"version-semver": "1.7.0",
"version-semver": "1.8.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3045,7 +3045,7 @@
"port-version": 0
},
"ginkgo": {
"baseline": "1.7.0",
"baseline": "1.8.0",
"port-version": 0
},
"gklib": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/ginkgo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f40f0d719c04549720682c6481f5e4f8996aeae4",
"version-semver": "1.8.0",
"port-version": 0
},
{
"git-tree": "5bb942245eec037ad042ba29ec426573031513e7",
"version-semver": "1.7.0",
Expand Down

0 comments on commit c131e48

Please sign in to comment.