summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-misc/cdfplayer: fix DeprecatedEclass (versionator)Sam James2022-10-081-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/fitscut: fix build with upcoming clang16Ionen Wolkens2022-10-052-0/+8
| | | | | | | (revbumped at same time previous commit for other compilers) Closes: https://bugs.gentoo.org/870928 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* sci-misc/fitscut: EAPI6->8, remove dead urlsIonen Wolkens2022-10-051-13/+16
| | | | | | Also fix license and update deps. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: use || ( ... ) dep for dev-libs/atkSam James2022-10-052-6/+8
| | | | | | Forcing migration to at-spi2-atk right now leads to nasty conflicts for stable users. Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/vitables: update EAPI 7 -> 8, PEP517, enable py3_10Andrew Ammerlaan2022-10-051-0/+41
| | | | | Closes: https://bugs.gentoo.org/846284 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: add 3.4.6.1Andrew Ammerlaan2022-10-052-0/+117
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/cdfplayer: use PV in SRC_URISam James2022-09-221-1/+1
| | | | | | not that it really matters in this case, but still. Signed-off-by: Sam James <sam@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: drop 3.4.4.1Andrew Ammerlaan2022-08-312-117/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: add 3.4.5.1Andrew Ammerlaan2022-08-312-0/+117
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/boinc: remove VIDEO_CARDS USE flagCraig Andrews2022-08-092-14/+197
| | | | | | | Closes: https://bugs.gentoo.org/863617 Signed-off-by: Craig Andrews <candrews@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26737 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: drop 3.3.4.2Andrew Ammerlaan2022-08-072-73/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-misc/jupyterlab-desktop-bin: add 3.4.4.1Andrew Ammerlaan2022-08-072-0/+117
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* 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>