From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id YL+qEtSkYmIPfgEAbAwnHQ (envelope-from ) for ; Fri, 22 Apr 2022 14:51:32 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GLjIEdSkYmLFSQAAG6o9tA (envelope-from ) for ; Fri, 22 Apr 2022 14:51:32 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EE8A82C7D3 for ; Fri, 22 Apr 2022 14:51:31 +0200 (CEST) Received: from localhost ([::1]:53286 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhsl0-0005E8-Qf for larch@yhetil.org; Fri, 22 Apr 2022 08:51:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhrrQ-00028K-5d for guix-patches@gnu.org; Fri, 22 Apr 2022 07:54:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57904) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nhrrP-0005K7-SS for guix-patches@gnu.org; Fri, 22 Apr 2022 07:54:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nhrrP-0007ZW-RF for guix-patches@gnu.org; Fri, 22 Apr 2022 07:54:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54869] [PATCH v2 6/7] gnu: python-vedo: Disable sanity check. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 22 Apr 2022 11:54:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54869 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54869@debbugs.gnu.org Cc: "Paul A. Patience" Received: via spool by 54869-submit@debbugs.gnu.org id=B54869.165062841529005 (code B ref 54869); Fri, 22 Apr 2022 11:54:03 +0000 Received: (at 54869) by debbugs.gnu.org; 22 Apr 2022 11:53:35 +0000 Received: from localhost ([127.0.0.1]:51790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhrqx-0007Xk-10 for submit@debbugs.gnu.org; Fri, 22 Apr 2022 07:53:35 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]:29698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhrqs-0007Wx-UD for 54869@debbugs.gnu.org; Fri, 22 Apr 2022 07:53:31 -0400 Date: Fri, 22 Apr 2022 11:53:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1650628405; bh=tr1L2eLKA65s3YzSRsc0+JJ8IBWJhFrS/V12ySguSkQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=V/BW0MN41OygUmrzERbjxgwyN5KB8U67PhhxLYKEFzUhXf8sze301ch6Zkeqns0px NT9ojyNuZFvDwsfi5jDArwUaM5OGHmJN/VmpQwLzd8Hb97nalGmdEz3rTHfqJUyq1g 8PQV4b4VyCX2oqu7L2wyj1pGhiKt01Gz+CtfNt5YlszjCja17Fqbi/TuV+eW+Y91qB SvBdgUEBwSsT8FFnf0r1eKt0z/pzwa3ZNW95pnF2sqGfFoVlPHf6I2kWbrPnL4BSPl PoilydcSb61lT6sLcGDtlPxFRqoetvsqH58RQYp2KLu9PWPCN/UdGTeRpjIqbyOOGB VVZ5hkbSbvKsQ== From: "Paul A. Patience" Message-ID: <20220422115258.63649-7-paul@apatience.com> In-Reply-To: <20220422115258.63649-1-paul@apatience.com> References: <20220422115258.63649-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1650631892; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=tr1L2eLKA65s3YzSRsc0+JJ8IBWJhFrS/V12ySguSkQ=; b=gdzZib7nnReQYV6PGCG5BzbBu0CmHzjo5Jhr4s6Nn/vfD09cR/dKqlAeAo2gOltdAYMgtB fCtUtOkOrQ5evnKuG39TRwSDi4pToxpaqurtd1ggpBq4JjiUxc291atCLp8n7WEIaPyVpx ovH8Xl/rWMyCeP7Vt0PGTLK8f2We1/UJXG30N41xS/MDk0knTcrmOVsBLPWZ/x+KS2ITII lic/404+1wajPTBfMaaDEEqXlwrGejK2aA941sLPeC6J4Hum+HKomPYEX+dIP5rUXMOO0l pvnjRBnyqLQlWa4OifiuURAYXlc9aE9jXrLUiy7b8D2cdWpykPRDOHHsGG2nQQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650631892; a=rsa-sha256; cv=none; b=DHs/XW42r2MichQeHCzHhPzQkFupa1YEpdCJM9b1sml+XtZQkd2wcT99yHjM5pOL05CMxZ KLnEB9EAv/Bxjuouw4WejIWH7shN/lIi77/3An9bgkC1/CP59YG2TAQfOTPakYjhKGX0CE zILyHf3yLnha/6ovDhATQlCoh6vtRaIQ5PK0o/WVrFu1rIA7NdRsSZEO5R1o66LJVeLnFM ysNMvqqdgtmjLIEMcg5tJ2F87AJNRVURHIQ6MC1Ac1EA9+2XCd9CH5iMj8YtqTsAD7R+FD DSczSJQU+ckrrkOq0aUrLjviEiBhwImtsBXE7B0LvOiUt9yGbckNyRpbMAh5qA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b="V/BW0MN4"; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 3.47 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b="V/BW0MN4"; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: EE8A82C7D3 X-Spam-Score: 3.47 X-Migadu-Scanner: scn1.migadu.com X-TUID: PXyXgD3jkvK0 * gnu/packages/python-science.scm (python-vedo)[arguments]: Disable sanity check. --- gnu/packages/python-science.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.= scm index 3afaa0efc2..d0fca49aaf 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -884,7 +884,13 @@ (define-public python-vedo (for-each (lambda (dir) (with-directory-excursion dir (invoke "./run_all.sh"))) - '("common" "dolfin"))))))))) + '("common" "dolfin")))))) + ;; Disable the sanity check, which fails with the following error= : + ;; + ;; ...checking requirements: ERROR: vedo=3D=3D2021.0.3 Distribu= tionNotFound(Requirement.parse('vtk'), {'vedo'}) + ;; + ;; Probably it cannot find VTK because it isn't a Python library. + (delete 'sanity-check)))) (inputs ; for the check phase (list fenics python-matplotlib -- 2.35.1