Diff gromacs-2022.9999 with a gromacs-2023.1-r1
/usr/portage/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild 2023-10-09 14:52:35.036368490 +0300 | ||
---|---|---|
22 | 22 |
inherit git-r3 |
23 | 23 |
else |
24 | 24 |
SRC_URI=" |
25 |
https://ftp.gromacs.org/gromacs/${P}.tar.gz |
|
26 |
doc? ( https://ftp.gromacs.org/manual/manual-${PV}.pdf ) |
|
27 |
test? ( https://ftp.gromacs.org/regressiontests/regressiontests-${PV}.tar.gz )" |
|
25 |
https://ftp.gromacs.org/gromacs/${PN}-${PV/_/-}.tar.gz |
|
26 |
doc? ( https://ftp.gromacs.org/manual/manual-${PV/_/-}.pdf ) |
|
27 |
test? ( https://ftp.gromacs.org/regressiontests/regressiontests-${PV/_/-}.tar.gz )" |
|
28 | 28 |
# since 2022 arm support was dropped (but not arm64) |
29 | 29 |
KEYWORDS="~amd64 -arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" |
30 | 30 |
fi |
... | ... | |
61 | 61 |
app-doc/doxygen |
62 | 62 |
$(python_gen_cond_dep ' |
63 | 63 |
dev-python/sphinx[${PYTHON_USEDEP}] |
64 |
dev-python/sphinx-copybutton[${PYTHON_USEDEP}] |
|
65 |
dev-python/sphinx-inline-tabs[${PYTHON_USEDEP}] |
|
66 |
dev-python/sphinx-argparse[${PYTHON_USEDEP}] |
|
67 |
dev-python/sphinxcontrib-autoprogram[${PYTHON_USEDEP}] |
|
64 | 68 |
') |
65 | 69 |
media-gfx/mscgen |
66 | 70 |
media-gfx/graphviz |
... | ... | |
68 | 72 |
dev-texlive/texlive-latexextra |
69 | 73 |
media-gfx/imagemagick |
70 | 74 |
)" |
71 |
RDEPEND="${CDEPEND} |
|
72 |
<sci-chemistry/dssp-4" |
|
75 |
RDEPEND="${CDEPEND}" |
|
73 | 76 | |
74 | 77 |
REQUIRED_USE=" |
75 | 78 |
|| ( single-precision double-precision ) |
... | ... | |
226 | 229 |
-DGMX_DEFAULT_SUFFIX=off |
227 | 230 |
-DGMX_SIMD="$acce" |
228 | 231 |
-DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/" |
229 |
-DGMX_DSSP_PROGRAM_PATH="${EPREFIX}/usr/bin/dssp" |
|
230 | 232 |
-DBUILD_TESTING=$(usex test) |
231 | 233 |
-DGMX_BUILD_UNITTESTS=$(usex test) |
232 | 234 |
-DPYTHON_EXECUTABLE="${EPREFIX}/usr/bin/${EPYTHON}" |
... | ... | |
303 | 305 | |
304 | 306 |
if use doc; then |
305 | 307 |
if [[ ${PV} != *9999* ]]; then |
306 |
newdoc "${DISTDIR}/manual-${PV}.pdf" "${PN}-manual-${PV}.pdf" |
|
308 |
newdoc "${DISTDIR}/manual-${PV/_/-}.pdf" "${PN}-manual-${PV}.pdf" |
|
307 | 309 |
fi |
308 | 310 |
fi |
309 | 311 |
done |