From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CCDA15806E for ; Tue, 23 May 2023 13:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9293E08C8; Tue, 23 May 2023 13:05:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98F9DE08C8 for ; Tue, 23 May 2023 13:05:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D30A335D92 for ; Tue, 23 May 2023 13:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD023A4A for ; Tue, 23 May 2023 13:05:26 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1684847124.197481edf495a58d0c1af6442c9baf1f8ab56b77.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/trilinos/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/trilinos/trilinos-14.0.0.ebuild X-VCS-Directories: sci-libs/trilinos/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 197481edf495a58d0c1af6442c9baf1f8ab56b77 X-VCS-Branch: master Date: Tue, 23 May 2023 13:05:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ac8c401-4919-4e2f-9ab1-c2a79af2d12d X-Archives-Hash: fef30a047de4672b8641a4f24f034c05 commit: 197481edf495a58d0c1af6442c9baf1f8ab56b77 Author: Matthias Maier gentoo org> AuthorDate: Tue May 23 13:03:52 2023 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue May 23 13:05:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197481ed sci-libs/trilinos: fix cmake configuration files Signed-off-by: Matthias Maier gentoo.org> sci-libs/trilinos/trilinos-14.0.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/trilinos/trilinos-14.0.0.ebuild b/sci-libs/trilinos/trilinos-14.0.0.ebuild index ba271797a58f..86f5aa32c67d 100644 --- a/sci-libs/trilinos/trilinos-14.0.0.ebuild +++ b/sci-libs/trilinos/trilinos-14.0.0.ebuild @@ -243,6 +243,9 @@ src_install() { # Move the cmake directory to the right location: mkdir -p "${ED}/usr/$(get_libdir)"/cmake mv "${ED}/usr/$(get_libdir)"/trilinos/cmake/* "${ED}/usr/$(get_libdir)"/cmake || die "mv failed" + # Fix up include paths: + sed -i -e 's#external_packages#trilinos/external_packages#g' \ + "${ED}/usr/$(get_libdir)"/cmake/**/*.cmake || die "sed failed" rmdir "${ED}/usr/$(get_libdir)/trilinos/cmake" || die "rmdir failed" # Register $(get_libdir)/trilinos in LDPATH so that the dynamic linker