summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-06-13 14:36:05 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-06-13 14:38:16 +0200
commit23bc105297c330485406b807e481aa45fb70162b (patch)
tree760ca913da7b9b5bed25f106b59b7326f2d64445 /sci-libs/gmsh
parentsci-libs/gmsh: minor ebuild improvements (diff)
downloadgentoo-23bc105297c330485406b807e481aa45fb70162b.tar.gz
gentoo-23bc105297c330485406b807e481aa45fb70162b.tar.bz2
gentoo-23bc105297c330485406b807e481aa45fb70162b.zip
sci-libs/gmsh: update LICENSE, enable py3.11
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>
Diffstat (limited to 'sci-libs/gmsh')
-rw-r--r--sci-libs/gmsh/gmsh-4.10.3.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/sci-libs/gmsh/gmsh-4.10.3.ebuild b/sci-libs/gmsh/gmsh-4.10.3.ebuild
index 9d7bf2310125..81dc07c58474 100644
--- a/sci-libs/gmsh/gmsh-4.10.3.ebuild
+++ b/sci-libs/gmsh/gmsh-4.10.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit cmake fortran-2 python-any-r1 toolchain-funcs
@@ -11,7 +11,14 @@ DESCRIPTION="Three-dimensional finite element mesh generator"
HOMEPAGE="https://gmsh.info"
SRC_URI="https://gmsh.info/src/${P}-source.tgz"
-LICENSE="GPL-3 free-noncomm"
+LICENSE="
+ GPL-2+ free-noncomm
+ alglib? ( MIT )
+ gmm? ( LGPL-2.1+ )
+ metis? ( Apache-2.0 )
+ netgen? ( LGPL-2.1+ )
+ voro? ( BSD )
+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
## cgns is not compiling ATM, maybe fix cgns lib first