summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/gmsh: update LICENSE, enable py3.11Andrew Ammerlaan2022-06-131-2/+9
| | | | | | | I got most of them, but there might still be some licenses missing Bug: https://bugs.gentoo.org/723788 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/gmsh: minor ebuild improvementsMichael Mair-Keimberger2022-06-132-8/+8
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25806 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/gmsh: set USE=+blas to satisfy "exactly one of" constraintMatthias Maier2022-06-061-1/+1
| | | | Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: clean and fix USE flagsFabio Rossi2022-06-062-13/+48
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: added latest versionFabio Rossi2022-06-062-0/+81
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: removed bad versionFabio Rossi2022-06-061-80/+0
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: various improvementsFabio Rossi2022-06-062-0/+100
| | | | | | | | | | | | * removed deprecated dep * fixed installation with USE=examples * fixed detection of opencascade * now the private API is also exported with USE=shared Signed-off-by: Fabio Rossi <rossi.f@inwind.it> Bug: https://bugs.gentoo.org/835702 Bug: https://bugs.gentoo.org/835194 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: disable py3.7Andrew Ammerlaan2022-03-261-1/+1
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/gmsh: remove unused patch(es)Michael Mair-Keimberger2022-03-261-80/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24532 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@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/gmsh: fix DeprecatedInsintoConrad Kostecki2022-02-131-3/+3
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sci-libs/gmsh: install also *.h and lib* filesFabio Rossi2022-01-032-1/+3
| | | | | | | | | The installation is conditional on the shared useflag Closes: https://github.com/gentoo/gentoo/pull/23092 Closes: https://bugs.gentoo.org/827278 Signed-off-by: Fabio Rossi <rossi.f@inwind.it> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: add GCC 11 patchSam James2021-12-022-0/+84
| | | | | | | | Seems to build fine without this for me but it's reasonable, upstream, and seems to help others. Closes: https://bugs.gentoo.org/800536 Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/gmsh: Remove oldAndreas K. Hüttel2021-09-192-77/+0
| | | | | | Bug: https://bugs.gentoo.org/786678 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@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/gmsh: version bump to 4.8.4, fix gcc-11 compilation errorMatthias Maier2021-06-192-0/+77
| | | | | | Closes: https://bugs.gentoo.org/786678 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: add a useflag constraintMatthias Maier2021-04-091-2/+2
| | | | | | Closes: https://bugs.gentoo.org/771681 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/gmsh: drop useless IUSE=luaMarek Szuba2020-12-201-2/+1
| | | | | | | | | | | | No mention of "Lua" anywhere in the source tarball, builds exactly the same way regardless of the value of this USE flag as well as regardless of whether or not Lua is present on the build system (unsurprising given the above), and according to http://www.geuz.org/pipermail/gmsh/2011/006218.html gmsh Lua bindings got deprecated by Python ones almost a decade ago. Bug: https://bugs.gentoo.org/752837 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* sci-libs/gmsh: drop oldMatthias Maier2020-09-112-77/+0
| | | | | | Closes: https://bugs.gentoo.org/693284 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: fix MPI supportMatthias Maier2020-09-111-1/+2
| | | | | | | Closes: https://bugs.gentoo.org/694470 Closes: https://bugs.gentoo.org/693448 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: version bump to 4.6.0Matthias Maier2020-09-112-0/+77
| | | | | | | | Closes: https://bugs.gentoo.org/715194 Closes: https://bugs.gentoo.org/708386 Closes: https://bugs.gentoo.org/735478 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: update dependencies for new med ebuildMatthias Maier2019-09-031-0/+2
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=693448 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/gmsh: package migration from ::science overlayMatthias Maier2019-08-053-0/+95
Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org>