diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-23 17:46:49 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-23 17:46:51 +0100 |
| commit | a465879012a7e4bc3f5ae7f95ef283afd7db3715 (patch) | |
| tree | 56e6aec6a1622b78d7308524218536abd154af53 /gnu/packages | |
| parent | 441365aeeae5537b02b1450107271ff11c01f20a (diff) | |
gnu: Remove p4est.
* gnu/packages/maths.scm (p4est): Delete variable.
Fixes: guix/guix#3722
Change-Id: I5e115e050c0cec1b18d15f83753d7031a9b66a35
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/maths.scm | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d277e1e95af..d94627eb58a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5725,42 +5725,6 @@ recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes.") (license license:asl2.0))) -(define-public p4est - (package - (name "p4est") - (version "2.0") - (source - (origin - (method url-fetch) - (uri (string-append "http://p4est.github.io/release/p4est-" - version ".tar.gz")) - (sha256 - (base32 - "16h267z256kxcxfjs390qqzv19hr58vrj4x8lndb7alnk2vca8n5")))) - (build-system gnu-build-system) - (inputs - `(("fortran" ,gfortran) - ("blas" ,openblas) - ("zlib" ,zlib))) - (arguments - `(#:configure-flags `(,(string-append "BLAS_LIBS=-L" - (assoc-ref %build-inputs "blas") - " -lopenblas") - ,(string-append "LAPACK_LIBS=-L" - (assoc-ref %build-inputs "blas") - " -lopenblas")) - #:phases (modify-phases %standard-phases - (add-before 'check 'mpi-setup - ,%openmpi-setup)))) - (home-page "https://www.p4est.org") - (synopsis "Adaptive mesh refinement on forests of octrees") - (description - "The p4est software library enables the dynamic management of a -collection of adaptive octrees, conveniently called a forest of octrees. -p4est is designed to work in parallel and scales to hundreds of thousands of -processor cores.") - (license license:gpl2+))) - (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} |
