File: changelog

package info (click to toggle)
elpa 2024.05.001-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 40,188 kB
  • sloc: f90: 81,247; ansic: 40,168; cpp: 9,788; sh: 4,892; makefile: 1,093; asm: 834; python: 635; perl: 141
file content (319 lines) | stat: -rw-r--r-- 11,820 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
elpa (2024.05.001-1) experimental; urgency=medium

  * New upstream release.
  * debian/patches/fix_module_dir.patch: Refreshed. 
  * debian/libelpa19.symbols: Updated.

 -- Michael Banck <mbanck@debian.org>  Sun, 19 Jan 2025 14:50:30 +0100

elpa (2022.11.001-3) unstable; urgency=medium

  * Team upload.
  * Drop ifeq for nocheck, debhelper already does automatically.
    Thanks Santiago Vila.
  * Fix building on single-vcore machines (Closes: #1057556).
    Thanks Santiago Vila.

 -- Andrius Merkys <merkys@debian.org>  Fri, 07 Jun 2024 11:52:08 -0400

elpa (2022.11.001-2) unstable; urgency=medium

  * Upload to unstable.
  * debian/libelpa19.symbols: Fix typo, thanks to Graham Inggs.

 -- Michael Banck <mbanck@debian.org>  Tue, 10 Jan 2023 19:32:33 +0100

elpa (2022.11.001-1) experimental; urgency=medium

  * New upstream release.
  * debian/patches/fix_module_dir.patch: Refreshed. 
  * debian/rules: Set CXX to mpicxx.
  * debian/libelpa17.install: Renamed to ...
  * debian/libelpa19.install: ... this.
  * debian/libelpa17.symbols: Renamed to ...
  * debian/libelpa19.symbols: ... this, and updated.
  * debian/control: Rename libelpa17 to libelpa19.

 -- Michael Banck <mbanck@debian.org>  Sat, 07 Jan 2023 22:39:27 +0100

elpa (2021.11.002-1) unstable; urgency=medium

  * New upstream point release.

 -- Michael Banck <mbanck@debian.org>  Sat, 12 Mar 2022 18:25:01 +0100

elpa (2021.11.001-1) unstable; urgency=medium

  * New upstream release.
  * Upload to unstable.
  * debian/watch: Updated. 
  * debian/patches/fix_module_dir.patch: Refreshed.
  * debian/libelpa15.install: Renamed to ...
  * debian/libelpa17.install: ... this.
  * debian/libelpa15.symbols: Renamed to ...
  * debian/libelpa17.symbols: ... this, and updated.
  * debian/control: Rename libelpa15 to libelpa17.
  * debian/libelpa-dev.docs: Updated.
  * debian/libelpa-dev.install: Update pkg-config filename.
  * debian/patches/fix_module_dir.patch: Add hunk for elpa.pc.

 -- Michael Banck <mbanck@debian.org>  Sun, 26 Dec 2021 20:37:46 +0100

elpa (2019.11.001-4) unstable; urgency=medium

  * debian/rules (DEB_FCFLAGS_MAINT_APPEND): New variable, appends
    -fallow-argument-mismatch-fallow-argument-mismatch to the gfortran flags.
    (Closes: #957170)

 -- Michael Banck <mbanck@debian.org>  Sat, 03 Oct 2020 12:45:18 +0200

elpa (2019.11.001-3) unstable; urgency=medium

  * Upload ot unstable.

 -- Michael Banck <mbanck@debian.org>  Sat, 04 Jul 2020 18:36:58 +0200

elpa (2019.11.001-2) experimental; urgency=medium

  * debian/rules (BUILD_FLAGS): Add --disable-sse-assembly.
  * debian/libelpa15.symbols: Updated.

 -- Michael Banck <mbanck@debian.org>  Sat, 04 Jan 2020 17:49:33 +0100

elpa (2019.11.001-1) experimental; urgency=medium

  * New upstream release.
  * debian/patches/fix_module_dir.patch: Updated.
  * debian/patches/testsuite_force_default_parameters.patch: Removed, no longer
    needed.
  * debian/patches/testsuite_custom_mpiexec.patch: Likewise.
  * debian/patches/configure_fix_am_conditional.patch: Likewise.
  * debian/control (Build-Depends): Added xxd.
  * debian/rules (TEST_FLAGS): Use current upstream default parameters.
  * debian/libelpa4.install: Renamed to ...
  * debian/libelpa15.install: ... this.
  * debian/libelpa4.symbols: Renamed to ...
  * debian/libelpa15.symbols: ... this, and updated.
  * debian/control: Rename libelpa4 to libelpa15.
  * debian/libelpa-dev.docs: New file, include USERS_GUIDE.md.
  * debian/rules: Add --max-parallel=1 and --builddir=build to dh.
  * debian/rules (override_dh_auto_test): Updated.
  * debian/rules (BUILD_FLAGS): New variable, disabling SSE and AVX.
  * debian/rules (override_dh_auto_configure): Use it.

 -- Michael Banck <mbanck@debian.org>  Wed, 01 Jan 2020 21:47:36 +0100

elpa (2016.05.001-6) unstable; urgency=medium

  * Acknowledge NMUs.

 -- Michael Banck <mbanck@debian.org>  Sun, 24 Jun 2018 21:21:02 +0200

elpa (2016.05.001-5) unstable; urgency=medium

  * debian/libelpa-dev.install: Install header files as well.

 -- Michael Banck <mbanck@debian.org>  Sun, 24 Jun 2018 12:04:38 +0200

elpa (2016.05.001-4.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Restore Build-Depends: libblas-dev (blas is not blacs, doh)

 -- Drew Parsons <dparsons@debian.org>  Sun, 10 Sep 2017 10:43:15 +0800

elpa (2016.05.001-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Standards-Version: 4.1.0
  * Update build for scalapack 2:
    - remove explicit blacs references (BLACS is not included in
      scalapack2)
    - Build-Depends: libscalapack-mpi-dev (>= 2)

 -- Drew Parsons <dparsons@debian.org>  Sun, 10 Sep 2017 10:28:33 +0800

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