Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RAMET Pierre
guix-hpc
Commits
bbf82285
Commit
bbf82285
authored
Apr 02, 2021
by
MARAIT Gilles
Browse files
Add up-to-date arpack-ng version
parent
a07f44d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
inria/hiepacs.scm
View file @
bbf82285
...
...
@@ -1024,3 +1024,29 @@ to/from all other processes.")
;; Add mpi4py with python2
(
define-public
python2-mpi4py
(
package-with-python2
python-mpi4py
))
(
define-public
arpack-ng-3
.
8
(
package
(
name
"arpack-ng-3.8"
)
(
version
"3.8.0"
)
(
home-page
"https://github.com/opencollab/arpack-ng"
)
(
source
(
origin
(
method
git-fetch
)
(
uri
(
git-reference
(
url
home-page
)
(
commit
version
)))
(
file-name
(
git-file-name
name
version
))
(
sha256
(
base32
"0l7as5z6xvbxly8alam9s4kws70952qq35a6vkljzayi4b9gbklx"
))))
(
build-system
cmake-build-system
)
(
arguments
'
(
#
:configure-flags
'
(
"-DBUILD_SHARED_LIBS=ON"
"-DICB=ON"
)))
(
inputs
`
((
"lapack"
,
lapack
)
(
"fortran"
,
gfortran
)))
(
synopsis
"Fortran subroutines for solving eigenvalue problems"
)
(
description
"ARPACK-NG is a collection of Fortran77 subroutines designed to solve
large scale eigenvalue problems."
)
(
license
(
license:non-copyleft
"file://COPYING"
"See COPYING in the distribution."
))))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment