From 14554558ca8cf12b3927d135b7c09df50824f27b Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Thu, 12 Dec 2024 14:59:54 +0100 Subject: [PATCH] sci-physics/openloops: update description Signed-off-by: Alexander Puck Neuwirth --- sci-physics/openloops/metadata.xml | 4 ++-- sci-physics/openloops/openloops-2.1.3-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/openloops/metadata.xml b/sci-physics/openloops/metadata.xml index 3811b553f7b..a32ce734bcc 100644 --- a/sci-physics/openloops/metadata.xml +++ b/sci-physics/openloops/metadata.xml @@ -21,7 +21,7 @@ Build with cuttools Build pp to llj process Build pp to lljj process - Build pp to lnj_ckm process - Build pp to lljj_ckm process + Build pp to lnj process with ckm matrix + Build pp to lljj process with ckm matrix diff --git a/sci-physics/openloops/openloops-2.1.3-r1.ebuild b/sci-physics/openloops/openloops-2.1.3-r1.ebuild index bd7f7f3ee68..bcd92bdf8d1 100644 --- a/sci-physics/openloops/openloops-2.1.3-r1.ebuild +++ b/sci-physics/openloops/openloops-2.1.3-r1.ebuild @@ -49,7 +49,7 @@ PATCHES=( src_prepare() { default mv openloops.cfg.tmpl openloops.cfg || die - sed -i "s|\\\$BASEDIR/scons -Q|scons -Q -C /opt/${MY_P}/|g" openloops || die + sed -i "s|\\\$BASEDIR/scons -Q|scons -Q -C /opt/${MY_P}/|g" openloops || die if use extra ; then sed -i "s|#compile_extra.*|compile_extra = 1|" openloops.cfg || die fi