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 71D01158042 for ; Sun, 20 Oct 2024 12:15:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C36E0844; Sun, 20 Oct 2024 12:15:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48618E0844 for ; Sun, 20 Oct 2024 12:15:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2044E340943 for ; Sun, 20 Oct 2024 12:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0510E1ACF for ; Sun, 20 Oct 2024 12:15:51 +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: <1729426530.cbb7396a1cbb8b9c2eff34211d0398550d92b5a4.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/, sci-chemistry/gromacs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/files/gromacs-9999-Fix-build-with-torch.patch sci-chemistry/gromacs/gromacs-9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/files/ sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: cbb7396a1cbb8b9c2eff34211d0398550d92b5a4 X-VCS-Branch: master Date: Sun, 20 Oct 2024 12:15:51 +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: e201e210-0fa5-4648-af5f-00f257d0c01d X-Archives-Hash: d42ebb0d8f4e70e87a7daf56330c0e47 commit: cbb7396a1cbb8b9c2eff34211d0398550d92b5a4 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Oct 20 12:15:04 2024 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Oct 20 12:15:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb7396a sci-chemistry/gromacs: Sync patch with upstreamed one Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/gromacs/files/gromacs-9999-Fix-build-with-torch.patch | 2 +- sci-chemistry/gromacs/gromacs-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/gromacs/files/gromacs-9999-Fix-build-with-torch.patch b/sci-chemistry/gromacs/files/gromacs-9999-Fix-build-with-torch.patch index f4f3698d96db..3a42ba4000ed 100644 --- a/sci-chemistry/gromacs/files/gromacs-9999-Fix-build-with-torch.patch +++ b/sci-chemistry/gromacs/files/gromacs-9999-Fix-build-with-torch.patch @@ -31,7 +31,7 @@ index 509d56e116..f49c820fa0 100644 endif() if(GMX_TORCH) - target_compile_options(colvars_objlib PRIVATE ${CMAKE_CXX_FLAGS} ${TORCH_CXX_FLAGS}) -+ target_compile_options(colvars_objlib PRIVATE ${CMAKE_CXX_FLAGS}) ++ target_compile_options(colvars_objlib PRIVATE ${TORCH_CXX_FLAGS}) target_include_directories(colvars_objlib PRIVATE ${TORCH_INCLUDE_DIRS}) target_compile_definitions(colvars_objlib PRIVATE -DCOLVARS_TORCH) endif() diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 9f4ae599f86b..9de42117f102 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -241,6 +241,7 @@ src_configure() { -DGMX_USE_HDF5=$(usex hdf5) -DGMX_HWLOC=$(usex hwloc) -DGMX_DEFAULT_SUFFIX=off + -DGMX_BUILD_HELP=on -DGMX_SIMD="$acce" -DGMX_NNPOT="$nnpot" -DGMX_VMD_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/vmd/plugins/*/molfile/" @@ -337,7 +338,7 @@ src_install() { cat "${ED}"/usr/bin/gmx-completion.bash "$x" > "${T}/${n}" || die newbashcomp "${T}"/"${n}" "${n}" done - #rm "${ED}"/usr/bin/gmx-completion*.bash || die + rm "${ED}"/usr/bin/gmx-completion*.bash || die readme.gentoo_create_doc }