Diff normaliz-3.9.3 with a normaliz-3.10.1
| /usr/portage/sci-mathematics/normaliz/normaliz-3.10.1.ebuild 2024-07-02 13:51:49.325851592 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit toolchain-funcs |
|
| 6 |
inherit autotools toolchain-funcs |
|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Tool for computations in affine monoids and more" |
| 9 | 9 |
HOMEPAGE="https://www.normaliz.uni-osnabrueck.de/" |
| ... | ... | |
| 32 | 32 |
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
|
| 33 | 33 |
} |
| 34 | 34 | |
| 35 |
src_prepare() {
|
|
| 36 |
# Fix C standard compliance. |
|
| 37 |
default |
|
| 38 |
eautoreconf |
|
| 39 |
} |
|
| 40 | ||
| 35 | 41 |
src_configure() {
|
| 36 | 42 |
# flint (and arb, which doesn't make an appearance in ./configure --help) |
| 37 | 43 |
# is somehow connected to e-antic, which we do not yet package. Likewise |