Сравнение gmsh-4.11.1-r3 с gmsh-4.13.1-r2
| /usr/portage/sci-libs/gmsh/gmsh-4.13.1-r2.ebuild 2025-07-29 16:22:17.332467742 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{10..11} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{11..13} )
|
|
| 7 | 7 | |
| 8 |
inherit cmake desktop fortran-2 python-any-r1 toolchain-funcs xdg-utils |
|
| 8 |
inherit cmake desktop fortran-2 python-r1 toolchain-funcs xdg-utils |
|
| 9 | 9 | |
| 10 | 10 |
DESCRIPTION="Three-dimensional finite element mesh generator" |
| 11 | 11 |
HOMEPAGE="https://gmsh.info https://gitlab.onelab.info/gmsh/gmsh" |
| ... | ... | |
| 29 | 29 |
^^ ( blas eigen ) |
| 30 | 30 |
mumps? ( blas ) |
| 31 | 31 |
slepc? ( petsc ) |
| 32 |
python? ( shared ${PYTHON_REQUIRED_USE} )
|
|
| 32 | 33 |
" |
| 33 | 34 | |
| 34 | 35 |
RDEPEND=" |
| ... | ... | |
| 58 | 59 |
pdf? ( app-text/poppler:= ) |
| 59 | 60 |
png? ( media-libs/libpng:0 ) |
| 60 | 61 |
petsc? ( sci-mathematics/petsc[mpi=] ) |
| 62 |
python? ( ${PYTHON_DEPS} )
|
|
| 61 | 63 |
slepc? ( sci-mathematics/slepc[mpi=] ) |
| 62 | 64 |
voro? ( sci-libs/voro++ ) |
| 63 | 65 |
zlib? ( sys-libs/zlib ) |
| ... | ... | |
| 71 | 73 | |
| 72 | 74 |
PATCHES=( |
| 73 | 75 |
"${FILESDIR}"/${PN}-4.9.5-opencascade.patch
|
| 74 |
"${FILESDIR}"/${P}_gcc13_fix_cstdint_include.patch
|
|
| 75 |
"${FILESDIR}"/${P}-metis-5-2.patch
|
|
| 76 |
"${FILESDIR}"/${PN}-4.11.1-metis-5-2.patch
|
|
| 76 | 77 |
) |
| 77 | 78 | |
| 78 | 79 |
pkg_setup() {
|
| ... | ... | |
| 119 | 120 |
docompress -x /usr/share/doc/${PF}/{examples,tutorials}
|
| 120 | 121 |
fi |
| 121 | 122 | |
| 123 |
if use python; then |
|
| 124 |
python_foreach_impl python_domodule api/gmsh.py |
|
| 125 |
fi |
|
| 126 | ||
| 122 | 127 |
if use X ; then |
| 123 | 128 |
newicon -s 64 "/${S}/utils/icons/gmsh-no-text.png" gmsh.png
|
| 124 | 129 |
make_desktop_entry "/usr/bin/gmsh" "Gmsh ${PV}" "gmsh" "Science;Math"
|