mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/scotch: add missing dies
Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
This commit is contained in:
@@ -110,7 +110,7 @@ src_install() {
|
||||
insinto /usr/include/scotch
|
||||
doins include/*
|
||||
|
||||
cat <<-EOF > scotchmetis.pc
|
||||
cat <<-EOF > scotchmetis.pc || die
|
||||
prefix=${EPREFIX}/usr
|
||||
libdir=\${prefix}/$(get_libdir)
|
||||
includedir=\${prefix}/include
|
||||
@@ -130,7 +130,7 @@ src_install() {
|
||||
# /usr/$(get_libdir)/pkgconfig/metis.pc scotchmetis.pc
|
||||
|
||||
if use mpi; then
|
||||
cat <<-EOF > ptscotchparmetis.pc
|
||||
cat <<-EOF > ptscotchparmetis.pc || die
|
||||
prefix=${EPREFIX}/usr
|
||||
libdir=\${prefix}/$(get_libdir)
|
||||
includedir=\${prefix}/include
|
||||
|
||||
Reference in New Issue
Block a user