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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C687158090 for ; Sat, 28 May 2022 10:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0396E08BB; Sat, 28 May 2022 10:10:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 882B1E08BB for ; Sat, 28 May 2022 10:10:25 +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 C8A013416EF for ; Sat, 28 May 2022 10:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AC724FF for ; Sat, 28 May 2022 10:10:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1653691588.ba236ca85175d75bad6565c607e1f9c8b96fb0a7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-physics/SU2/, sci-physics/SU2/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-physics/SU2/SU2-7.2.0-r1.ebuild sci-physics/SU2/files/SU2-7.2.0-system-libraries.patch X-VCS-Directories: sci-physics/SU2/files/ sci-physics/SU2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ba236ca85175d75bad6565c607e1f9c8b96fb0a7 X-VCS-Branch: master Date: Sat, 28 May 2022 10:10:21 +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: 6f94d643-a44e-4268-8212-3f371235ac74 X-Archives-Hash: 9c4482571ac4c86f055a556a9cdbbffc commit: ba236ca85175d75bad6565c607e1f9c8b96fb0a7 Author: Sergey Torokhov yandex ru> AuthorDate: Fri May 27 22:45:16 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri May 27 22:46:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba236ca8 sci-physics/SU2: fix meson.build patch Closes: https://bugs.gentoo.org/847346 Signed-off-by: Sergey Torokhov yandex.ru> sci-physics/SU2/SU2-7.2.0-r1.ebuild | 1 + sci-physics/SU2/files/SU2-7.2.0-system-libraries.patch | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sci-physics/SU2/SU2-7.2.0-r1.ebuild b/sci-physics/SU2/SU2-7.2.0-r1.ebuild index ac28d7d53..2d2ce7361 100644 --- a/sci-physics/SU2/SU2-7.2.0-r1.ebuild +++ b/sci-physics/SU2/SU2-7.2.0-r1.ebuild @@ -44,6 +44,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + dev-cpp/catch:0 dev-cpp/cli11 autodiff? ( diff --git a/sci-physics/SU2/files/SU2-7.2.0-system-libraries.patch b/sci-physics/SU2/files/SU2-7.2.0-system-libraries.patch index 927ee3734..3e96c4dd4 100644 --- a/sci-physics/SU2/files/SU2-7.2.0-system-libraries.patch +++ b/sci-physics/SU2/files/SU2-7.2.0-system-libraries.patch @@ -104,10 +104,10 @@ if p.returncode() != 0 error(p.stdout()) endif -@@ -280,20 +271,4 @@ +@@ -280,21 +271,3 @@ get_option('enable-autodiff'), get_option('enable-directdiff'), get_option('enable-pywrapper'), get_option('enable-mkl'), get_option('enable-openblas'), get_option('enable-pastix'), get_option('enable-mixedprec'), get_option('enable-librom'), meson.build_root().split('/')[-1])) - +- -if get_option('enable-mpp') - message(''' To run SU2 with Mutation++ library, add these lines to your .bashrc file: - @@ -124,7 +124,8 @@ - - '''.format(get_option('librom_root'))) - - endif +-endif + --- a/SU2_CFD/include/solvers/CSolver.hpp +++ b/SU2_CFD/include/solvers/CSolver.hpp @@ -57,9 +57,9 @@