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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98BED158086 for ; Wed, 6 Oct 2021 22:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8975E09EF; Wed, 6 Oct 2021 22:15:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1F33E09EF for ; Wed, 6 Oct 2021 22:15:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD087343302 for ; Wed, 6 Oct 2021 22:15:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36C97145 for ; Wed, 6 Oct 2021 22:15:41 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633558537.4f65714107028a14583d4239c051a7673d47a79d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-physics/mbdyn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild X-VCS-Directories: sci-physics/mbdyn/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 4f65714107028a14583d4239c051a7673d47a79d X-VCS-Branch: dev Date: Wed, 6 Oct 2021 22:15: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: 3d2e4eac-12af-47aa-9fbc-58f1e01c8885 X-Archives-Hash: 6d3bdc3d2421bd1b266343928bd63970 commit: 4f65714107028a14583d4239c051a7673d47a79d Author: Alessandro Barbieri gmail com> AuthorDate: Wed Oct 6 14:21:00 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Oct 6 22:15:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f657141 sci-physics/mbdyn: fix configure option Closes: https://bugs.gentoo.org/816552 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild index 5750bf3df..6fecb6acb 100644 --- a/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild +++ b/sci-physics/mbdyn/mbdyn-1.7.3_p20210925.ebuild @@ -223,11 +223,12 @@ src_configure() { $(use_with sparse suitesparseqr) $(use_with sparse umfpack) $(use_with superlu) - $(use_with taucs) $(use_with threads) $(use_with y12) ) + use taucs && myconf+=( "--with-taucs" ) + if ( use autodiff && use sparse ); then myconf+=( "--enable-sparse-autodiff" ) else