diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-23 17:42:49 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-23 17:42:49 +0100 |
| commit | fee8db5f320537d1d727fa5ccdae71f77ffa7196 (patch) | |
| tree | 7f2be64c56ec544a6fe496023144821d2fb2a1da /gnu/packages | |
| parent | 75cb01c94ee727776dfb792f2d56a75dd8d8d435 (diff) | |
gnu: Remove p4est-openmpi.
* gnu/packages/maths.scm (p4est-openmpi): Delete variable.
Change-Id: Icfb89167554dd755852f69b2a7d1ed53b3871476
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/maths.scm | 12 |
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} |
