schroedinger_coordgenlibs, revbump, fix cmake destination path (#13482)

This commit is contained in:
Schrijvers Luc
2025-12-24 17:57:32 +01:00
committed by GitHub
parent 8376a7057f
commit 08760f41af
2 changed files with 25 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
From 85e0cde9548d6f7cf7488ed2d8de274395460e6e Mon Sep 17 00:00:00 2001
From e9c09710fa476be5689a84eae22132fbb447f26d Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Wed, 24 Dec 2025 16:46:36 +0100
Subject: Fix installation path for headers
@@ -20,3 +20,26 @@ index 9df3193..e27fc33 100644
--
2.52.0
From 27acbc81770aea7185f75ca415c121d64545a1cd Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Wed, 24 Dec 2025 17:51:59 +0100
Subject: Fix cmake destination path
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e27fc33..8a00ad3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -129,7 +129,7 @@ install(FILES
install(EXPORT coordgen-targets
FILE ${PROJECT_NAME}-config.cmake
- DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake)
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/coordgen)
# Example
if(COORDGEN_BUILD_EXAMPLE)
--
2.52.0

View File

@@ -12,7 +12,7 @@ this code, though make no guarantee on our ability to process these."
HOMEPAGE="https://github.com/schrodinger/coordgenlibs"
COPYRIGHT="2017 Schrödinger, Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/schrodinger/coordgenlibs/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="f67697434f7fec03bca150a6d84ea0e8409f6ec49d5aab43badc5833098ff4e3"
SOURCE_DIR="coordgenlibs-$portVersion"