public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexander Puck Neuwirth" <alexander@neuwirth-informatik.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/openloops/
Date: Fri, 13 Dec 2024 10:42:25 +0000 (UTC)	[thread overview]
Message-ID: <1734081554.031319117d9154ea23d5c9d6bf43928c926c8cab.alexander@gentoo> (raw)

commit:     031319117d9154ea23d5c9d6bf43928c926c8cab
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Fri Dec 13 09:19:14 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Fri Dec 13 09:19:14 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=03131911

sci-physics/openloops: fix no processes case

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>

 sci-physics/openloops/openloops-2.1.3-r1.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/sci-physics/openloops/openloops-2.1.3-r1.ebuild b/sci-physics/openloops/openloops-2.1.3-r1.ebuild
index 876bbdaa3..ebe75037f 100644
--- a/sci-physics/openloops/openloops-2.1.3-r1.ebuild
+++ b/sci-physics/openloops/openloops-2.1.3-r1.ebuild
@@ -105,12 +105,15 @@ src_install() {
 	# Also install so.version links
 	cd ../lib || die
 	dolib.so libolcommon.so* libopenloops.so* librambo.so* libtrred.so*
+
 	# install processes
-	cd ../proclib || die
-	dolib.so *.so
-	# also install the process info files
-	insinto /usr/$(get_libdir)/
-	doins *.info
+	if [ -d "../proclib" ]; then
+		cd ../proclib || die
+		dolib.so *.so
+		# also install the process info files
+		insinto /usr/$(get_libdir)/
+		doins *.info
+	fi
 
 	cd ../lib_src/olcommon/mod || die
 	doheader *.mod


             reply	other threads:[~2024-12-13 10:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-13 10:42 Alexander Puck Neuwirth [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-20 14:02 [gentoo-commits] proj/sci:master commit in: sci-physics/openloops/ Alexander Puck Neuwirth
2025-02-13 17:58 Alexander Puck Neuwirth
2025-01-22 14:03 Alexander Puck Neuwirth
2024-12-12 15:20 Alexander Puck Neuwirth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734081554.031319117d9154ea23d5c9d6bf43928c926c8cab.alexander@gentoo \
    --to=alexander@neuwirth-informatik.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox