Сравнение gmm-5.4 с gmm-5.4.2
| /usr/portage/sci-mathematics/gmm/gmm-5.4.2.ebuild 2024-12-25 14:59:52.723270181 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit flag-o-matic |
|
| 7 | ||
| 8 | 6 |
DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices" |
| 9 | 7 |
SRC_URI="mirror://nongnu/getfem/stable/${P}.tar.gz"
|
| 10 | 8 |
HOMEPAGE="http://getfem.org/gmm.html" |
| ... | ... | |
| 13 | 11 |
SLOT="0" |
| 14 | 12 |
KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux" |
| 15 | 13 |
IUSE="" |
| 16 | ||
| 17 |
src_configure() {
|
|
| 18 |
# required for tests, #612294 |
|
| 19 |
append-cxxflags -std=c++14 |
|
| 20 | ||
| 21 |
default |
|
| 22 |
} |
|