diff options
Diffstat (limited to 'gnu')
| -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} |
