commit:     9359f6ddc9223be811207768e02eb8a955e1c254
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Jun 24 23:27:04 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jun 26 02:29:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9359f6dd

sci-libs/ButterflyPACK: use parpack instead of arpack

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../{ButterflyPACK-2.1.1.ebuild => ButterflyPACK-2.1.1-r1.ebuild}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/ButterflyPACK/ButterflyPACK-2.1.1.ebuild 
b/sci-libs/ButterflyPACK/ButterflyPACK-2.1.1-r1.ebuild
similarity index 95%
rename from sci-libs/ButterflyPACK/ButterflyPACK-2.1.1.ebuild
rename to sci-libs/ButterflyPACK/ButterflyPACK-2.1.1-r1.ebuild
index fc3c26b5f..a56e663f3 100644
--- a/sci-libs/ButterflyPACK/ButterflyPACK-2.1.1.ebuild
+++ b/sci-libs/ButterflyPACK/ButterflyPACK-2.1.1-r1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
        virtual/lapack
        virtual/mpi
 
-       arpack? ( sci-libs/arpack )
+       arpack? ( sci-libs/arpack[mpi] )
        magma? ( sci-libs/magma )
 "
 DEPEND="${RDEPEND}"
@@ -33,7 +33,7 @@ src_configure() {
        local mycmakeargs=(
                -DBUILD_SHARED_LIBS=ON
        )
-       use arpack && mycmakeargs+=( "-DTPL_ARPACK_LIBRARIES=$(${pkgc} --libs 
arpack)" )
+       use arpack && mycmakeargs+=( "-DTPL_ARPACK_LIBRARIES=$(${pkgc} --libs 
parpack)" )
        use magma && mycmakeargs+=( "-DTPL_MAGMA_LIBRARIES=$(${pkgc} --libs 
magma)" )
        cmake_src_configure
 }

Reply via email to