emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33635: closed ([PATCH] gnu: petsc-openmpi: Ensure


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33635: closed ([PATCH] gnu: petsc-openmpi: Ensure compatibility of SCOTCH dependency.)
Date: Sun, 09 Dec 2018 23:21:02 +0000

Your message dated Mon, 10 Dec 2018 00:19:44 +0100
with message-id <address@hidden>
and subject line Re: [bug#33635] [PATCH] gnu: petsc-openmpi: Ensure 
compatibility of SCOTCH dependency.
has caused the debbugs.gnu.org bug report #33635,
regarding [PATCH] gnu: petsc-openmpi: Ensure compatibility of SCOTCH dependency.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33635: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33635
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: petsc-openmpi: Ensure compatibility of SCOTCH dependency. Date: Wed, 5 Dec 2018 20:06:00 +0000
* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Replace pt-scotch
with pt-scotch32 in order to prevent 'incompatible pointer' warnings
being generated in the 'build' phase.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index f88cede..c35bf9e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1772,7 +1772,7 @@ scientific applications modeled by partial differential 
equations.")
        ("mumps" ,mumps-openmpi)
        ("openmpi" ,openmpi)
        ("scalapack" ,scalapack)
-       ("scotch" ,pt-scotch)
+       ("scotch" ,pt-scotch32)
        ,@(package-inputs petsc)))
     (arguments
      (substitute-keyword-arguments (package-arguments petsc)
-- 
1.8.3.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#33635] [PATCH] gnu: petsc-openmpi: Ensure compatibility of SCOTCH dependency. Date: Mon, 10 Dec 2018 00:19:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hi Paul,

Paul Garlick <address@hidden> skribis:

> * gnu/packages/maths.scm (petsc-openmpi)[inputs]: Replace pt-scotch
> with pt-scotch32 in order to prevent 'incompatible pointer' warnings
> being generated in the 'build' phase.

Applied!

Did it lead to crashes at run time?

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]