summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/gsl: fudge tolerance to fix a flaky testMichael Orlitzky2024-06-302-0/+109
| | | | | | | Add a non-upstream patch to embiggen this tolerance. Closes: https://bugs.gentoo.org/664936 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/stellarsolver: drop 2.5Andreas Sturmlechner2024-06-291-34/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/m4ri: upstream patch for bad testsMichael Orlitzky2024-06-292-1/+34
| | | | | Closes: https://bugs.gentoo.org/908449 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/rpp: fix compilation with USE=testSv. Lockal2024-06-271-2/+8
| | | | | | | | | | * fixes "patch -p1 failed with rpp-6.1.1-skip-install-license.patch" * tests require opencv Closes: https://bugs.gentoo.org/934981 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37322 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/symengine: add 0.12.0Michael Orlitzky2024-06-272-0/+100
| | | | | | | | | | | | | | | This version uses flint-3.x, which includes the package formerly known as sci-mathematics/arb. As a result we can drop the arb dependency; and when this version is stable, we can mask sci-mathematics/arb. Upstream still offers -DWITH_ARB, but plan to remove it soon, https://github.com/symengine/symengine/issues/2014 so I have removed it from the ebuild ahead of time. The use of arb is now goverened by USE=flint. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-libs/rocBLAS: 6.1.1 make Tensile dependency optionalPaul Zander2024-06-261-14/+20
| | | | | | | | Building with Tensile requires actual hardware present, to avoid breaking CI make this optional. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocWMMA: 6.1.1 cleanup ebuildPaul Zander2024-06-261-3/+4
| | | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hipBLASLt: new package, add 6.1.1Sv. Lockal2024-06-268-0/+268
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rpp: new package, add 6.1.1Sv. Lockal2024-06-264-0/+123
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hipSOLVER: add 6.1.1Sv. Lockal2024-06-264-0/+80
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hipSPARSE: add 6.1.1Sv. Lockal2024-06-263-0/+91
| | | | | | | | | Changes: * Drop configure fixes (not needed anymore) * Add myself to maintainers Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocBLAS: add 6.1.1Sv. Lockal2024-06-264-0/+212
| | | | | | | | | Changes: * in updated expand-isa-compatibility patch do not coerce gfx1011 and gfx1012 to gfx1010, as Gentoo users can build rocBLAS for gfx1011 and gfx1012 with USE flags * add myself to maintainers Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/miopen: add 6.1.1Sv. Lockal2024-06-266-1/+125
| | | | | | | | | | | | | Changes: * drop all old patches, except for enable-test * add new patch for Clang 17 compatibility (official build uses Clang 18) * new dependency on dev-util/roctracer * set >=dev-libs/half-1.12.0-r1 depencency to find half/half.hpp automatically * add myself to maintainers * add include path for dev-libs/half (works even then half.hpp is installed into /usr/include) Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hipCUB: add 6.1.1Sv. Lockal2024-06-263-1/+60
| | | | | | | | | Changes: * Access to device is not needed to configure and build * Add myself to maintainers Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hipFFT: add 6.1.1Sv. Lockal2024-06-263-1/+42
| | | | | | | | | | Changes: * Can be built with gcc; hipcc is not needed directly * No patches needed * Added myself to maintainers Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocFFT: add 6.1.1Sv. Lockal2024-06-263-5/+159
| | | | | | | | | | Changes: * Benchmark tools were renamed from *-rider to *-bench * Add myself to maintainers * Drop sed fixes for install path Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hipRAND: add 6.1.1Sv. Lockal2024-06-265-5/+43
| | | | | | | | * Rename ROCmSoftwarePlatform to ROCm in URLs * Add myself as a maintainer Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/hipBLAS: add 6.1.1Sv. Lockal2024-06-264-3/+42
| | | | | | | | | Changes: * Can be built with GCC; hipcc is not needed directly here * Rename ROCmSoftwarePlatform -> ROCm in URLs * Add myself as a maintainer Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocWMMA: add 6.1.1Sv. Lockal2024-06-264-0/+117
| | | | | | | | | | Changes since 5.7.2: * Disabled LTO due to https://github.com/llvm/llvm-project/issues/61101 * Add patch to skip installation if test files * Add sci-libs/rocBLAS dependency for tests Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocThrust: add 6.1.1Sv. Lockal2024-06-263-5/+66
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocRAND: add 6.1.1Sv. Lockal2024-06-263-4/+71
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocSOLVER: add 6.1.1Sv. Lockal2024-06-263-5/+72
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocSPARSE: add 6.1.1Sv. Lockal2024-06-263-4/+134
| | | | | | | Also add myself as a maintainer Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocPRIM: add 6.1.1Sv. Lockal2024-06-263-4/+70
| | | | | | | | | | Changes: * Dropped most of sed calls, not needed anymore * Device access is not needed to configure * Added myself as a maintainer Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/composable-kernel: add 6.1.1Sv. Lockal2024-06-267-2/+131
| | | | | | | | | | | Changes: * add patch for Clang 17 compatibility (official build uses Clang 18) * add patch for "Could NOT find Git (missing: GIT_EXECUTABLE)" * drop dev-libs/half dependency in all versions (not used) * rename ROCmSoftwarePlatform -> ROCm in URLs Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/caffe2: limit rocm libs to 5.7*. 6.x only works with >=caffe2-2.3.0Sv. Lockal2024-06-262-24/+24
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/lmfit: keyword 9.0-r1 for ~riscvAlexey Shvetsov2024-06-231-2/+2
| | | | Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* sci-libs/branca: add 0.8.0Alfredo Tupone2024-06-232-0/+37
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-libs/gdal: bump 3.9.0 incl use parquetThomas Bettler2024-06-213-0/+289
| | | | | | Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37112 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/cfitsio: Bump to 4.4.1Michał Górny2024-06-192-0/+78
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/cfitsio: Remove oldMichał Górny2024-06-1911-543/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/umfpack: update EAPI 7 -> 8Eli Schwartz2024-06-171-0/+48
| | | | | | | | (In the version that isn't p.masked because the entire suitesparse ecosystem cannot multilib after the version bump.) Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/umfpack: make sure elibtoolize is appliedEli Schwartz2024-06-171-2/+7
| | | | | | | Needed to e.g. pass LTO warning flags through to the linker. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/cholmod: fix missing autotools in src_prepareEli Schwartz2024-06-172-3/+7
| | | | | | | | | | Fixes regression caused by introducing a gentoo patch that modifies Makefile.am, but doesn't guarantee that it is regenerated in src_configure() -- or indeed that it has the necessary dependencies. Fixes: 6c0474cc8a08172cdc244af680edba8be5ada95b Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/beagle: treecleanArthur Zamarin2024-06-166-201/+0
| | | | | | | Bug: https://bugs.gentoo.org/862669 Bug: https://bugs.gentoo.org/890423 Bug: https://bugs.gentoo.org/873262 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-libs/linux-gpib: Stabilize 4.3.6-r3 amd64, #933041Matoro Mahri2024-06-151-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sci-libs/linux-gpib-modules: Stabilize 4.3.6 amd64, #933040Matoro Mahri2024-06-141-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-libs/cfitsio: Add conditional test-RESTRICTMichał Górny2024-06-131-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/cfitsio: Add myself as a co-maintainerMichał Górny2024-06-131-0/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/cfitsio: Bump to 4.4.0Michał Górny2024-06-132-0/+77
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/cifparse-obj: treecleanArthur Zamarin2024-06-125-189/+0
| | | | | | | | | | | Closes: https://bugs.gentoo.org/931861 Bug: https://bugs.gentoo.org/646346 Bug: https://bugs.gentoo.org/685552 Bug: https://bugs.gentoo.org/725426 Bug: https://bugs.gentoo.org/731896 Bug: https://bugs.gentoo.org/751550 Bug: https://bugs.gentoo.org/799620 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-libs/libghemical: treecleanArthur Zamarin2024-06-124-75/+0
| | | | | | | | | | Closes: https://bugs.gentoo.org/931860 Bug: https://bugs.gentoo.org/891895 Bug: https://bugs.gentoo.org/850739 Bug: https://bugs.gentoo.org/831798 Bug: https://bugs.gentoo.org/514352 Bug: https://bugs.gentoo.org/466112 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-libs/libsigrok: fix broken 9999 syncSam James2024-06-111-14/+7
| | | | | Fixes: 0c2c5e8a704527b0d86548796f074b26bf339cda Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/libsigrok: Stabilize 0.5.2-r4 amd64, #934061Sam James2024-06-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/libsigrok: enable py3.13Sam James2024-06-113-9/+220
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/libsigrokdecode: enable py3.13Sam James2024-06-113-2/+97
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/libsigrok: enable py3.12Sam James2024-06-112-2/+2
| | | | | Closes: https://bugs.gentoo.org/929778 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/libsigrok: disable py3.9Sam James2024-06-113-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/libsigrokdecode: enable py3.12Sam James2024-06-112-4/+4
| | | | | Closes: https://bugs.gentoo.org/929779 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/trilinos: [QA] fix order of variable declarationsMatthias Maier2024-06-103-11/+11
| | | | Signed-off-by: Matthias Maier <tamiko@gentoo.org>