Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/MotionCor2/
Date: Tue, 01 Jun 2021 08:59:42
Message-Id: 1622537974.4cdd05c69d06fdf4400b6a19703652af2ada88c3.andrewammerlaan@gentoo
1 commit: 4cdd05c69d06fdf4400b6a19703652af2ada88c3
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 08:59:34 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 08:59:34 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4cdd05c6
7
8 sci-chemistry/MotionCor2: fix cuda flag
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild b/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
17 index c4d991410..7507ca26f 100644
18 --- a/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
19 +++ b/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
20 @@ -36,7 +36,7 @@ src_install() {
21 # package also has 10.0 10.1 11.0 versions
22 # but these cuda versions are not in ::gentoo
23 local mcbin
24 - mcbin="${PN}_${PV}_Cuda102"
25 + use cuda102 && mcbin="${PN}_${PV}_Cuda102"
26 dobin "${mcbin}"
27 dosym "${mcbin}" /usr/bin/MotionCor2
28 }