summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-misc/boinc: fix newinit callFlorian Schmaus2022-08-013-2/+2
| | | | | | | | | | | | | That one is on me. My last-minute modifcation of b19f0b8c6415 ("sci-misc/boinc: Simplify the init script") did not respect that the removed sed was not using --in-place. Fixes: b19f0b8c6415 ("sci-misc/boinc: Simplify the init script") Closes: https://bugs.gentoo.org/862783 Closes: https://bugs.gentoo.org/862786 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: Add optfeature message to point out net-fs/cvmfsSven Eden2022-08-012-2/+8
| | | | | | | | | | | | | | CVMFS is needed to run ATLAS native tasks from LHC@home. But besides not being needed by anything else, it is also only available on x86 and amd64. Therefore this did not become a USE flag but an optional feature message. Bug: https://bugs.gentoo.org/811249 Closes: https://bugs.gentoo.org/811249 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/26619 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: Untangle CUDA/OpenCL for nvidia and fix dependenciesSven Eden2022-08-012-6/+6
| | | | | | | | | | | | | | * OpenCL is not needed to run CUDA apps * BOINC can use CUDA via nvidia-drivers, dev-util/nvidia-cuda-toolkit is not neccessary * BOINC can use OpenCL via nvidia-drivers, media-gfx/nvidia-cg-toolkit is not neccessary * USE flag "opencl" pulls in virtual/opencl instead. Bug: https://bugs.gentoo.org/819378 Closes: https://bugs.gentoo.org/819378 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: Simplify the init scriptSven Eden2022-08-013-51/+0
| | | | | | | | | | It is no longer neccessary to maintain CUDA/OpenCL symlinks. [ flow: remove sed which became effectless ] Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Florian Schmaus <flow@gentoo.org> Modified-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: Apply the 7.20.2 updates to the live ebuildSven Eden2022-08-011-14/+24
| | | | | Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: drop 7.18.1-r2Sven Eden2022-08-011-197/+0
| | | | | Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: Bump to 7.20.2 ; plus OpenCL dependency fixesSven Eden2022-08-013-1/+209
| | | | | | | | | | | | | | | | | | | | | BOINC can now detect and use the correct OpenCL implementations for various situations. Therefore VIDEO_CARDS is questioned to pull in the needed dependencies: * video_cards_amdgpu : dev-libs/rocm-opencl-runtime -> AMD GPUs supported by the amdgpu kernel driver. 64-bit only * video_cards_intel : dev-libs/intel-compute-runtime -> integrated Intel GPUs from Broadwell onwards. 64-bit only * video_cards_nvidia : media-gfx/nvidia-cg-toolkit -> USE="cuda" is enforced in this case * video_cards_radeonsi : media-libs/mesa[opencl] WARNING: Only nvidia+intel have been tested yet! Bug: https://bugs.gentoo.org/861440 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/ViSP-images: bump to 3.5.0Alexis Ballier2022-07-072-0/+24
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: update LICENSEAndrew Ammerlaan2022-05-191-1/+5
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: drop 3.3.2.2Andrew Ammerlaan2022-05-022-69/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: add 3.3.4.2Andrew Ammerlaan2022-05-022-0/+69
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/boinc: fix dependenciesFlorian Schmaus2022-04-252-13/+18
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: fix dep, openrc: ALLOW_REMOTE_RPC=no, GROUP=(id -gn $USER)Florian Schmaus2022-04-244-8/+8
| | | | | | | | | | | | | | | Replace the deprecated virtual/jpeg with media-libs/libjpeg-turbo. Use 'boinc' user's primary group per default. This syncs the behavior of the openrc-run script with the systemd service file. We can now also drop acct-group/boinc, since nothing in sci-misc/boinc depends on it. Also set ALLOW_REMOTE_RPC=no, instead of yes, if absent. Allowing remote RPCs, if not explicitly enabled by the user, that is, per default, is not sensible from a security perspective. Note that the shipped boinc.conf already sets ALLOW_REMOTE_RPC=no. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: readd missing depsJoonas Niilola2022-04-232-0/+2
| | | | | | - we don't depend on indirect deps. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-misc/boinc: remove unused eclass, update HOMEPAGE, fix jpeg depFlorian Schmaus2022-04-232-6/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: drop 7.16.17Matt Jolly2022-04-234-308/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/25064 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: update 9999Matt Jolly2022-04-233-30/+8
| | | | | | | * Now matches 7.18 ebuild with changes for current master. Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: remove outdated bugfixMatt Jolly2022-04-231-11/+1
| | | | | | | \#732024 had its fixes merged upstream in 2020. Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: update EAPI 7 -> 8Matt Jolly2022-04-231-1/+1
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/boinc: add 7.18.1Matt Jolly2022-04-233-0/+221
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: drop 3.3.2.1Andrew Ammerlaan2022-03-282-69/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: add 3.3.2.2Andrew Ammerlaan2022-03-282-0/+69
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: drop 3.2.5.2, 3.2.9.1Andrew Ammerlaan2022-03-243-138/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/flashdot: fix doc pathAlfredo Tupone2022-03-231-0/+2
| | | | | | Closes: https://bugs.gentoo.org/835837 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-misc/flashdot: don't call svnAlfredo Tupone2022-03-221-1/+5
| | | | | | Closes: https://bugs.gentoo.org/835801 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-misc/flashdot: fix depsAlfredo Tupone2022-03-221-4/+4
| | | | | | Closes: https://bugs.gentoo.org/835802 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-misc/flashdot: make it build againAlfredo Tupone2022-03-223-1/+44
| | | | | | | | Closes: https://bugs.gentoo.org/641894 Closes: https://bugs.gentoo.org/770799 Closes: https://bugs.gentoo.org/804663 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: add 3.3.2.1Andrew Ammerlaan2022-03-182-0/+69
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: add version 3.2.9.1Andrew Ammerlaan2022-02-212-0/+69
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/cdfplayer: fix DeprecatedInsintoConrad Kostecki2022-02-131-4/+4
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* musl/package.mask: mask sci-misc/netlogo-bin on muslAndrew Ammerlaan2022-02-082-0/+2
| | | | | Closes: https://bugs.gentoo.org/832838 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* musl/package.mask: mask sci-misc/jupyterlab-desktop-bin on muslAndrew Ammerlaan2022-02-081-0/+1
| | | | | Closes: https://bugs.gentoo.org/832837 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/netlogo-bin: cleanup left over filesAndrew Ammerlaan2022-01-114-158/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/netlogo-bin: drop version 6.0.2Andrew Ammerlaan2022-01-112-87/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/netlogo-bin: Stabilize 6.2.0 amd64, #831020Jakov Smolić2022-01-111-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sci-misc/netlogo-bin: Stabilize 6.2.0 x86, #831020Jakov Smolić2022-01-111-2/+2
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sci-misc/netlogo-bin: add version 6.2.2Andrew Ammerlaan2022-01-113-2/+119
| | | | | | | add sci as maintainer Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: drop version 3.2.4.3Andrew Ammerlaan2021-12-232-66/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: add version 3.2.5.2Andrew Ammerlaan2021-12-232-0/+68
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: drop version 3.2.4.1Andrew Ammerlaan2021-11-282-66/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop: rename to jupyterlab-desktop-binAndrew Ammerlaan2021-11-285-4/+4
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop: add version 3.2.4.3Andrew Ammerlaan2021-11-282-0/+66
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop: drop version 3.2.3.1Andrew Ammerlaan2021-11-242-66/+0
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop: add version 3.2.4.1Andrew Ammerlaan2021-11-242-0/+66
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop: add packageAndrew Ammerlaan2021-11-163-0/+78
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/boinc: drop 7.16.16Jakov Smolić2021-10-062-209/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sci-misc/vitables: drop 3.0.0-r2Jakov Smolić2021-10-062-39/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-1116-16/+16
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sci-misc/tango: Remove last-rited packageJakov Smolic2021-08-243-68/+0
| | | | | | | | | | Closes: https://bugs.gentoo.org/674334 Closes: https://bugs.gentoo.org/793020 Closes: https://bugs.gentoo.org/703948 Closes: https://bugs.gentoo.org/741600 Closes: https://bugs.gentoo.org/692976 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-misc/vitables: PYTHON_MULTI_USEDEP -> PYTHON_USEDEPDavid Seifert2021-07-172-5/+5
| | | | Signed-off-by: David Seifert <soap@gentoo.org>