summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/rocSPARSE: lock dev-util/hip version, as with hip-6.0 build fails ↵Sv. Lockal2024-03-081-3/+5
| | | | | | | with "no member named 'gcnArch'" Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-build}/cmakeMichał Górny2024-01-142-6/+6
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34792 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/rocSPARSE: add 5.7.1Sv. Lockal2023-11-272-0/+140
| | | | | Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSPARSE: drop myself as a maintainerCraig Andrews2023-07-051-4/+0
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* sci-libs/rocSPARSE: Fix install pathPatrick Lauer2023-03-021-0/+3
| | | | | Closes: https://bugs.gentoo.org/891899 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* sci-libs/rocSPARSE: drop 5.0.2Andreas Sturmlechner2023-02-012-141/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/rocSPARSE: drop 4.0.0-r1, 4.3.0-r3Andreas Sturmlechner2022-12-194-227/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/rocSPARSE: Replace obsolete egrep callPacho Ramos2022-12-041-1/+1
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sci-libs/rocSPARSE: remove unused patchMichael Mair-Keimberger2022-10-151-12/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27682 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sci-libs/rocSPARSE: fix PythonHasVersionUsageSam James2022-10-152-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocSPARSE: add 5.1.3, using rocm.eclass, enable py3.11Yiyang Wu2022-09-223-0/+146
| | | | | Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSPARSE: backport upstream fix for testYiyang Wu2022-06-202-1/+36
| | | | | Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSPARSE: fix data prepare under EAPI8Yiyang Wu2022-06-201-3/+3
| | | | | | | | | | | | In EAPI=7 BUILD_DIR is set throghout src_prepare, while in EAPI=8 BUILD_DIR is set after cmake_src_prepare. So run cmake_src_prepare before converting test data. Also, add LD_LIBRARY_PATH when testing Closes: https://github.com/gentoo/gentoo/pull/25313 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSPARSE: egrep -> grep -ESam James2022-05-152-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocSPARSE: bump to 5.0.2YiyangWu2022-05-034-0/+195
| | | | | | | | Enable navy_flounder cards via rocSPARSE-5.0.2-enable-gfx1031.patch Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/hipCUB: loosen the dependency on dev-util/hipBenda Xu2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | sci-libs/hipSPARSE: sci-libs/rocPRIM: sci-libs/rocRAND: sci-libs/rocSOLVER: sci-libs/rocSPARSE: same The possibility is pointed out by Cory Bloor: You can probably build the versions of rocBLAS and rocSOLVER tagged at rocm-5.1.1 with the HIP stack from ROCm 4.3.1. Just be sure to rebuild all the {roc,hip}{BLAS,SOLVER} libraries at the new tag, since they all use private (unstable) APIs provided by rocBLAS. The sci-libs/* ROCm packages should be aligned with sci-libs/rocBLAS, while the other dev-*/* ROCm packages should be aligned with dev-util/hip. Credit: Cory Bloor Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://bugs.gentoo.org/838394 Closes: https://bugs.gentoo.org/841982 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSPARSE: remove unused cmake variableYiyangWu2022-03-202-124/+2
| | | | | | | | | | | | __skip_rocmclang is used to avoid configuration error for cmake-3.21.(1|2), which don't exist among ebuilds anymore, so this flag is not recognized. Closes: https://github.com/gentoo/gentoo/pull/23448 Closes: https://bugs.gentoo.org/829076 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSPARSE: fix matrices dir for testsYiyangWu2021-11-061-2/+2
| | | | | | | | | | Fix the following issue: Tests requiring data were skipped because of wrong directory. Bug: https://github.com/ROCmSoftwarePlatform/rocSPARSE/issues/227 Closes: https://github.com/gentoo/gentoo/pull/22806 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSPARSE: fix pyyaml missing issue.YiyangWu2021-10-101-0/+138
| | | | | | | | Closes: https://bugs.gentoo.org/810718 Closes: https://github.com/gentoo/gentoo/pull/22517 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sci-libs/rocSPARSE: bump version to 4.3.0YiyangWu2021-08-274-0/+186
| | | | | | | | | | Enable test and benchmark, although with minor issues. Closes: https://github.com/gentoo/gentoo/pull/22112/ Bug: https://github.com/ROCmSoftwarePlatform/rocSPARSE/issues/227 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/rocSPARSE: BLAS for sparse computation.Benda Xu2021-01-243-0/+71
Bug: https://bugs.gentoo.org/650804 Bug: https://github.com/gentoo/gentoo/pull/10724 Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Suggested-by: Wilfried Holzke <gentoo@holzke.net> Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: Benda Xu <heroxbd@gentoo.org>