guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fee8db5f320537d1d727fa5ccdae71f77ffa7196
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Feb 23 17:42:49 2026 +0100

    gnu: Remove p4est-openmpi.
    
    * gnu/packages/maths.scm (p4est-openmpi): Delete variable.
    
    Change-Id: Icfb89167554dd755852f69b2a7d1ed53b3871476
---
 gnu/packages/maths.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index af059724db..fc832116fe 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5761,18 +5761,6 @@ p4est is designed to work in parallel and scales to 
hundreds of thousands of
 processor cores.")
     (license license:gpl2+)))
 
-(define-public p4est-openmpi
-  (package (inherit p4est)
-    (name "p4est-openmpi")
-    (inputs
-     `(("mpi" ,openmpi)
-       ,@(package-inputs p4est)))
-    (arguments
-     (substitute-keyword-arguments (package-arguments p4est)
-       ((#:configure-flags cf)
-        ``("--enable-mpi" ,@,cf))))
-    (synopsis "Parallel adaptive mesh refinement on forests of octrees")))
-
 (define-public gsegrafix
   ;; This is an old and equally dead "experimental fork" of the longer-dead
   ;; original. At least it no longer requires the even-deader 
libgnomeprint{,ui}

Reply via email to