Codebase list elpa / d5219c8
Initial checkin Michael Banck 9 years ago
9 changed file(s) with 99 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 elpa (2013.11.008-1) unstable; urgency=low
1
2 * Initial release.
3
4 -- Michael Banck <mbanck@debian.org> Thu, 05 Jun 2014 21:20:02 +0200
0 Source: elpa
1 Section: science
2 Priority: optional
3 Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
4 Uploaders: Michael Banck <mbanck@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~), gfortran, libblas-dev, liblapack-dev, mpi-default-dev, libblacs-mpi-dev, libscalapack-mpi-dev
6 Standards-Version: 3.9.4
7 Homepage: http://elpa.rzg.mpg.de
8 Vcs-Browser: http://anonscm.debian.org/viewvc/debichem/unstable/elpa/
9 Vcs-Svn: svn://anonscm.debian.org/debichem/unstable/elpa/
10
11 Package: libelpa0
12 Architecture: any
13 Section: libs
14 Depends: ${misc:Depends}, ${shlibs:Depends}
15 Description: Eigenvalue SoLvers for Petaflop-Applications
16 ELPA is Eigenvalue SoLvers for Petaflop-Applications.
17
18 Package: libelpa-dev
19 Architecture: any
20 Section: libdevel
21 Depends: libelpa0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
22 Description: Eigenvalue SoLvers for Petaflop-Applications (Development version)
23 ELPA is Eigenvalue SoLvers for Petaflop-Applications.
24 .
25 This version contains the Fortran90 modules and the static library.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: elpa
2 Source: http://elpa.rzg.mpg.de/elpa-tar-archive/
3
4 Files: *
5 Copyright: <years> <put author's name and email here>
6 <years> <likewise for another author>
7 License: LGPL3
8
9 Files: debian/*
10 Copyright: 2014 Michael Banck <mbanck@debian.org>
11 License: LGPL3
12
13 License: LGPL3
14 This package is free software; you can redistribute it and/or
15 modify it under the terms of the GNU Lesser General Public
16 License as published by the Free Software Foundation; either
17 version 3 of the License, or (at your option) any later version.
18 .
19 This package is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 Lesser General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <http://www.gnu.org/licenses/>.
26 Comment:
27 On Debian systems, the complete text of the GNU Lesser General
28 Public License can be found in "/usr/share/common-licenses/LGPL-3".
0 3.0 (quilt)
0 usr/lib/libelpa.a
1 usr/lib/libelpa.so
2 usr/lib/pkgconfig/elpa.pc
3 usr/include/elpa/modules
0 usr/lib/libelpa.so.*
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 include /usr/share/mpi-default-dev/debian_defaults
4
5 export OMPI_MCA_orte_rsh_agent=/bin/false
6 export BLACS_LDFLAGS=-lblacsCinit-$(ARCH_DEFAULT_MPI_IMPL) -lblacs-$(ARCH_DEFAULT_MPI_IMPL) -lscalapack-$(ARCH_DEFAULT_MPI_IMPL)
7
8 %:
9 dh $@
10
11 override_dh_auto_clean:
12 rm -f .fortran_dependencies/dependencies.mk config-f90.h modules/elpa1.mod modules/elpa2.mod
13 dh_auto_clean
14
15 override_dh_auto_configure:
16 dh_auto_configure -- --with-openmp --with-generic-simple
17
18 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
19 override_dh_auto_test:
20 $(MAKE) check
21 endif
0 Name: ELPA
1 Homepage: http://elpa.rzg.mpg.de
2 Reference:
3 - Author: T. Auckenthaler and V. Blum and H.-J. Bungartz and T. Huckle and R. Johanni and L. Krämer and B. Lang and H. Lederer and P. R. Willems
4 Title: "Parallel solution of partial symmetric eigenvalue problems from electronic structure calculations"
5 Journal: Parallel Computing
6 Year: 2011
7 Volume: 37
8 Pages: 783-794
9 DOI: 10.1016/j.parco.2011.05.002