File: changelog

package info (click to toggle)
elpa 2016.05.001-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,048 kB
  • ctags: 1,198
  • sloc: f90: 18,180; ansic: 9,178; sh: 4,400; asm: 437; makefile: 325; perl: 73
file content (184 lines) | stat: -rw-r--r-- 7,172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
elpa (2016.05.001-4) unstable; urgency=medium

  * debian/rules (DEB_LDFLAGS_MAINT_APPEND): Switch to bfd linker on mips64el
    as the gold linker is currently broken.

 -- Michael Banck <mbanck@debian.org>  Fri, 20 Jan 2017 09:56:17 +0100

elpa (2016.05.001-3) unstable; urgency=medium

  * debian/watch: Updated, thanks Andreas Marek.
  * debian/patches/testsuite_custom_mpiexec.patch: Updated to allow
    --oversubscribe for MPI tests. (Closes: #850456)
  * debian/copyright: Updated.
  * debian/control, debian/compat: Switch to debhelper 10.

 -- Graham Inggs <ginggs@debian.org>  Sun, 08 Jan 2017 13:24:49 +0200

elpa (2016.05.001-2) unstable; urgency=medium

  * debian/libelpa4.symbols: remove unneeded Debian revision.
  * debian/libelpa4.symbols: mark symbols double_hh_trafo and
    single_hh_trafo_complex amd64-only to fix FTBFS with GCC 6.
    (Closes: #837530)

 -- Graham Inggs <ginggs@debian.org>  Sun, 18 Sep 2016 18:16:40 +0200

elpa (2016.05.001-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches/testsuite_parameters_from_env.patch: Removed, no longer
    needed.
  * debian/patches/fix_module_dir.patch: Refreshed.
  * debian/patches/testsuite_force_default_parameters.patch: Adjusted for new
    test cases.
  * debian/rules: Replace ELPA_TEST_SCALE with TEST_FLAGS.
  * debian/control (libelpa3): Renamed package to libelpa4, adjust references.
  * debian/libelpa3.install: Renamed to ...
  * debian/libelpa4.install: ... this.
  * debian/libelpa3.symbols: Renamed to ...
  * debian/libelpa4.symbols: ... this.
  * debian/rules (override_dh_autoreconf): Removed, no longer needed.
  * debian/patches/testsuite_custom_mpiexec.patch: Updated.
  * debian/patches/configure_fix_am_conditional.patch: New patch, makes
    HAVE_MPI actually be defined in the Makefile if MPI is used.
  * debian/libelpa4.symbols: Updated.

 -- Michael Banck <mbanck@debian.org>  Sat, 28 May 2016 19:55:02 +0200

elpa (2015.05.001-8) unstable; urgency=medium

  * debian/rules (MPIEXEC): Set to one process on mipsel and powerpc.
    (Closes: #816590)
  * debian/rules (ELPA_TEST_SCALE): Set to 200 on mips, mipsel and powerpc.
  * debian/rules (OMPI_MCA): Replace obsolete orte_rsh_agent with plm_rsh_agent.
  * debian/control: Use secure URI for Vcs-Browser.
  * debian/control: Bump Standards-Version to 3.9.8, no further changes.
  * debian/control: Update my email address.

 -- Graham Inggs <ginggs@debian.org>  Sat, 07 May 2016 16:14:20 +0200

elpa (2015.05.001-7) unstable; urgency=medium

  [ Michael Banck ]
  * debian/patches/fix_module_dir.patch: Refreshed.
  * debian/patches/testsuite_custom_mpiexec.patch: New patch, allows setting
    $MPIEXEC to a custom value for testsuite.
  * debian/rules (ELPA_TEST_SCALE): Set to 500 on mipsel.
  * debian/rules (MPIEXEC): Set to one process on powerpc.

 -- Michael Banck <mbanck@debian.org>  Thu, 03 Mar 2016 12:10:39 +0100

elpa (2015.05.001-6) unstable; urgency=medium

  [ Graham Inggs ]
  * debian/rules (override_dh_auto_test): Only run one test at a time.

  [ Michael Banck ]
  * debian/rules (ELPA_TEST_SCALE): Set to 4000 by default, if not already set. 
  * debian/rules (override_dh_auto_test): Print out additional diagnostics on
    on test parameter size.
  * debian/rules (ELPA_TEST_SCALE): Set to 500 on powerpc.
  * debian/rules (override_dh_auto_configure): Removed option
    --with-generic-simple (not present anymore) and added option
    --disable-silent-rules.
  * debian/rules (override_dh_auto_test): Run elpa2_print_kernels program after
    test run to print out information about available kernels.

 -- Michael Banck <mbanck@debian.org>  Mon, 29 Feb 2016 01:52:21 +0100

elpa (2015.05.001-5) unstable; urgency=medium

  * debian/patches/testsuite_parameters_from_env.patch: New patch, allows for
    setting the matrix size for the testsuite as an environment variable
    $ELPA_TEST_SCALE.
  * debian/patches/testsuite_force_default_parameters.patch: Force the usage of
    the default parameters (or the ones set via $ELPA_TEST_SCALE for all tests.
  * debian/rules (override_dh_auto_test): Print out runtime of each test.
  * debian/rules (override_dh_auto_test): Abort if one of the tests failed.
  * debian/rules (ELPA_TEST_SCALE): Set to 2000 on i386, armel, and mipsel, and
    to 500 on mips.

 -- Michael Banck <mbanck@debian.org>  Sun, 28 Feb 2016 19:45:13 +0100

elpa (2015.05.001-4) unstable; urgency=medium

  * debian/libelpa-dev.install: Adjust to new modules location.

 -- Michael Banck <mbanck@debian.org>  Sat, 27 Feb 2016 19:12:18 +0100

elpa (2015.05.001-3) unstable; urgency=medium

  [ Graham Inggs ]
  * Disable tests on armel, mips and mipsel due to timeouts. (Closes: #814725)
  * Update debian/watch and Homepage URLs.

  [ Michael Banck ]
  * debian/patches/fix_module_dir.patch: New patch, resets the module directory
    to /usr/include/elpa.

 -- Michael Banck <mbanck@debian.org>  Sat, 27 Feb 2016 18:36:00 +0100

elpa (2015.05.001-2) unstable; urgency=medium

  * debian/rules (override_dh_auto_test): Output testsuite logfile on failures.

 -- Michael Banck <mbanck@debian.org>  Fri, 12 Feb 2016 11:39:04 +0100

elpa (2015.05.001-1) unstable; urgency=medium

  * New upstream release.

  [ Graham Inggs ]
  * Drop debian/patches/blacs-libs.patch, export LIBS instead of BLACS_LIBS.
  * Change order of LIBS again in order to build on Trusty and unstable.
  * Rename libelpa0 to libelpa3 due to SONAME bump,
    update debian/libelpa3.symbols.
  * Enable cryptographic signature verification.
  * Remove dh_auto_clean override from debian.rules, update debian/clean.
  * Link with --as-needed throughout.
  * Update debian/libelpa3.symbols to allow for architectures
    that build with mpich instead of openmpi.

  [ Andreas Tille ]
  * debian/upstream/metadata: Fix YAML syntax.

  [ Michael Banck ]
  * debian/libelpa3.symbols: Updated with additional OpenMPI-1.10 symbols.

 -- Michael Banck <mbanck@debian.org>  Sun, 07 Feb 2016 14:21:26 +0100

elpa (2013.11.008-4) unstable; urgency=medium

  * Team upload.
  * Add symbols for s390x arch. Fix FTBFS.
  * Disable tests on armel and mips due to tiomeouts.

 -- Anton Gladky <gladk@debian.org>  Fri, 15 Jan 2016 21:38:48 +0100

elpa (2013.11.008-3) unstable; urgency=medium

  * Switch to dh --with autoreconf in order to patch configure.ac.
  * Reverse order of blacs and scalapack libraries and add them
    as LIBS instead of LDFLAGS. (Closes: #779827)
  * Add debian/watch.
  * Add debian/clean to prevent FTBFSx2.
  * Bump debhelper compatibility to 9, install libs in multiarch paths.
  * Add debian/libelpa0.symbols.
  * Bump Standards-Version to 3.9.6, no further changes.
  * Add myself to Uploaders.

 -- Graham Inggs <graham@nerve.org.za>  Sun, 14 Jun 2015 15:36:33 +0200

elpa (2013.11.008-2) unstable; urgency=medium

  * debian/upstream: Moved to debian/upstream/metadata.
  * debian/upstream/metadata: Add J. Phys.: Condens. Matter review article.

 -- Michael Banck <mbanck@debian.org>  Fri, 03 Oct 2014 15:05:08 +0200

elpa (2013.11.008-1) unstable; urgency=low

  * Initial release.

 -- Michael Banck <mbanck@debian.org>  Thu, 05 Jun 2014 23:07:10 +0200