diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-03-26 11:47:35 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-03-26 11:55:52 +0100 |
commit | 0e3f952b738b07bb3d935b6b6cb81a031347bb93 (patch) | |
tree | 2b00b157f8d34149e9baa259c68f64514ef9c299 /sci-libs/scotch | |
parent | sci-libs/coinor-clp: EAPI 8, restore old mpi behaviour (diff) | |
download | gentoo-0e3f952b738b07bb3d935b6b6cb81a031347bb93.tar.gz gentoo-0e3f952b738b07bb3d935b6b6cb81a031347bb93.tar.bz2 gentoo-0e3f952b738b07bb3d935b6b6cb81a031347bb93.zip |
sci-libs/scotch: fix build with USE=mpi
Closes: https://bugs.gentoo.org/835914
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/scotch')
-rw-r--r-- | sci-libs/scotch/scotch-7.0.1-r1.ebuild (renamed from sci-libs/scotch/scotch-7.0.1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/scotch/scotch-7.0.1.ebuild b/sci-libs/scotch/scotch-7.0.1-r1.ebuild index 5f7ec4a8c16f..ddd574b69a8f 100644 --- a/sci-libs/scotch/scotch-7.0.1.ebuild +++ b/sci-libs/scotch/scotch-7.0.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs flag-o-matic multilib @@ -87,7 +87,6 @@ src_compile() { static_to_shared lib/libptscotcherrexit.a static_to_shared lib/libptscotch.a -Llib -lscotch -lptscotcherr -lz -lm -lrt static_to_shared lib/libptesmumps.a -Llib -lscotch -lptscotch - static_to_shared lib/libptscotchparmetis.a -Llib -lscotch -lptscotch fi if use static-libs; then emake -C src clean |