GNU bug report logs - #34668
[PATCH] gnu: fenics-dolfin: Fix build.

Previous Next

Package: guix-patches;

Reported by: Paul Garlick <pgarlick <at> tourbillion-technology.com>

Date: Tue, 26 Feb 2019 14:49:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Paul Garlick <pgarlick <at> tourbillion-technology.com>
Subject: bug#34668: closed (Re: [bug#34668] [PATCH] gnu: fenics-dolfin:
 Fix build.)
Date: Tue, 26 Feb 2019 22:27:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#34668: [PATCH] gnu: fenics-dolfin: Fix build.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 34668 <at> debbugs.gnu.org.

-- 
34668: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34668
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Paul Garlick <pgarlick <at> tourbillion-technology.com>
Cc: 34668-done <at> debbugs.gnu.org
Subject: Re: [bug#34668] [PATCH] gnu: fenics-dolfin: Fix build.
Date: Tue, 26 Feb 2019 17:25:25 -0500
[Message part 3 (text/plain, inline)]
On Tue, Feb 26, 2019 at 02:46:40PM +0000, Paul Garlick wrote:
> * gnu/packages/simulation.scm (fenics-dolfin)[arguments]: Remove SNESTEST
> mapping, no longer valid after update of PETSc to version 3.10.3.

Thanks! Pushed as 3a261950acd3f6d156eb34b833e5b63116917990
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Paul Garlick <pgarlick <at> tourbillion-technology.com>
To: guix-patches <at> gnu.org
Cc: Paul Garlick <pgarlick <at> tourbillion-technology.com>
Subject: [PATCH] gnu: fenics-dolfin: Fix build.
Date: Tue, 26 Feb 2019 14:46:40 +0000
* gnu/packages/simulation.scm (fenics-dolfin)[arguments]: Remove SNESTEST
mapping, no longer valid after update of PETSc to version 3.10.3.
---
 gnu/packages/simulation.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 3637cc3..a8d2147 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -464,6 +464,10 @@ FFC is part of the FEniCS Project.")
                               "${DOLFIN_SOURCE_DIR} "
                               "${DOLFIN_SOURCE_DIR}/dolfin "
                               "${DOLFIN_BINARY_DIR})\n")))
+            (substitute* "dolfin/nls/PETScSNESSolver.cpp"
+              ;; Remove SNESTEST mapping.  The SNESTEST symbol was removed
+              ;; from PETSc at version 3.10.3.
+              ((".*SNESTEST.*") "" ))
             #t))))
     (build-system cmake-build-system)
     (inputs
-- 
1.8.3.1




This bug report was last modified 6 years and 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.