aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-01 10:59:34 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-01 10:59:34 +0200
commit4cdd05c69d06fdf4400b6a19703652af2ada88c3 (patch)
treebc7aff15e2c50069efc6d9e4181e4c61ae0185be /sci-chemistry
parentsci-chemistry/MotionCor2: drop support for cuda 9.2 (diff)
downloadsci-4cdd05c69d06fdf4400b6a19703652af2ada88c3.tar.gz
sci-4cdd05c69d06fdf4400b6a19703652af2ada88c3.tar.bz2
sci-4cdd05c69d06fdf4400b6a19703652af2ada88c3.zip
sci-chemistry/MotionCor2: fix cuda flag
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild b/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
index c4d991410..7507ca26f 100644
--- a/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
+++ b/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
@@ -36,7 +36,7 @@ src_install() {
# package also has 10.0 10.1 11.0 versions
# but these cuda versions are not in ::gentoo
local mcbin
- mcbin="${PN}_${PV}_Cuda102"
+ use cuda102 && mcbin="${PN}_${PV}_Cuda102"
dobin "${mcbin}"
dosym "${mcbin}" /usr/bin/MotionCor2
}