summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/geos: add 3.10.2Sam James2022-03-142-0/+44
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/gdal: add 3.4.2Sam James2022-03-142-0/+328
| | | | | Closes: https://bugs.gentoo.org/752399 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/gdal: Fix build with >=app-text/poppler-22.03.0Andreas Sturmlechner2022-03-122-2/+56
| | | | | | Closes: https://bugs.gentoo.org/834536 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/gmsh: fix dependencyMatthias Maier2022-03-111-1/+1
| | | | | Closes: https://bugs.gentoo.org/801295 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: add 4.9.5, drop 4.8.4Matthias Maier2022-03-112-8/+7
| | | | | | | | | | | | - bump to EAPI=8 - add missing python versions - port to cmake eclass Closes: https://bugs.gentoo.org/832253 Closes: https://bugs.gentoo.org/811960 Bug: https://bugs.gentoo.org/801295 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/rtree: Stabilize 0.9.7 amd64, #834389Jakov Smolić2022-03-101-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sci-libs/qd: [QA] fix UnusedInherits (autotools)Sam James2022-03-101-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/netcdf-cxx: [QA] fix UnusedInherits (autotools)Sam James2022-03-101-3/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/ipopt: [QA] fix UnusedInherits (autotools)Sam James2022-03-101-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/ignition-math: bump to 6.10.0Alexis Ballier2022-03-092-2/+2
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sci-libs/symengine: x86 stable wrt bug #829213Agostino Sarubbo2022-03-091-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/pcl: bump to 1.12.1Alexis Ballier2022-03-082-0/+84
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* sci-libs/symengine: amd64 stable wrt bug #829213Agostino Sarubbo2022-03-071-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/parmetis: drop 4.0.3-r1Sam James2022-03-073-160/+0
| | | | | Closes: https://bugs.gentoo.org/816579 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/parmetis: Stabilize 4.0.3-r2 arm64, #816579Sam James2022-03-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/itpp: Drop 4.3.1-r1, EAPI-6--Andreas Sturmlechner2022-03-061-59/+0
| | | | | | Closes: https://bugs.gentoo.org/834293 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/proj: Stabilize 8.2.1 arm64, #834451Sam James2022-03-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/vtk: select desired Qt versionBernd Waibel2022-03-051-1/+4
| | | | | | | | | | | | If both, Qt5 and Qt6 are installed and found, Qt6 is preferred. The ebuild, however, does not build against Qt6. To ensure Qt5 is selected we pass VTK_QT_VERSION to cmake. Closes: https://bugs.gentoo.org/834595 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/24405 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/rocBLAS: unbundle TensileAndrew Ammerlaan2022-03-052-0/+191
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/rocBLAS: fix LICENSEYiyangWu2022-03-051-3/+3
| | | | | | | | | The rocBLAS license is BSD, but is mistakenly set to MIT in ebuild Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23450 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/rocBLAS: fix tests using openblas as cpu referenceYiyangWu2022-03-052-1/+24
| | | | | | | | | | | Add a patch that classify 6 test suites as known_bug. Upstream will fix this issue in future releases, and they recommand this as solution for current version. Closes: https://github.com/ROCmSoftwarePlatform/rocBLAS/issues/1202 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/rocBLAS: remove unused cmake variableYiyangWu2022-03-051-1/+0
| | | | | | | | | | __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. Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/rocBLAS: let TensileCreateLibrary respects MAKEOPTSYiyangWu2022-03-051-1/+2
| | | | | | | | | | | Originaly TensileCreateLibrary consumes all cpu detected. This modification will inject $(makeopts_jobs) into TensileCreateLibrary.py so it respects MAKEOPTS Closes: https://bugs.gentoo.org/822828 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/clblast: Drop 0.10.0, EAPI-6--Andreas Sturmlechner2022-03-052-69/+0
| | | | | | Closes: https://bugs.gentoo.org/834294 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/clblast: add version 1.5.2Andrew Ammerlaan2022-03-043-0/+68
| | | | | | | Closes: https://bugs.gentoo.org/834294 Bug: https://bugs.gentoo.org/711990 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/adolc: destabilise for ppcSam James2022-03-031-2/+2
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/oce: treecleanJakov Smolić2022-03-024-114/+0
| | | | | Closes: https://bugs.gentoo.org/832625 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sci-libs/itpp: x86 stable wrt bug #834293Agostino Sarubbo2022-03-021-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/itpp: ppc64 stable wrt bug #834293Agostino Sarubbo2022-03-021-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/proj: ppc stable wrt bug #834451Agostino Sarubbo2022-03-021-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/itpp: ppc stable wrt bug #834293Agostino Sarubbo2022-03-021-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/itpp: amd64 stable wrt bug #834293Agostino Sarubbo2022-03-021-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-libs/itpp: update EAPI 6 -> 8Sam James2022-03-022-0/+156
| | | | | Bug: https://bugs.gentoo.org/834293 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/proj: Stabilize 8.2.1 ppc64, #834451Sam James2022-03-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/proj: Stabilize 8.2.1 x86, #834451Sam James2022-03-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/proj: Stabilize 8.2.1 amd64, #834451Sam James2022-03-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/proj: add 9.0.0Sam James2022-03-022-0/+71
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/avogadrolibs: fix doc and qt5 argsDavid Seifert2022-03-011-4/+8
| | | | | | Closes: https://bugs.gentoo.org/834441 Closes: https://bugs.gentoo.org/834442 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/cfitsio: add version 4.0.0Andrew Ammerlaan2022-03-014-0/+144
| | | | | | | Co-authored-by: Samuel Bauer <samuel.bauer@yahoo.fr> Closes: https://bugs.gentoo.org/828444 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/avogadrolibs: remove USE=static-pluginsDavid Seifert2022-03-011-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/avogadrolibs: drop 1.93.0David Seifert2022-03-013-108/+0
| | | | | | | | Closes: https://bugs.gentoo.org/765811 Closes: https://bugs.gentoo.org/810505 Closes: https://bugs.gentoo.org/820767 Closes: https://bugs.gentoo.org/834116 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/avogadrolibs: add 1.95.1David Seifert2022-03-013-0/+106
| | | | | | Bug: https://bugs.gentoo.org/765811 Bug: https://bugs.gentoo.org/834116 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/inchi: add version 1.06Andrew Ammerlaan2022-03-012-0/+77
| | | | | | | Co-authored-by: Mike Benson <mike@kambe.com.au> Closes: https://bugs.gentoo.org/798474 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/armadillo: Remove oldAndreas K. Hüttel2022-03-012-151/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sci-libs/armadillo: Version bump 10.8.2Andreas K. Hüttel2022-03-012-0/+151
| | | | | | Closes: https://bugs.gentoo.org/828090 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sci-libs/dcmtk: keyword 3.6.5 for ~riscvAlex Fan2022-02-281-2/+2
| | | | | Signed-off-by: Alex Fan <alex.fan.q@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* sci-libs/opencascade: keyword 7.6.0-r2 for ~riscvAlex Fan2022-02-281-1/+1
| | | | | Signed-off-by: Alex Fan <alex.fan.q@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* sci-libs/orocos-bfl: [QA] port to cmake.eclassDavid Seifert2022-02-271-21/+22
| | | | | Closes: https://bugs.gentoo.org/770592 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/cantera: drop desktop.eclass in -r3Sam James2022-02-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/cantera: 2.5.1 revision bumpSergey Torokhov2022-02-271-5/+5
| | | | | | | | | | | | | Drop USE="pch". Fix python_optimize path. Remove static libs. Closes: https://bugs.gentoo.org/832792 Closes: https://bugs.gentoo.org/832787 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/24367 Signed-off-by: Sam James <sam@gentoo.org>