summaryrefslogtreecommitdiff
path: root/sci-misc
AgeCommit message (Collapse)Author
2025-12-19*/*: drop *-linux keywordsFabian Groffen
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04sci-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-26sci-misc/boinc: Stabilize 8.2.4 ppc64, #963279Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-23sci-misc/boinc: Stabilize 8.2.4 amd64, #963279Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-22sci-misc/boinc: Stabilize 8.2.4 arm64, #963279Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-10sci-misc/lttoolbox: drop 3.7.1-r1Andreas Sturmlechner
Closes: https://bugs.gentoo.org/955673 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-08-27sci-misc/vitables: enable py3.12, py3.13Eli Schwartz
Now that tests run at all, I can confirm they pass newer pythons as well. Can't test 3.14 because qtpy doesn't enable it yet, but at least we are finally "modern". Closes: https://bugs.gentoo.org/929800 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-08-27sci-misc/vitables: use pytest-xdist to run tests in subprocessesEli Schwartz
There is a random segfault in the testsuite. If I run ``` while FEATURES=test emerge -1 vitables; do :; done ``` after a few successful runs, it fails with ``` tests/test_vtgui.py::TestVTGui::test_dockWidget Fatal Python error: Segmentation fault ``` This does NOT fix the tests. It does, however, allow pytest to process the entire test session and summarize as e.g. > worker 'gw6' crashed while running 'tests/test_logger.py::TestLogger::test_write' Bug: https://bugs.gentoo.org/892886 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-08-27sci-misc/vitables: add 3.1.0, drop 3.0.2_p4-r1Eli Schwartz
Drastically updated version on account of it includes loads of patches we were importing from Debian (?) and also actually works with numpy 2.x. In fact, its ::gentoo deps already require `>=numpy-2` therefore it has so far been impossible to install it in working at all. As such, I give no credence to the idea of keeping the old version around "in case people encounter issues with the new release". Not this time, buddy! In the process, it turns out a particular test is broken. It tries to test locale support, which would be nice and all except there are some raw *.ts files floating around in the repo root and no way to actually compile or install them. To boot, the testcase string wants to hardcode the es_ES locale. There is no upstream CI or anything. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-07-13sci-misc/oww: fix compile/configure failuresZ. Liu
* usb is enabled always, so remove IUSE="usb" * fix case handling in configure.in * fix error on function argument mismatch Closes: https://bugs.gentoo.org/927077 Closes: https://bugs.gentoo.org/944398 Closes: https://bugs.gentoo.org/954879 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42533 Closes: https://github.com/gentoo/gentoo/pull/42533 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2025-07-13sci-misc/lttoolbox: handle libxml2-2.14 breakageAlfred Wingate
Bug: https://bugs.gentoo.org/955673 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42975 Closes: https://github.com/gentoo/gentoo/pull/42975 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-04sci-misc/boinc: add 8.2.4Anna (cybertailor) Vyalkova
Closes: https://bugs.gentoo.org/955172 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> Part-of: https://github.com/gentoo/gentoo/pull/42187 Closes: https://github.com/gentoo/gentoo/pull/42187 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2025-07-04sci-misc/boinc: add 8.0.2, update liveAnna (cybertailor) Vyalkova
* Drop "cuda" and "opencl" USE flags, make them optfeatures instead. * Drop possibly outdated CURL_SSL depends. * Add "gui" USE flag distinct from "X". * Remove outdated app-admin/quickswitch blocker. * Remove --disable-static from configure args (implicitly passed in EAPI 8). * Set ownership for /var/lib/boinc during the install. * Symlink /var/lib/boinc/ca-bundle.crt during the install. * Remove static libraries during the install. * Install bash completions for boinccmd. * Use upstream-provided icons and the desktop file instead of outdated ours. * Update the OpenRC service: * use supervise-daemon and declarative service syntax; * remove unnecessary variables (BOINCBIN, BOINCCMD, BOINC_PIDFILE); * rename ALLOW_REMOTE_RPC -> ALLOW_REMOTE_GUI_RPC to avoid surprises with switching the choice from yes/no to set/unset; * make "retry" configurable; Closes: https://bugs.gentoo.org/938972 Closes: https://bugs.gentoo.org/822771 Closes: https://bugs.gentoo.org/948143 Bug: https://bugs.gentoo.org/955172 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> Part-of: https://github.com/gentoo/gentoo/pull/42187 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2025-06-09sci-misc/lttoolbox: add dev-libs/libxml2 subslot op for incoming ABI breakAlfred Wingate
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-09sci-misc/cdfplayer: add dev-libs/libxml2 subslot op for incoming ABI breakAlfred Wingate
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-09sci-misc/apertium: add dev-libs/libxml2 subslot op for incoming ABI breakAlfred Wingate
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-02sci-misc/netlogo-bin: add github repoZ. Liu
Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42316 Signed-off-by: Sam James <sam@gentoo.org>
2025-05-24sci-misc/vitables: define phases in execution orderSam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-17sci-misc/boinc: slot op on x11-libs/wxGTKDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2024-12-05sci-misc/jupyterlab-desktop-bin: drop 4.1.8.1-r1, 4.2.1.1Nowa Ammerlaan
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2024-11-23Rename dev-python/{QtPy → qtpy}Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-14sci-misc/netlogo-bin: drop 6.2.0Volkmar W. Pogatzki
Closes: https://bugs.gentoo.org/943498 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2024-11-12*/*: rename account andrewammerlaan -> nowaNowa Ammerlaan
Closes: https://bugs.gentoo.org/940905 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-30sci-misc/jupyterlab-desktop-bin: add 4.2.5.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-07-31sci-misc/apertium: drop 3.2.0Pacho Ramos
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2024-07-31sci-misc/apertium: enable py3.12Pacho Ramos
Closes: https://bugs.gentoo.org/929799 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2024-07-22sci-misc/boinc: drop 7.22.0-r1Pacho Ramos
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2024-05-26sci-misc/jupyterlab-desktop-bin: add 4.2.1.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-05-13sci-misc/jupyterlab-desktop-bin: Revision bump for OFL-1.1 LICENSE updateUlrich Müller
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2024-05-13sci-misc/jupyterlab-desktop-bin: Fix LICENSE, OFL-1.1 instead of OFLUlrich Müller
Bug: https://bugs.gentoo.org/931823 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2024-04-30*/*: inline mirror://sourceforgeLucio Sauer
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-04-30sci-misc/jupyterlab-desktop-bin: drop 4.1.4.1, 4.1.5.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-04-30sci-misc/jupyterlab-desktop-bin: add 4.1.8.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-04-12sci-misc/boinc: Stabilize 7.24.1-r1 amd64, #918092Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-04-11sci-misc/boinc: Stabilize 7.24.1-r1 arm64, #918092Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-04-11sci-misc/boinc: Stabilize 7.24.1-r1 sparc, #918092Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-04-11sci-misc/boinc: Stabilize 7.24.1-r1 ppc64, #918092Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-04-08sci-misc/h5utils: add missing remote-idMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36164 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-04-02sci-misc/oww: fix missing build-time dependencyNHOrus
Closes: https://bugs.gentoo.org/831137 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36032 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-03-22sci-misc/jupyterlab-desktop-bin: add 4.1.5.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-03-15sci-misc/oww: update EAPI 7 -> 8, modern C fixesSam James
Closes: https://bugs.gentoo.org/781929 Closes: https://bugs.gentoo.org/874081 Closes: https://bugs.gentoo.org/863272 Signed-off-by: Sam James <sam@gentoo.org>
2024-03-08sci-misc/jupyterlab-desktop-bin: drop 4.0.12.1, 4.1.1.1, 4.1.2.1Andrew Ammerlaan
Closes: https://bugs.gentoo.org/926437 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-03-08sci-misc/jupyterlab-desktop-bin: add 4.1.4.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-02-24sci-misc/jupyterlab-desktop-bin: add 4.1.2.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-02-19sci-misc/jupyterlab-desktop-bin: drop 4.0.7.1, 4.0.11.1, 4.1.0.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-02-19sci-misc/jupyterlab-desktop-bin: add 4.1.1.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-02-08sci-misc/jupyterlab-desktop-bin: add 4.1.0.1Andrew Ammerlaan
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>