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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED5F813933E for ; Fri, 16 Jul 2021 05:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35AC5E0973; Fri, 16 Jul 2021 05:27:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15458E0973 for ; Fri, 16 Jul 2021 05:27:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B99F342C1B for ; Fri, 16 Jul 2021 05:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1F3263F for ; Fri, 16 Jul 2021 05:27:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1626413206.40e6e7d1871fcbd67e738eb577f58e87e6118cbe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/sundials/sundials-3.2.1.ebuild sci-libs/sundials/sundials-5.2.0.ebuild sci-libs/sundials/sundials-5.7.0.ebuild X-VCS-Directories: sci-libs/sundials/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 40e6e7d1871fcbd67e738eb577f58e87e6118cbe X-VCS-Branch: master Date: Fri, 16 Jul 2021 05:27:01 +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: 772bbaee-e580-486c-b5bf-67d16eae59d2 X-Archives-Hash: 788090aed008f234205ef6d858a05614 commit: 40e6e7d1871fcbd67e738eb577f58e87e6118cbe Author: Sam James gentoo org> AuthorDate: Fri Jul 16 05:26:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 16 05:26:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e6e7d1 sci-libs/sundials: fix installation of examples on prefix Closes: https://bugs.gentoo.org/802369 Signed-off-by: Sam James gentoo.org> sci-libs/sundials/sundials-3.2.1.ebuild | 4 ++-- sci-libs/sundials/sundials-5.2.0.ebuild | 2 +- sci-libs/sundials/sundials-5.7.0.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/sundials/sundials-3.2.1.ebuild b/sci-libs/sundials/sundials-3.2.1.ebuild index 36bca3f96aa..d58d6a9829f 100644 --- a/sci-libs/sundials/sundials-3.2.1.ebuild +++ b/sci-libs/sundials/sundials-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -54,7 +54,7 @@ src_configure() { -DSUPERLUMT_ENABLE="$(usex superlumt)" -DEXAMPLES_ENABLE="$(usex examples)" -DEXAMPLES_INSTALL=ON - -DEXAMPLES_INSTALL_PATH="/usr/share/doc/${PF}/examples" + -DEXAMPLES_INSTALL_PATH="${EPREFIX}/usr/share/doc/${PF}/examples" -DUSE_GENERIC_MATH=ON ) use sparse && mycmakeargs+=( diff --git a/sci-libs/sundials/sundials-5.2.0.ebuild b/sci-libs/sundials/sundials-5.2.0.ebuild index 3d60a524cc2..c99c2b64396 100644 --- a/sci-libs/sundials/sundials-5.2.0.ebuild +++ b/sci-libs/sundials/sundials-5.2.0.ebuild @@ -64,7 +64,7 @@ src_configure() { -DSUPERLUMT_LIBRARY="-lsuperlu_mt" -DEXAMPLES_ENABLE="$(usex examples)" -DEXAMPLES_INSTALL=ON - -DEXAMPLES_INSTALL_PATH="/usr/share/doc/${PF}/examples" + -DEXAMPLES_INSTALL_PATH="${EPREFIX}/usr/share/doc/${PF}/examples" -DUSE_GENERIC_MATH=ON ) use sparse && mycmakeargs+=( -DKLU_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libklu.so" ) diff --git a/sci-libs/sundials/sundials-5.7.0.ebuild b/sci-libs/sundials/sundials-5.7.0.ebuild index de4ffc5ebca..dc933a9a83e 100644 --- a/sci-libs/sundials/sundials-5.7.0.ebuild +++ b/sci-libs/sundials/sundials-5.7.0.ebuild @@ -64,7 +64,7 @@ src_configure() { -DSUPERLUMT_LIBRARY="-lsuperlu_mt" -DEXAMPLES_ENABLE="$(usex examples)" -DEXAMPLES_INSTALL=ON - -DEXAMPLES_INSTALL_PATH="/usr/share/doc/${PF}/examples" + -DEXAMPLES_INSTALL_PATH="${EPREFIX}/usr/share/doc/${PF}/examples" -DUSE_GENERIC_MATH=ON ) use sparse && mycmakeargs+=( -DKLU_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libklu.so" )