File: changelog

package info (click to toggle)
atlas-ecmwf 0.41.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 16,376 kB
  • sloc: cpp: 134,092; f90: 16,483; sh: 1,144; python: 377; makefile: 66
file content (463 lines) | stat: -rw-r--r-- 14,678 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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
atlas-ecmwf (0.41.1-1) unstable; urgency=medium

  * New upstream release
  * Drop B-D on dh-buildinfo
  * We need to build with gfortran-14, not -13
  * Standards-Version: 4.7.1
  * Update links for soversion 0.41
  * Disable HIP for this release

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 25 Feb 2025 10:57:29 +0000

atlas-ecmwf (0.40.0-1) unstable; urgency=medium

  * New upstream release
  * Enable ECKIT_CODEC
  * Enable ACC via HIC (HIP currently disabled)
  * acc-interface.patch for missing interfaces in gfortran-13
  * soname patch no longer needed

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 20 Nov 2024 11:52:28 +0000

atlas-ecmwf (0.39.0-2) unstable; urgency=medium

  * Fix include that was accidentally arch-specific.

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 28 Sep 2024 14:17:39 +0100

atlas-ecmwf (0.39.0-1) unstable; urgency=medium

  * New upstream release
  * g++14.patch: Merged upstream; dropped.
  * Update atlas-names.patch
  * d/rules: add more paths onto CXXFLAGS
  * Add hic.* related files

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 26 Sep 2024 17:44:17 +0100

atlas-ecmwf (0.38.1-1) unstable; urgency=medium

  * New upstream release
  * g++14.patch: Changes for more strict error checking in g++14

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 24 Jul 2024 08:35:43 +0100

atlas-ecmwf (0.38.0-1) unstable; urgency=medium

  * New upstream release
  * Set maintainer to Debian Science
  * Standards-Version: 4.7.0; no change required

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 25 Jun 2024 09:56:02 +0100

atlas-ecmwf (0.37.0-1) unstable; urgency=medium

  * New upstream release. Closes: #1069363
  * Build-dep on fypp
  * Depend on fckit-dev >= 0.12.1-2 for path fix for tools
  * Replace recommends: pkg-config => pkgconf
  * Now set ENABLE_CGAL

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 23 Apr 2024 18:36:19 +0100

atlas-ecmwf (0.36.0-2) unstable; urgency=medium

  * Build-dep on architecture-is-64-bit
  * Move to Arch: any rather than hand-coded list of  64-bit archs
  * Drop obsolete breaks/replaces in d/control
  * Use dh-fortran-mod (>= 0.31) to revert fmoddir to libdir  root
  * Include fortran-support.mk

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 31 Dec 2023 18:47:35 +0000

atlas-ecmwf (0.36.0-1) unstable; urgency=medium

  * New upstream release
  * Enable tesselation; build-dep on libqhull-dev
  * Update lib soname to 0.36
  * Drop merged g++13.patch

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 12 Dec 2023 07:53:48 +0000

atlas-ecmwf (0.35.1-1) unstable; urgency=medium

  * New upstream release

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 25 Oct 2023 06:42:17 +0100

atlas-ecmwf (0.35.0-1) unstable; urgency=medium

  * New upstream release
    - rebase patches
  * Update lib soname to 0.35

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 05 Oct 2023 13:10:03 +0100

atlas-ecmwf (0.34.0-1) unstable; urgency=medium

  * New upstream release
    - Patches rebased
  * trans is now 'ectrans' in d/rules
  * Update lib soname to 0.34

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 13 Jul 2023 12:44:40 +0100

atlas-ecmwf (0.33.0-3) unstable; urgency=medium

  * g++-13.patch: Fix for FTBFS with g++ 13. Closes: #1037582

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 15 Jun 2023 08:35:52 +0100

atlas-ecmwf (0.33.0-2) unstable; urgency=medium

  * Push to unstable

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 11 Jun 2023 12:00:13 +0100

