Diff dealii-9.8.0 with a dealii-9999

/usr/portage/sci-libs/dealii/dealii-9999.ebuild 2025-12-22 20:18:06.960889102 +0300
1
# Copyright 1999-2026 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
......
8 8
DESCRIPTION="Solving partial differential equations with the finite element method"
9 9
HOMEPAGE="https://www.dealii.org/"
10 10

  
11
DOC_PV="9.7.0"
12

  
13 11
if [[ ${PV} = *9999* ]]; then
14 12
	inherit git-r3
15 13
	EGIT_REPO_URI="https://github.com/dealii/dealii.git"
16 14
else
17 15
	SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz
18 16
		doc? (
19
			https://github.com/${PN}/${PN}/releases/download/v${DOC_PV}/${PN}-${DOC_PV}-offline_documentation.tar.gz
17
			https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}-offline_documentation.tar.gz
20 18
			)"
21 19
	KEYWORDS="~amd64 ~x86"
22 20
fi
23 21

  
24
LICENSE="|| ( Apache-2.0-with-LLVM-exceptions LGPL-2.1+ )"
22
LICENSE="LGPL-2.1+"
25 23
SLOT="0"
26 24
IUSE="
27 25
	adolc arborx assimp arpack cgal cpu_flags_x86_avx cpu_flags_x86_avx512f
Thank you!