From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 428D11581F0 for ; Thu, 12 Dec 2024 11:17:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BDF9E085A; Thu, 12 Dec 2024 11:17:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DFECE085A for ; Thu, 12 Dec 2024 11:17:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F81933C84E for ; Thu, 12 Dec 2024 11:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1641D1CA3 for ; Thu, 12 Dec 2024 11:17:41 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1734002256.8aef8082283167d6efba9d44cdf35d9f20942f7d.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild sci-chemistry/gromacs/gromacs-2025.9999.ebuild sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 8aef8082283167d6efba9d44cdf35d9f20942f7d X-VCS-Branch: master Date: Thu, 12 Dec 2024 11:17:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2c42024-3cb4-4052-95da-e3575c321d80 X-Archives-Hash: 8a77cfab32449f40c1b30abf4b59a578 commit: 8aef8082283167d6efba9d44cdf35d9f20942f7d Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Dec 12 11:16:51 2024 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Dec 12 11:17:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aef8082 sci-chemistry/gromacs: Update deps for man/help build Closes: https://bugs.gentoo.org/946229 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild | 11 ++++++++++- sci-chemistry/gromacs/gromacs-2025.9999.ebuild | 11 ++++++++++- sci-chemistry/gromacs/gromacs-9999.ebuild | 11 ++++++++++- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild b/sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild index 5008ec6e3402..b3605cdfa525 100644 --- a/sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild +++ b/sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild @@ -63,6 +63,15 @@ CDEPEND=" BDEPEND="${CDEPEND} virtual/pkgconfig clang? ( >=llvm-core/clang-6:* ) + doc? ( + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-copybutton[${PYTHON_USEDEP}] + dev-python/sphinx-inline-tabs[${PYTHON_USEDEP}] + dev-python/sphinx-argparse[${PYTHON_USEDEP}] + dev-python/sphinxcontrib-autoprogram[${PYTHON_USEDEP}] + ') + ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' @@ -244,7 +253,7 @@ src_configure() { -DGMX_USE_HDF5=off -DGMX_HWLOC=$(usex hwloc) -DGMX_DEFAULT_SUFFIX=off - -DGMX_BUILD_HELP=on + -DGMX_BUILD_HELP=$(usex doc) -DGMX_SIMD="$acce" -DGMX_NNPOT="$nnpot" -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/" diff --git a/sci-chemistry/gromacs/gromacs-2025.9999.ebuild b/sci-chemistry/gromacs/gromacs-2025.9999.ebuild index 246e16303e94..bec110e3340c 100644 --- a/sci-chemistry/gromacs/gromacs-2025.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2025.9999.ebuild @@ -63,6 +63,15 @@ CDEPEND=" BDEPEND="${CDEPEND} virtual/pkgconfig clang? ( >=llvm-core/clang-6:* ) + doc? ( + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-copybutton[${PYTHON_USEDEP}] + dev-python/sphinx-inline-tabs[${PYTHON_USEDEP}] + dev-python/sphinx-argparse[${PYTHON_USEDEP}] + dev-python/sphinxcontrib-autoprogram[${PYTHON_USEDEP}] + ') + ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' @@ -239,7 +248,7 @@ src_configure() { -DGMX_USE_HDF5=off -DGMX_HWLOC=$(usex hwloc) -DGMX_DEFAULT_SUFFIX=off - -DGMX_BUILD_HELP=on + -DGMX_BUILD_HELP=$(usex doc) -DGMX_SIMD="$acce" -DGMX_NNPOT="$nnpot" -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/" diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 42d8e3a5c0c7..1cc913c0aeed 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -64,6 +64,15 @@ CDEPEND=" BDEPEND="${CDEPEND} virtual/pkgconfig clang? ( >=llvm-core/clang-6:* ) + doc? ( + $(python_gen_cond_dep ' + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-copybutton[${PYTHON_USEDEP}] + dev-python/sphinx-inline-tabs[${PYTHON_USEDEP}] + dev-python/sphinx-argparse[${PYTHON_USEDEP}] + dev-python/sphinxcontrib-autoprogram[${PYTHON_USEDEP}] + ') + ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' @@ -240,7 +249,7 @@ src_configure() { -DGMX_USE_HDF5=$(usex hdf5) -DGMX_HWLOC=$(usex hwloc) -DGMX_DEFAULT_SUFFIX=off - -DGMX_BUILD_HELP=on + -DGMX_BUILD_HELP=$(usex doc) -DGMX_SIMD="$acce" -DGMX_NNPOT="$nnpot" -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/"