atlas-ecmwf (0.33.0-1) experimental; urgency=medium

  * New upstream release
  * Standards-Version: 4.6.2
  * Drop obsolete gcc10.patch
  * Update so links to .so.0.33

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 09 Apr 2023 14:24:44 +0100

atlas-ecmwf (0.32.1-1) experimental; urgency=medium

  * New upstream release
  * Change B-D on libeckit-dev to allow other versions

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 11 Mar 2023 09:25:46 +0000

atlas-ecmwf (0.32.0-1) unstable; urgency=medium

  * New upstream release
  * Update so links to .so.0.32
  * Drop B-D on libgridtools-dev, leads to FTBFS

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 26 Jan 2023 06:33:09 +0000

atlas-ecmwf (0.31.1-3) unstable; urgency=medium

  * Enable spectral transform support (ectrans)
  * Enable CXX17 standards

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 27 Nov 2022 10:22:19 +0000

atlas-ecmwf (0.31.1-2) unstable; urgency=medium

  * Ad B-D on doxygen
  * Drop tests for this build: occur onmips64el/s390x intermittently when
    oversubscribed

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 21 Nov 2022 08:49:51 +0000

atlas-ecmwf (0.31.1-1) unstable; urgency=medium

  * New upstream release

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 15 Nov 2022 08:00:59 +0000

atlas-ecmwf (0.31.0-1) unstable; urgency=medium

  * New upstream release
  * Update symlinks to 0.31

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 11 Nov 2022 10:03:16 +0000

atlas-ecmwf (0.30.0-3) unstable; urgency=medium

  * Fixes to cmake fragments for metview
  * No longer ignore test failures

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 02 Sep 2022 16:10:25 +0100

atlas-ecmwf (0.30.0-2) unstable; urgency=medium

  * More renaming of atlas_io to atlas_ecmwf_io for cmake

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 29 Aug 2022 20:33:23 +0100

atlas-ecmwf (0.30.0-1) unstable; urgency=medium

  * New upstream release
  * Add new atlas_io stuff to /usr/include, cmake, libs
  * Standards-Version: 4.6.1

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 26 Aug 2022 09:00:26 +0100

atlas-ecmwf (0.29.0-2) unstable; urgency=medium

  * Rebuild atlas-ecmwf against eckit > 1.20.0

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 21 May 2022 11:45:46 +0100

atlas-ecmwf (0.29.0-1) unstable; urgency=medium

  * New upstream release
  * Patches rebased
  * proj8 support now upstream; drop patch
  * Set LD_LIBRARY_PATH in unit tests

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 22 Apr 2022 14:38:28 +0100

atlas-ecmwf (0.28.1-1) unstable; urgency=medium

  * New upstream release

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 17 Mar 2022 09:04:23 +0000

atlas-ecmwf (0.28.0-1) unstable; urgency=medium

  * New upstream release
    - Minor libname soversion now 0.28
  * Add initial bash-completions file

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 06 Mar 2022 07:51:22 +0000

atlas-ecmwf (0.27.0-1) unstable; urgency=medium

  * New upstream release
    - Minor libname soversion now 0.27
  * Regression -re-enable fortran (accidentally disabled on some archs)
  * Disable CLANG_TIDY - failure on omp code, mixed g++/clang environment
  * No longer ship config.yaml in 0.27.0

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 07 Dec 2021 11:04:05 +0000

atlas-ecmwf (0.26.0-1) unstable; urgency=medium

  * New upstream release
    - Minor libname soversion now 0.26.0
  * Standards-Version: 4.6.0

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 24 Aug 2021 09:14:18 +0100

atlas-ecmwf (0.25.0-3) unstable; urgency=medium

  * Fix typo in arch name s/ppc54el/ppc64el/ . Closes: #990284
  * Drop OMP suppport for riscv64, sparc64 archs.
  * Enable tests for logging

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 24 Jun 2021 16:58:21 +0100

