commit:     cff1f0a939454d8008a82d979c5fec491dd3f376
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 12:02:18 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 12:02:18 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cff1f0a9

sci-chemistry/MotionCor2: remove cuda flag

note says it has cuda 11 support but I can't test due to fetch restriction

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 profiles/package.mask                            | 1 -
 sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a1c408aaf..97bf66dcd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -34,7 +34,6 @@
 # cuda-10 is being removed from ::gentoo, mask revdeps in ::sci
 # for removal too. Removal in 90 days
 sci-physics/opticks
-sci-chemistry/MotionCor2
 
 # Andrew Ammerlaan <andrewammerl...@gentoo.org (11 Jan 2022)
 # Last-rite scilab in favour of scilab-bin. Scilab's java dependencies make

diff --git a/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild 
b/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
index 7507ca26f..1f08bd4ac 100644
--- a/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
+++ b/sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild
@@ -11,11 +11,9 @@ S="${WORKDIR}"/${PN}_${PV}
 LICENSE="UCSF-Motioncor2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+cuda102"
 RESTRICT="fetch"
 
 RDEPEND="
-       cuda102? ( =dev-util/nvidia-cuda-toolkit-10.2* )
        media-libs/tiff
        app-arch/xz-utils
        media-libs/libjpeg-turbo
@@ -33,10 +31,7 @@ src_install() {
              MotionCor2_1.4.0_ReleaseIntro-10-14-2020.docx
        docompress -x /usr/share/doc/${PF}
 
-       # package also has 10.0 10.1 11.0 versions
-       # but these cuda versions are not in ::gentoo
        local mcbin
-       use cuda102 && mcbin="${PN}_${PV}_Cuda102"
        dobin "${mcbin}"
        dosym "${mcbin}" /usr/bin/MotionCor2
 }

Reply via email to