[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/15: gnu: Add arpack-ng-openmpi.
From: |
Eric Bavier |
Subject: |
13/15: gnu: Add arpack-ng-openmpi. |
Date: |
Tue, 30 Jun 2015 01:29:52 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 8c94c886f661ed416c86e539a05ae586c356de52
Author: Eric Bavier <address@hidden>
Date: Wed Jun 17 04:58:25 2015 -0500
gnu: Add arpack-ng-openmpi.
* gnu/packages/maths.scm (arpack-ng-openmpi): New variable.
---
gnu/packages/maths.scm | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9b2c0ac..282d81b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -274,6 +274,15 @@ large scale eigenvalue problems.")
(license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution."))))
+(define-public arpack-ng-openmpi
+ (package (inherit arpack-ng)
+ (name "arpack-ng-openmpi")
+ (inputs
+ `(("mpi" ,openmpi)
+ ,@(package-inputs arpack-ng)))
+ (arguments `(#:configure-flags '("--enable-mpi")))
+ (synopsis "Fortran subroutines for solving eigenvalue problems with MPI")))
+
(define-public lapack
(package
(name "lapack")
- 04/15: gnu: openmpi: Upgrade to 1.8.5., (continued)
- 04/15: gnu: openmpi: Upgrade to 1.8.5., Eric Bavier, 2015/06/29
- 03/15: gnu: hwloc: Move numactl to inputs., Eric Bavier, 2015/06/29
- 06/15: gnu: scotch, pt-scotch: Use modify-phases., Eric Bavier, 2015/06/29
- 08/15: gnu: Add ScaLAPACK., Eric Bavier, 2015/06/29
- 07/15: gnu: scotch, pt-scotch: Build esmumps libraries., Eric Bavier, 2015/06/29
- 09/15: gnu: Add p4est., Eric Bavier, 2015/06/29
- 02/15: gnu: hwloc: Upgrade to 1.10.1., Eric Bavier, 2015/06/29
- 10/15: gnu: Add METIS., Eric Bavier, 2015/06/29
- 05/15: gnu: Update scotch to 6.0.4., Eric Bavier, 2015/06/29
- 11/15: gnu: Add MUMPS., Eric Bavier, 2015/06/29
- 13/15: gnu: Add arpack-ng-openmpi.,
Eric Bavier <=
- 12/15: gnu: petsc: Upgrade to 3.6.0., Eric Bavier, 2015/06/29
- 14/15: gnu: Add SLEPc., Eric Bavier, 2015/06/29
- 15/15: gnu: Add deal.II., Eric Bavier, 2015/06/29