atlas-ecmwf (0.25.0-2) unstable; urgency=medium

  * Drop 32-bit support. Closes: #987482
    - Drop ulong-32bit.patch

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 03 Jun 2021 08:33:27 +0100

atlas-ecmwf (0.25.0-1) unstable; urgency=medium

  * New upstream release
    - Minor libname soversion now 0.25.0
  * Update atlas-name.patch
  * Install /etc/atlas/config.yaml in lib package
  * Drop unnecessary dh_auto_clean clause

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 25 May 2021 14:00:12 +0100

atlas-ecmwf (0.24.1-1) unstable; urgency=medium

  * New upstream release

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 09 Apr 2021 10:37:59 +0100

atlas-ecmwf (0.24.0-1) unstable; urgency=medium

  * New upstream release
  * Support for Proj 8. Closes: #983210
  * Bump dependency on fckit to >= 0.9.2-2 to fix regression in -1.
  * Minor libname soversion now 0.24.0

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 28 Mar 2021 10:08:13 +0000

atlas-ecmwf (0.23.0-1) unstable; urgency=medium

  * Add debian/watch file
  * New upstream release
    - New patch missing-defs.patch : disable some tests to allow compilation
      against eckit 1.15.4

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 24 Jan 2021 21:27:08 +0000

atlas-ecmwf (0.22.1-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version: 4.5.1
  * Build-Depend on clang-tidy. Closes: #975184

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 19 Nov 2020 10:35:47 +0000

atlas-ecmwf (0.22.0-5) unstable; urgency=medium

  * Add dep. on libfckit-dev to libatlas-ecmwf-dev
  * Supply fortran interface on 64-bit systems only. Closes: #972971

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 28 Oct 2020 13:26:53 +0000

atlas-ecmwf (0.22.0-4) unstable; urgency=medium

  * Reverse include/atlas_ecmwf -> include; breaks metview
  * 32-bit patch not being included correctly

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 22 Oct 2020 12:39:09 +0100

atlas-ecmwf (0.22.0-3) unstable; urgency=medium

  * Fix include path in cmake scripts
  * Update patch for 32-bit systems fix

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 21 Oct 2020 09:50:11 +0100

atlas-ecmwf (0.22.0-2) unstable; urgency=medium

  * Ensure cmake/atlas -> cmake/atlas_ecmwf in cmake scripts
  * Enable Fortran support

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 20 Oct 2020 09:28:33 +0100

atlas-ecmwf (0.22.0-1) unstable; urgency=medium

  * New upstream release
  * Move to debhelper level 13
  * Use subst. vars in dh_ files rather than autogenerating
  * Use g/gbp.conf to doc DEP-14 branch names
  * Set VCS-Git to point to debian/latest branch
  * Depend on libfckit-dev (on 64-kit archs for the moment)
  * Fix for preprocessor error - predef.patch

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 18 Oct 2020 14:28:13 +0100

atlas-ecmwf (0.21.0-1) unstable; urgency=medium

  * New upstream release

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 01 Jul 2020 13:39:07 +0100

atlas-ecmwf (0.20.2-2) unstable; urgency=medium

  * Also change the lib paths in atlas-targets-release.cmake.
    Closes: 3960403

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 17 May 2020 11:10:10 +0100

atlas-ecmwf (0.20.2-1) unstable; urgency=medium

  * New upstream release
  * Add libjemalloc-dev to depends of libatlas-ecmwd-dev
  * Use ecbuild > 3.3.2 as cmake/Find* patches moved there
  * Drop cmake/Find* patches and drop cmake/FindLatex.cmake in favour
    of ecbuild version

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 03 May 2020 07:43:10 +0100

atlas-ecmwf (0.20.1-2) unstable; urgency=medium

  * Disable clang-tidy on s390x, mipsel where it causes spurious errors
  * Fix for FindLatex.patch
  
 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 21 Apr 2020 12:02:31 +0100

atlas-ecmwf (0.20.1-1) unstable; urgency=medium

  * New upstream release
  * Fix FTBFS with g++-10. Closes: #957018
  * Build-depend on libjemalloc-dev
  * Fix for FTBFS on 32-bit machines: disable some checksum code

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 18 Apr 2020 12:15:57 +0100

atlas-ecmwf (0.20.0-1) unstable; urgency=medium

  * New upstream release
  * Patches now upstream:
    - constexpr patch
    - size_t patch
    - unsigned_long patch
  * New patch soversion.patch to fix soversion at '0'
  * Build depend on libgridtools-dev
  * Set -utils package as Multi-Arch: foreign

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 02 Apr 2020 17:38:14 +0100

atlas-ecmwf (0.19.1-1) unstable; urgency=medium

  * New upstream release
  * Use dh-sequence-fortran-mod
  * Standards-Version: 4.5.0

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 23 Feb 2020 11:09:22 +0000

atlas-ecmwf (0.19.0-9) unstable; urgency=medium

  * -dev pkg depends on -utils package (because of cmake interfaces)

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 15 Jan 2020 16:55:54 +0000

atlas-ecmwf (0.19.0-8) unstable; urgency=medium

  * Fix cut/paste error in unsigned-long.patch that breaks on 32-bit archs

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 13 Jan 2020 14:05:58 +0000

atlas-ecmwf (0.19.0-7) unstable; urgency=medium

  * Ensure ENNABLE_32_BIT_HOST is set on 32-bit archs in d/rules
  * unsigned-long.patch: make changes conditional on ATLAS_BITS_GLOBAL==64

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 10 Jan 2020 11:47:23 +0000

atlas-ecmwf (0.19.0-6) unstable; urgency=medium

  * Add libcgal-dev as Depedency of -dev package
  * Drop libcgal-dev dependency on armel, where is currently FTBFS
  * unsigned-long.patch: Drop support for unsigned longs, as it breaks
    32-bit systems (better fix needed)

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 09 Jan 2020 15:25:35 +0000

atlas-ecmwf (0.19.0-5) unstable; urgency=medium

  * size_t patch for 32-bit systems compile
  * Disable tests for this release

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 09 Jan 2020 07:21:24 +0000

atlas-ecmwf (0.19.0-4) unstable; urgency=medium

  * Build-dep on libeckit-dev (>= 1.4.7-7 ) as it now pulls
    in libaec-dev needed to build
  * Drop our dependencies on :libssl-dev, libcurl4-gnutls-dev,
    libxxhash-dev, libsnappy-dev, liblz4-dev, libbz2-dev ;
    pulled in by libeckit-dev

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 08 Jan 2020 07:13:48 +0000

atlas-ecmwf (0.19.0-3) unstable; urgency=medium

  * Install includes in correct directory in -dev pkg
  * Enable proj support
  * Drop Dependency on gridtools-dev until we build against it properly
  * Change paths in cmake files to match installed locations
  * Add eckt, eigen3 dependencies to -dev pkg as needed to build with cmake
  * Add Breaks/Replaces for files that moved from metview* -> atlas

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 07 Jan 2020 10:30:36 +0000

atlas-ecmwf (0.19.0-2) unstable; urgency=medium

  * Build without Fortran support until fckit is in archive.
  * Build-depend on libcgal-dev for tesselation; on latex for docs
  * Build-depend on libssl-dev, libcurl4-gnutls-dev, libxxhash-dev, 
    libsnappy-dev, liblz4-dev, libbz2-dev

 -- Alastair McKinstry <mckinstry@debian.org>  Sat, 04 Jan 2020 08:54:31 +0000

atlas-ecmwf (0.19.0-1) unstable; urgency=medium

  * Initial release. (Closes: #942635)

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 01 Jan 2020 15:09:43 +0000