ADD: arpack-ng module

This commit is contained in:
Germann Elsa Sylvia
2023-08-09 10:59:32 +02:00
parent db9ffd6521
commit 8429ab5774
4 changed files with 47 additions and 0 deletions

24
MPI/arpack-ng/build Executable file
View File

@@ -0,0 +1,24 @@
#!/usr/bin/env modbuild
pbuild::set_download_url \
"https://github.com/opencollab/$P/archive/refs/tags/${V_PKG}.tar.gz"
pbuild::set_sha256sum \
"3.9.0.tar.gz:24f2a2b259992d3c797d80f626878aa8e2ed5009d549dad57854bbcfb95e1ed0"
declare -rx AR=ar
pbuild::configure() {
cmake \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_INSTALL_PREFIX:PATH=$PREFIX \
-DMPI="ON" \
-DICB="ON" \
-DBUILD_SHARED_LIBS="ON" \
-DCMAKE_POSITION_INDEPENDENT_CODE="ON" \
"${SRC_DIR}" || exit 1
}
pbuild::add_to_group 'MPI'
pbuild::install_docfiles Copyright.txt LICENSE README RELEASE_NOTES

View File

@@ -0,0 +1 @@
arpack-ng/3.9.0 unstable intel/22.2 impi/22.2 b:cmake/3.25.2

View File

@@ -0,0 +1,12 @@
trilinos/11.10.2 deprecated b:cmake/2.8.12.2 gcc/{4.7.4,4.8.3,4.8.4,4.9.2} openmpi/{1.6.5,1.8.2,1.8.4} OpenBLAS/0.2.9 parmetis/3.2.0
trilinos/11.12.1 deprecated b:cmake/2.8.12.2 gcc/{4.7.4,4.8.3,4.8.4,4.9.2} openmpi/{1.6.5,1.8.2,1.8.4} OpenBLAS/0.2.9 parmetis/3.2.0
trilinos/11.14.1 deprecated b:cmake/3.1.3 gcc/{4.7.4,4.8.3,4.8.4,4.9.2} openmpi/{1.6.5,1.8.2,1.8.4} OpenBLAS/0.2.9 parmetis/3.2.0
trilinos/11.14.3 deprecated b:cmake/3.4.1 gcc/4.8.5 openmpi/1.10.2 b:OpenBLAS/0.2.9 b:parmetis/3.2.0
trilinos/11.14.3 deprecated b:cmake/3.4.1 gcc/6.2.0 openmpi/{1.10.2,1.10.4,2.0.1} b:OpenBLAS/0.2.9 b:parmetis/3.2.0
trilinos/11.14.3 deprecated intel/15.3 openmpi/1.8.4
trilinos/12.8.1 deprecated gcc/{4.8.5,4.9.4,5.4.0,6.2.0} openmpi/1.10.4 b:cmake/3.6.3 b:OpenBLAS/0.2.19 b:parmetis/4.0.3
trilinos/12.10.1 deprecated gcc/{4.8.5,4.9.4,5.4.0,6.2.0} openmpi/1.10.4 b:cmake/3.6.3 b:OpenBLAS/0.2.19 b:parmetis/4.0.3
trilinos/12.12.1 stable gcc/7.3.0 mpich/3.3 hdf5/1.10.4 b:cmake/3.9.6 b:OpenBLAS/0.2.20 b:parmetis/4.0.3

10
MPI/arpack-ng/modulefile Normal file
View File

@@ -0,0 +1,10 @@
#%Module1.0
module-whatis "ARPACK-NG is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems"
module-url "https://github.com/opencollab/arpack-ng/tree/master"
module-license "BSD Software License"
module-maintainer "Elsa Germann <elsa.germann@psi.ch>"
module-help "
This project started as a joint project between Debian, Octave and Scilab in order to provide a common and maintained version of arpack. This is now a community project maintained by a few volunteers. Indeed, no single release has been published by Rice university for the last few years and since many software (Octave, Scilab, R, Matlab...) forked it and implemented their own modifications, arpack-ng aims to tackle this by providing a common repository, maintained versions with a testsuite. arpack-ng is replacing arpack almost everywhere.
"