summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/maths.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index af059724dba..fc832116fe2 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}