Diff sundials-6.2.0 with a sundials-6.5.0
| /usr/portage/sci-libs/sundials/sundials-6.5.0.ebuild 2026-05-27 19:17:04.715635457 +0300 | ||
|---|---|---|
| 90 | 90 |
) |
| 91 | 91 |
if use fortran; then |
| 92 | 92 |
mycmakeargs+=( |
| 93 |
-DEXAMPLES_ENABLE_F77=ON |
|
| 94 |
-DEXAMPLES_ENABLE_F90=ON |
|
| 95 | 93 |
-DEXAMPLES_ENABLE_F2003=ON |
| 96 | 94 |
) |
| 97 | 95 |
fi |
| ... | ... | |
| 119 | 117 |
cmake_src_configure |
| 120 | 118 |
} |
| 121 | 119 | |
| 120 |
src_compile() {
|
|
| 121 |
if use fortran; then |
|
| 122 |
cmake_src_compile -j1 |
|
| 123 |
else |
|
| 124 |
cmake_src_compile |
|
| 125 |
fi |
|
| 126 |
} |
|
| 127 | ||
| 122 | 128 |
src_install() {
|
| 123 | 129 |
cmake_src_install |
| 124 | 130 |
use doc && dodoc doc/*/*.pdf |