LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
changelog
Go to the documentation of this file.
1 lapack (3.5.0-5) unstable; urgency=medium
2 
3  * Fix static libraries: they were compiled with -fPIC.
4  * Add missing dependency of liblapacke-dev on libblas-dev and liblapack-dev.
5  * Package tmglib. (Closes: #772196)
6  + new libtmglib3 and libtmglib-dev packages.
7  + now include libtmglib wrappers in lapacke. In particular, drop
8  d/p/lapacke_no_matgen.patch.
9  * Use upstream version number for filename of shared libraries.
10  * Add debug package liblapack-dbg.
11  * Remove obsolete Conflicts/Replaces for lapack{,3}-{pic,test,doc}.
12  * Drop transitional package liblapack3gf.
13  * New patches taken from upstream:
14  + dlange_rowmajor_inconsistent.patch
15  + dlansy_1_norm_segfault.patch
16  + dormlq_interface_check.patch
17 
18  -- Sébastien Villemot <sebastien@debian.org> Sat, 31 Oct 2015 22:27:52 +0100
19 
20 lapack (3.5.0-4) unstable; urgency=medium
21 
22  [ Alastair McKinstry ]
23  * Add lapack-netlib.pc support with update-alternatives.
24 
25  [ Sébastien Villemot ]
26  * Bump Standards-Version to 3.9.6, no changes needed.
27 
28  -- Sébastien Villemot <sebastien@debian.org> Wed, 15 Oct 2014 21:56:29 +0200
29 
30 lapack (3.5.0-3) unstable; urgency=medium
31 
32  [ Sébastien Villemot ]
33  * New patches from upstream and OpenBLAS to fix bugs:
34  - cgesvd-zgesvd-stack-corruption.patch
35  - zlanhf-clanhf-norm.patch
36  - zstemr-n2.patch
37  * Remove Sylvestre Ledru from Uploaders. Thanks Sylvestre for your work!
38  * ia64_ignore_testfailures.patch: drop patch, ia64 is now gone.
39  * Drop obsolete code in maintainer scripts to deal with the transition
40  liblapack.so.3gf => liblapack.so.3.
41 
42  [ Martin Pitt ]
43  * gcc is not enough for the xerbla-c test as we also need libc6-dev and
44  others. Just upgrade the dependency to build-essential. (Closes: #740174)
45 
46  -- Sébastien Villemot <sebastien@debian.org> Thu, 07 Aug 2014 15:41:29 +0200
47 
48 lapack (3.5.0-2) unstable; urgency=low
49 
50  * Do not compile the testsuite with -frecursive. Otherwise some test
51  binaries allocate too much space on the stack, leading to crashes on
52  mips{,el}.
53 
54  -- Sébastien Villemot <sebastien@debian.org> Sat, 23 Nov 2013 16:08:26 +0100
55 
56 lapack (3.5.0-1) unstable; urgency=low
57 
58  * New upstream release.
59  * Upstream tarball is now DFSG-compatible, adapt the repackaging code.
60  * Remove recursive.patch. Replace it by the -frecursive flag to gfortran, as
61  recommended by upstream for fixing #693269.
62  * debian/copyright: document the license of lapacke.
63  * Bump Standards-Version to 3.9.5, no changes needed.
64  * Ship lapacke PDF in liblapack-doc.
65  * doxygen-exclude-binary-objects.patch: new patch, makes Doxygen skip binary
66  objects.
67  * liblapack-doc: go back to Doxygen-generated jquery.js, instead of the
68  version shipped in the libjs-jquery package. Otherwise the HTML
69  documentation is unusable.
70 
71  -- Sébastien Villemot <sebastien@debian.org> Thu, 21 Nov 2013 22:40:10 +0100
72 
73 lapack (3.4.2+dfsg-4) unstable; urgency=low
74 
75  * ia64_ignore_testfailures.patch: now ignore all test failures on ia64.
76 
77  -- Sébastien Villemot <sebastien@debian.org> Sat, 21 Sep 2013 18:00:10 +0200
78 
79 lapack (3.4.2+dfsg-3) unstable; urgency=low
80 
81  * Remove -funroll-all-loops from build flags. It may diminish
82  performance, and creates segfaults on ia64.
83  * ia64_ignore_testfailures.patch: new patch. Ignore two test failures on
84  ia64.
85 
86  -- Sébastien Villemot <sebastien@debian.org> Sat, 21 Sep 2013 14:22:36 +0200
87 
88 lapack (3.4.2+dfsg-2) unstable; urgency=low
89 
90  [ Sébastien Villemot ]
91  * Bump to debhelper compat level 9
92  * Simplification and improvement of debian/rules:
93  + use dh
94  + remove hack to workaround timeouts in testsuite
95  + ship testsuite summary generated by LAPACK build system instead of
96  generating our own
97  + do not run testsuite if DEB_BUILD_OPTIONS contains "nocheck"
98  (Closes: #718948)
99  + ensure that flags from dpkg-buildflags are injected everywhere
100  * Install static library in liblapacke-dev
101  * Remove remnants of old system for notifying testsuite errors at
102  installation of the library
103  * Switch VCS to Git
104  * liblapack-dev now alternatively depends on libblas.so (Closes: #695825)
105  * liblapack-dev now provides liblapack.so (instead of liblapack-3.so), for
106  consistency with libblas-dev
107  * Do not ship a copy of jquery.js; instead link to the version from the Debian
108  package
109  * Fix debian/watch
110 
111  [ Julian Taylor ]
112  * strip -Bsymbolic-functions from LDFLAGS. -Bsymbolic-functions breaks
113  xerbla_ error handling overrides as internal calls to it will not go
114  over the plt anymore. With bfd linker --dynamic-list could be used
115  instead but it doesn't seem work with gold linker. (Closes: #722252)
116 
117  -- Sébastien Villemot <sebastien@debian.org> Sat, 14 Sep 2013 21:59:36 +0200
118 
119 lapack (3.4.2+dfsg-1) unstable; urgency=low
120 
121  [ Sébastien Villemot ]
122  * parallel_build.patch: improve patch by marking some Makefiles as not
123  parallelizable; should fix FTBFS on kfreebsd-*
124 
125  [ Sylvestre Ledru ]
126  * Upload to unstable
127  * Some routines produced incorrect results in multithreaded environment
128  Thanks to Michael Banck for the fix (Closes: #693269)
129 
130  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 06 May 2013 11:39:13 +0200
131 
132 lapack (3.4.2+dfsg-1~exp1) experimental; urgency=low
133 
134  * Repackage upstream tarball. Delete non-DFSG-free files:
135  lapacke/examples/example_{D,Z}GESV_rowmajor.c. (Closes: #703916)
136  * Use my @debian.org email address
137  * Remove obsolete DM-Upload-Allowed control flag
138  * Fixes and improvements in package build logic
139  + fix build-arch and build-indep rules
140  + use Build-Depends-Indep field
141  + enable parallel build (in particular, new patch parallel_build.patch)
142  + move test failure notice from obsolete liblapack3gf to liblapack3
143  * Bump Standards-Version to 3.9.4
144  * Add lintian overrides in liblapack-doc-man about bad whatis entries in
145  manpages (upstream does not provide the required short descriptions)
146 
147  -- Sébastien Villemot <sebastien@debian.org> Wed, 27 Mar 2013 13:11:24 +0100
148 
149 lapack (3.4.2-1~exp2) experimental; urgency=low
150 
151  * Remove an override of a rule which was failing all builds
152 
153  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 29 Sep 2012 09:56:28 +0200
154 
155 lapack (3.4.2-1~exp1) experimental; urgency=low
156 
157  * New upstream release
158  * Decouple the build process from gcc (use /usr/bin/cc instead of gcc)
159  * Remove the warning no-debconf-templates
160  * Fix package-would-benefit-from-build-arch-targets
161  * Remove some old comments
162  * Introduce some of the hardening flags
163 
164  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 26 Sep 2012 07:22:36 +0200
165 
166 lapack (3.4.1-6) unstable; urgency=low
167 
168  * Ship liblapacke.so* in /usr/lib instead of /usr/lib/lapack. There is
169  no reason to ship that library in a deeper directory since it is not
170  managed by the lapack alternative. (Closes: #685312)
171 
172  -- Sébastien Villemot <sebastien.villemot@ens.fr> Tue, 21 Aug 2012 08:34:48 +0000
173 
174 lapack (3.4.1-5) unstable; urgency=low
175 
176  * liblapack-test: move to devel/extra, to reflect override
177  * liblapacke_no_matgen.patch: new patch; prevents inclusion of wrappers
178  for MATGEN functions in liblapacke (Closes: #680428)
179  * liblapack-doc: add missing "Files" field in doc-base entry
180 
181  -- Sébastien Villemot <sebastien.villemot@ens.fr> Fri, 06 Jul 2012 11:03:55 +0000
182 
183 lapack (3.4.1-4) unstable; urgency=low
184 
185  * liblapack3.prerm, liblapack3gf.prerm: avoid crash if liblapack.so.3gf
186  already deleted
187  * liblapack3gf transitional package:
188  + move to oldlibs section (Closes: #679103)
189  + mark as arch:all
190  * Restore alternatives in shlibs file of liblapack3
191  * Set DM-Upload-Allowed to yes
192 
193  -- Sébastien Villemot <sebastien.villemot@ens.fr> Wed, 20 Jun 2012 12:36:04 +0000
194 
195 lapack (3.4.1-3) unstable; urgency=low
196 
197  [ Sylvestre Ledru ]
198  * Remove debug messages
199 
200  [ Sébastien Villemot ]
201  * Remove lsame(3) from liblapack-doc-man (Closes: #677461)
202  * Add myself to Uploaders
203 
204  -- Sébastien Villemot <sebastien.villemot@ens.fr> Sun, 17 Jun 2012 12:01:30 +0000
205 
206 lapack (3.4.1-2) unstable; urgency=low
207 
208  [ Sylvestre Ledru ]
209  * Update of Vcs-Svn and Vcs-Browser tags (Closes: #676281)
210 
211  [ Sébastien Villemot ]
212  * Do not ship blas manpages in liblapack-doc-man (Closes: #677461)
213  * Fix linking problem of liblapacke (Closes: #676528)
214 
215  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 05 Jun 2012 22:23:50 +0200
216 
217 lapack (3.4.1-1) unstable; urgency=low
218 
219  * Upload in unstable
220 
221  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 02 Jun 2012 17:32:17 +0200
222 
223 lapack (3.4.1-1~exp5) experimental; urgency=low
224 
225  * Fix a bad alternative link to the old library name
226 
227  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 01 Jun 2012 10:27:50 +0200
228 
229 lapack (3.4.1-1~exp4) experimental; urgency=low
230 
231  * Replaces and Breaks updated against the right versions of other impacted
232  packages
233  * Force the right version to build against libblas-dev
234 
235  -- Sylvestre Ledru <sylvestre@debian.org> Sun, 20 May 2012 17:21:13 +0200
236 
237 lapack (3.4.1-1~exp3) experimental; urgency=low
238 
239  * Moved removal from postinst to preinst
240 
241  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 18 May 2012 16:05:45 +0200
242 
243 lapack (3.4.1-1~exp2) experimental; urgency=low
244 
245  * Remove liblapack.so.3gf references before the install
246 
247  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 14 May 2012 18:44:11 +0200
248 
249 lapack (3.4.1-1~exp1) experimental; urgency=low
250 
251  * New upstream release
252 
253  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 21 Apr 2012 17:45:44 +0200
254 
255 lapack (3.4.0-1~exp3) experimental; urgency=low
256 
257  * Join modifications with blas, lapack, atlas and openblas.
258  Declare the replacements of all *3gf blas & lapack implementation
259  (Closes: #660607)
260  * Standards-Version updated to version 3.9.3
261  * graphviz is also a build dep
262 
263  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 10 Apr 2012 19:35:10 +0200
264 
265 lapack (3.4.0-1~exp2) experimental; urgency=low
266 
267  * Introduce back liblapack3gf as transitionnal package
268  (Closes: #656039)
269 
270  -- Sylvestre Ledru <sylvestre@debian.org> Sun, 19 Feb 2012 11:34:47 +0100
271 
272 lapack (3.4.0-1~exp1) experimental; urgency=low
273 
274  * New upstream release
275  * manpages removed and repack script updated (LP: #764445)
276  * New packages liblapacke & liblapacke-dev (C library) added (LP: #767108)
277  * Update the whole lapack documentation. Now uses the generated documentation
278  produced by doxygen.
279  * Package liblapack-doc-man introduced with the manpages of the function.
280  * Remove the deprecated documentation.
281 
282  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 15 Nov 2011 17:07:42 +0100
283 
284 lapack (3.3.1-2) experimental; urgency=low
285 
286  * Standards-Version updated to version 3.9.2
287  * Get ride of the dependency on libatlas-base-dev
288  * Rename liblapack3gf package => liblapack3
289  * Rename liblapack.so.3gf => liblapack.so.3
290 
291  -- Sylvestre Ledru <sylvestre@debian.org> Sat, 03 Sep 2011 19:55:27 +0200
292 
293 lapack (3.3.1-1) unstable; urgency=low
294 
295  * New upstream release
296  * man fixes removed (applied upstream)
297 
298  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 18 May 2011 00:03:55 +0200
299 
300 lapack (3.3.0-4) unstable; urgency=low
301 
302  * Fix the manpages issues
303  * Fix some alignement issues (Closes: #593705)
304 
305  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Mar 2011 18:09:54 +0100
306 
307 lapack (3.3.0-3) unstable; urgency=low
308 
309  * Upload in unstable.
310  * postrm-has-useless-call-to-ldconfig and
311  postinst-has-useless-call-to-ldconfig removed
312 
313  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 04 Mar 2011 18:09:25 +0100
314 
315 lapack (3.3.0-2) experimental; urgency=low
316 
317  * Incorporate the modifications of Laurent's NMU (Closes: #586315)
318  * Fix a minor typo in the manpage of zggev. Thanks to Bastien Roucaries
319  (Closes: #593705)
320  * Remove the old stuff about gfortran in the description
321  * Switch to dpkg-source 3.0 (quilt) format
322 
323  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 20 Dec 2010 00:09:45 +0100
324 
325 lapack (3.3.0-1) experimental; urgency=low
326 
327  * New upstream release
328  * Standards-Version updated to version 3.9.1
329 
330  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 13 Dec 2010 00:31:20 +0100
331 
332 lapack (3.2.2-1.2) unstable; urgency=low
333 
334  * Non-maintainer upload.
335  * Really remove alternatives for all packages during removal (Closes: #586315)
336 
337  -- Laurent Bigonville <bigon@debian.org> Tue, 23 Nov 2010 01:48:20 +0100
338 
339 lapack (3.2.2-1.1) unstable; urgency=low
340 
341  * Non-maintainer upload.
342  * Correctly remove alternative during package removal (Closes: #586315)
343 
344  -- Laurent Bigonville <bigon@debian.org> Sat, 20 Nov 2010 18:42:36 +0100
345 
346 lapack (3.2.2-1) unstable; urgency=low
347 
348  * New upstream release
349  * Change the order of the dependencies (Closes: #588175)
350 
351  -- Sylvestre Ledru <sylvestre@debian.org> Mon, 05 Jul 2010 22:03:43 +0200
352 
353 lapack (3.2.1-8) unstable; urgency=low
354 
355  * Explicit minimal dependency against blas added (Closes: #579463)
356 
357  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 28 Apr 2010 00:32:26 +0200
358 
359 lapack (3.2.1-7) unstable; urgency=low
360 
361  * The path to blas has changed (Closes: #576931)
362 
363  -- Sylvestre Ledru <sylvestre@debian.org> Thu, 08 Apr 2010 13:59:26 +0200
364 
365 lapack (3.2.1-6) unstable; urgency=low
366 
367  * Remove the old alternatives
368 
369  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 07 Apr 2010 23:58:40 +0200
370 
371 lapack (3.2.1-5) unstable; urgency=low
372 
373  * Upload into unstable
374 
375  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 Apr 2010 10:22:20 +0200
376 
377 lapack (3.2.1-4) experimental; urgency=low
378 
379  * liblapack_pic.a is now also handle with the update-alternatives system
380 
381  -- Sylvestre Ledru <sylvestre@debian.org> Fri, 05 Mar 2010 18:35:23 +0100
382 
383 lapack (3.2.1-3) experimental; urgency=low
384 
385  * Standards-Version updated to version 3.8.4
386  * Package moved from pkg-scicomp to Debian Science
387  * Libraries are now handled with update-alternatives
388  See: http://wiki.debian.org/DebianScience/LinearAlgebraLibraries
389 
390  -- Sylvestre Ledru <sylvestre@debian.org> Wed, 03 Mar 2010 15:22:32 +0100
391 
392 lapack (3.2.1-2) unstable; urgency=low
393 
394  * Change of my email address since I am now DD
395  * Standards-Version updated to 3.8.3
396  * DM-Upload-Allowed removed
397  * cleanup in the uploader since I am pretty much the last one active
398 
399  -- Sylvestre Ledru <sylvestre@debian.org> Tue, 06 Oct 2009 22:34:32 +0200
400 
401 lapack (3.2.1-1) unstable; urgency=low
402 
403  * New upstream release
404 
405  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Mon, 04 May 2009 10:26:22 +0200
406 
407 lapack (3.2.0-3) unstable; urgency=low
408 
409  * debian/rules, liblapack-doc.manpages: Install man pages of the API
410  functions in /usr/share/man/man3 using .3lapack as extension. This
411  should completely avoid clashes with other packages. Closes: #520460.
412 
413  -- Rafael Laboissiere <rafael@debian.org> Sat, 21 Mar 2009 18:40:03 +0100
414 
415 lapack (3.2.0-2) unstable; urgency=low
416 
417  [ Rafael Laboissiere ]
418  * Upload to unstable
419  * debian/control: Bump Standards-Version to 3.8.1 (no changes needed)
420 
421  * debian/control, debian/compat: Bump build-dependency and compatibility
422  level to debhelper >= 7 (version 4 is now deprecated)
423 
424  * debian/patches/pic.patch: Drop this patch, since it interferes with
425  the way the OPTS variable must be set, on a per-architecture basis
426  * debian/control: As a consequence of the above, drop the
427  build-dependency on cdbs
428  * debian/rules: Fix the building/cleaning of make.inc and
429  testing/Makefile files, which were being left behind after running
430  debian/rules clean
431 
432  [ Sylvestre Ledru ]
433  * typo fixed in debian/rules
434 
435  -- Rafael Laboissiere <rafael@debian.org> Sat, 14 Mar 2009 12:37:59 +0100
436 
437 lapack (3.2.0-1) experimental; urgency=low
438 
439  [ Sylvestre Ledru ]
440  * New upstream version
441  * Repacking script updated (download separately the manpages)
442  * Patch to enable the pic option added
443  * misc depends added (to make lintian happy)
444 
445  [ Rafael Laboissiere ]
446  * debian/watch: Force the use of PASV by ftp
447  * debian/control:
448  + Use DM-DM-Upload-Allowed field instead of XS-DM-Upload-Allowed
449  + Add myself to the list of Uploaders
450  * debian/orig-tar.sh: Include the LUG files into the generated tarball
451  * debian/rules: Call web2png with -d option, such that original GIF, as
452  well as the *.bak files are deleted when adding the LUG files to the
453  tarball
454 
455  -- Rafael Laboissiere <rafael@debian.org> Wed, 07 Jan 2009 12:07:55 +0000
456 
457 lapack (3.1.1-6) unstable; urgency=low
458 
459  * Timing tests removed (advice from upstream)
460  * "set -e" added to liblapack3gf.config to make lintian happy
461  * Many fixes in the man pages (makes lapack lintian free now)
462  * Empty manpage zbcon removed
463 
464  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Thu, 30 Oct 2008 10:41:53 +0100
465 
466 lapack (3.1.1-5) unstable; urgency=low
467 
468  * rename manpage lsame & xerbla to lsame-lapack & xerblas-lapack to
469  avoid duplicate man page with libblas-doc (Closes: #500660)
470  * use dh_installman instead of dh_installmanpages
471  * Duplicate on liblapack-test.1 removed
472 
473  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Tue, 30 Sep 2008 23:16:04 +0200
474 
475 lapack (3.1.1-4) unstable; urgency=low
476 
477  * manpages are now installed (Closes: #500225)
478 
479  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Fri, 26 Sep 2008 17:34:05 +0200
480 
481 lapack (3.1.1-3) unstable; urgency=low
482 
483  * Typos fixed in the manpages (Closes: #410309)
484  * Better & easier watch file (use the FTP instead of HTTP)
485 
486  -- Sylvestre Ledru <sylvestre.ledru@inria.fr> Thu, 14 Aug 2008 10:49:06 +0200
487 
488 lapack (3.1.1-2) unstable; urgency=low
489 
490  [ Sylvestre Ledru ]
491  * Update to Standards-version 3.8.0
492  * Tags Homepage, Vcs-Svn and Vcs-Browser added
493  * watch file added
494  * Update of copyright to make lintian happier
495  * Update of doc-base section
496  * doc-base-file-separator-extra-whitespaces removed
497  * Myself added to uploaders
498 
499  -- Ondrej Certik <ondrej@certik.cz> Tue, 12 Aug 2008 13:17:52 +0200
500 
501 lapack (3.1.1-1) unstable; urgency=low
502 
503  * Maintainer changed to Debian Scientific Computing Team
504  * Camm Maguire and Ondrej Certik added to uploaders
505  * XS-DM-Upload-Allowed: yes field added
506 
507  -- Ondrej Certik <ondrej@certik.cz> Thu, 17 Jul 2008 22:05:19 +0200
508 
509 lapack (3.1.1-0.5) unstable; urgency=low
510 
511  * Non-maintainer upload.
512  * Import changes from ubuntu:
513  * Use system default gcc/gfortran instead of explict gcc-4.3
514  * Don't show confusing and obscure debconf messages about lapack build
515  errors on liblapack install; these errors have not been linked to
516  actual bugs in the library, and the current failures look like a
517  testsuite error only. Closes: 488561
518 
519  -- Riku Voipio <riku.voipio@iki.fi> Thu, 03 Jul 2008 17:30:54 +0300
520 
521 lapack (3.1.1-0.4) unstable; urgency=medium
522 
523  * Upload to unstable.
524  * Move liblapack-dev, liblapack-pic, liblapack-test into section libdevel.
525 
526  -- Matthias Klose <doko@debian.org> Sun, 17 Feb 2008 22:48:17 +0100
527 
528 lapack (3.1.1-0.3) experimental; urgency=low
529 
530  * debian/shlibs.local: s/atlas3gf-base/libatlas3gf-base/.
531  * Don't run zsvdtim on s390.
532  * Link using gfortran instead of gcc.
533  * Don't build with -funroll-all-loops on toy archs (arm, armel, m68k).
534  * debian/rules: Make sure to run the timing tests with the trun wrapper.
535 
536  -- Matthias Klose <doko@debian.org> Mon, 04 Feb 2008 19:09:41 +0100
537 
538 lapack (3.1.1-0.2) experimental; urgency=low
539 
540  * debian/control: s/atlas-base-dev/libatlas-base-dev/.
541 
542  -- Matthias Klose <doko@debian.org> Sun, 03 Feb 2008 01:15:25 +0100
543 
544 lapack (3.1.1-0.1) experimental; urgency=low
545 
546  * Non-maintainer upload.
547  * New upstream release.
548  * debian/rules:
549  + Use INT_ETIME in make.inc.
550  * debian/patches, debian/upstream:
551  + Remove all patches.
552 
553  -- Kumar Appaiah <akumar@ee.iitm.ac.in> Mon, 28 Jan 2008 22:40:25 +0530
554 
555 lapack (3.0.20000531a-1.1) unstable; urgency=low
556 
557  * Explicitely build using gfortran-4.3.
558  * Do not prefer libatlas3gf-base in the lapack shlibs file.
559 
560  -- Matthias Klose <doko@debian.org> Sat, 19 Jan 2008 19:47:32 +0100
561 
562 lapack (3.0.20000531a-1) experimental; urgency=low
563 
564  * Acknowledge NMU
565  * gfortran transition
566 
567  -- Camm Maguire <camm@enhanced.com> Thu, 25 Oct 2007 11:15:23 -0400
568 
569 lapack3 (3.0.20000531a-6.1) unstable; urgency=low
570 
571  * Non-maintainer upload.
572  * cdebconf transition: allow the dependency on debconf to be satisfied with
573  an alternate of debconf-2.0 (Closes: #331883).
574 
575  -- Amaya Rodrigo Sastre <amaya@debian.org> Mon, 20 Aug 2007 19:13:42 +0200
576 
577 lapack3 (3.0.20000531a-6) unstable; urgency=high
578 
579  * Fix lapack3-dev depends typo: libblas3.so -> libblas-3.so
580  * All packages save shared lib package conflict/replace with analog in
581  lapack.
582  * Remove explicit depends on libblas.so.3 now that libs are explicitly
583  linked against these.
584 
585  -- Camm Maguire <camm@enhanced.com> Wed, 23 Mar 2005 14:57:23 +0000
586 
587 lapack3 (3.0.20000531a-5) unstable; urgency=high
588 
589  * Revise again maxwrk/minwrk fir to upstream {s,d}gesdd.f patch, Closes: #276534.
590  * Try linking liblapack against libblas and libg2c. Closes: #261354
591  * Put zgess.f patch back into debian/patches, and out of main package diff
592 
593  -- Camm Maguire <camm@enhanced.com> Fri, 15 Oct 2004 16:58:12 +0000
594 
595 lapack3 (3.0.20000531a-4) unstable; urgency=low
596 
597  * Add slave alternative link to static lib in -dev package
598  * Bug fix: "lapack3-doc: spurious robots.txt file", thanks to Jochen
599  Voss (Closes: #248559). Removed robots.txt from lapack3-doc
600  * Fixed bad section number in manpages for lintian
601  * added testing/tmp to clean target
602 
603  -- Camm Maguire <camm@enhanced.com> Tue, 1 Jun 2004 16:48:25 +0000
604 
605 lapack3 (3.0.20000531a-3) unstable; urgency=low
606 
607  * lapack-doc -> lapack3-doc in doc-base files, Closes: #233069
608 
609  -- Camm Maguire <camm@enhanced.com> Mon, 16 Feb 2004 18:33:40 +0000
610 
611 lapack3 (3.0.20000531a-2) unstable; urgency=low
612 
613  * Fix lintian errors in lapack3-test (manpages had wrong .so links)
614  * Rename templates for lapack3 package naming scheme
615 
616  -- Camm Maguire <camm@enhanced.com> Wed, 21 Jan 2004 19:42:31 +0000
617 
618 lapack3 (3.0.20000531a-1) unstable; urgency=low
619 
620  * Binary incompatible changes in the blas library, against which this
621  library is linked, require an increase in the soname, and a change
622  in package name to allow for support for the old API in both source
623  and binary form to remain in the archives.
624 
625  -- Camm Maguire <camm@enhanced.com> Tue, 23 Dec 2003 15:08:41 +0000
626 
627 lapack (3.0.20000531a-25) unstable; urgency=low
628 
629  * Fix rules to not look for g77-3.2 on ia64 and alpha
630 
631  -- Camm Maguire <camm@enhanced.com> Thu, 31 Jul 2003 21:53:42 +0000
632 
633 lapack (3.0.20000531a-24) unstable; urgency=low
634 
635  * Newer standards
636  * Recompile with latest toolchain to reduce error count, Closes:
637  #202321
638  * default g77 all arches
639  * lintian edits to lapack.3, csrot.3 and zdrot.3 manpages
640  * lintian edits to copyright file
641 
642  -- Camm Maguire <camm@enhanced.com> Wed, 30 Jul 2003 21:46:17 +0000
643 
644 lapack (3.0.20000531a-23) unstable; urgency=low
645 
646  * Fix permissions for building with sudo, Closes: #177105
647 
648  -- Camm Maguire <camm@enhanced.com> Mon, 17 Feb 2003 12:37:45 -0500
649 
650 lapack (3.0.20000531a-22) unstable; urgency=low
651 
652  * prevent completely empty patches
653 
654  -- Camm Maguire <camm@enhanced.com> Thu, 5 Dec 2002 20:11:27 -0500
655 
656 lapack (3.0.20000531a-21) unstable; urgency=low
657 
658  * Patch to fix lwork in dgesdd and sgesdd
659  * Upstream timing and testing updates
660  * fixes to {s,d,g,z} man pages
661  * updated release notes from upstream
662 
663  -- Camm Maguire <camm@enhanced.com> Wed, 4 Dec 2002 16:46:13 -0500
664 
665 lapack (3.0.20000531a-20) unstable; urgency=low
666 
667  * Fix incorrect compiler specification for alpha and ia64
668 
669  -- Camm Maguire <camm@enhanced.com> Tue, 29 Oct 2002 11:20:03 -0500
670 
671 lapack (3.0.20000531a-19) unstable; urgency=low
672 
673  * Added ${g77} to depends for lapack-dev, Closes: #149834
674  * Fixed typo in templates
675 
676  -- Camm Maguire <camm@enhanced.com> Mon, 28 Oct 2002 20:00:20 -0500
677 
678 lapack (3.0.20000531a-18) unstable; urgency=high
679 
680  * Minor change to trun to redirect standard err to log file and to
681  avoid eval wrapper, as killing this is not reliable
682  * Increased timeout on tester output checks
683  * lapack-dev in section devel
684 
685  -- Camm Maguire <camm@enhanced.com> Mon, 8 Apr 2002 15:35:55 -0400
686 
687 lapack (3.0.20000531a-17) unstable; urgency=high
688 
689  * Removed space befoe lone newline in templates, Closes: #141527,
690  Closes: #141529, Closes: #141533
691  * chmod +x debian/rawk
692  * Allow for missing /proc/cpuinfo
693  * Record compiler version in ?_results
694 
695  -- Camm Maguire <camm@enhanced.com> Sat, 6 Apr 2002 23:53:11 -0500
696 
697 lapack (3.0.20000531a-16) unstable; urgency=high
698 
699  * Removed quotes from alpha FOPTS
700  * Made trun timeouts work relative to last output, instead of total
701  job run time, for slow machines
702  * debconf templates warning about library errors
703  * lapack debconf dependency
704 
705  -- Camm Maguire <camm@enhanced.com> Wed, 3 Apr 2002 20:45:46 -0500
706 
707 lapack (3.0.20000531a-15) unstable; urgency=high
708 
709  * Removed alpha workaround -- no longer necessary
710  * Run timings/tests under script capturing exit status and reporting
711  it to enable build on buggy architectures (arm hppa) for now, (since
712  I can't seem to get anyone to remove them from the archive, and they
713  are holding up lapack everywhere else)
714  * Remove -funroll-all-loops for arm
715  * arm just compiles, but is useless -- runs no testers
716  * changed variable structure in make.inc
717  * liblapack2.so alternative
718  * Arch specific patch mechanism
719  * Fixed blas dependencies, Closes: #140661
720  * Patch for hppa to avoid tests of error exists pending fix to the
721  dynamic loader
722 
723  -- Camm Maguire <camm@enhanced.com> Sun, 31 Mar 2002 22:05:42 -0500
724 
725 lapack (3.0.20000531a-14) unstable; urgency=low
726 
727  * Work arounds for alpha compiler problems
728 
729  -- Camm Maguire <camm@enhanced.com> Wed, 20 Mar 2002 17:11:02 -0500
730 
731 lapack (3.0.20000531a-13) unstable; urgency=low
732 
733  * g77-3.0 ->g77 for s390
734 
735  -- Camm Maguire <camm@enhanced.com> Sun, 17 Mar 2002 14:00:24 -0500
736 
737 lapack (3.0.20000531a-12) unstable; urgency=low
738 
739  * g77-3.0 -O0 for S390
740 
741  -- Camm Maguire <camm@enhanced.com> Sun, 17 Mar 2002 06:15:56 -0500
742 
743 lapack (3.0.20000531a-11) unstable; urgency=low
744 
745  * Depend on blas2-dev -> blas-dev | blas2-dev, Closes: #138413
746 
747  -- Camm Maguire <camm@enhanced.com> Fri, 15 Mar 2002 16:29:52 -0500
748 
749 lapack (3.0.20000531a-10) unstable; urgency=low
750 
751  * Removed m68k specific Build-depends
752 
753  -- Camm Maguire <camm@enhanced.com> Sun, 10 Mar 2002 07:18:39 -0500
754 
755 lapack (3.0.20000531a-9) unstable; urgency=low
756 
757  * Removed m68k specific compile options, Closes: #137346
758 
759  -- Camm Maguire <camm@enhanced.com> Fri, 8 Mar 2002 13:12:20 -0500
760 
761 lapack (3.0.20000531a-8) unstable; urgency=low
762 
763  * Copy libblas to working directory, elimnate LD_PRELOAD in rules
764 
765  -- Camm Maguire <camm@enhanced.com> Fri, 1 Mar 2002 23:09:23 -0500
766 
767 lapack (3.0.20000531a-7) unstable; urgency=low
768 
769  * Another attempt at fixing permission denied problems on certain
770  autobuilders
771 
772  -- Camm Maguire <camm@enhanced.com> Sat, 23 Feb 2002 14:07:44 -0500
773 
774 lapack (3.0.20000531a-6) unstable; urgency=low
775 
776  * Reworked descriptions, Closes: #135041
777  * chmod go+rw on touched stampt files to clear up permission problems
778  on mips,mipsel, and alpha
779  * Added filenames to timing_results and testing_results
780  * Added semi-real time display of testing/timing results for clearer
781  autobuilder output and job detection
782 
783  -- Camm Maguire <camm@enhanced.com> Thu, 21 Feb 2002 13:26:55 -0500
784 
785 lapack (3.0.20000531a-5) unstable; urgency=low
786 
787  * Fixed arch detection in rules
788  * Added PICOPTS and FOPTS to NOOPT in make.inc
789 
790  -- Camm Maguire <camm@enhanced.com> Mon, 18 Feb 2002 20:44:23 -0500
791 
792 lapack (3.0.20000531a-4) unstable; urgency=low
793 
794  * Prepend instead of cloberring LD_LIBRARY_PATH
795 
796  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 22:15:59 -0500
797 
798 lapack (3.0.20000531a-3) unstable; urgency=low
799 
800  * Removed empty patch files
801 
802  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 13:06:53 -0500
803 
804 lapack (3.0.20000531a-2) unstable; urgency=low
805 
806  * Edited lapack.3 manpage, Closes: #99385
807  * Remove zbcon.3 manpage, Closes: #99386
808  * Copyright elaboration, Closes: #101683
809 
810  -- Camm Maguire <camm@enhanced.com> Sun, 17 Feb 2002 00:15:36 -0500
811 
812 lapack (3.0.20000531a-1) unstable; urgency=low
813 
814  * Remove html.bak files from lug source
815 
816  -- Camm Maguire <camm@enhanced.com> Sat, 16 Feb 2002 10:55:21 -0500
817 
818 lapack (3.0.20000531-2) unstable; urgency=low
819 
820  * ORed construction in shlibs and shlibs.local: liblapack 2
821  atlas2-base | lapack | lapack2
822 
823  -- Camm Maguire <camm@enhanced.com> Fri, 15 Feb 2002 23:44:30 -0500
824 
825 lapack (3.0.20000531-1) unstable; urgency=low
826 
827  * New upstream release
828  * New maintainer
829  * New release Closes: #111374
830  * New maintainer Closes: #101341
831  * New maintainer Closes: #59302
832  * New maintainer Closes: #115397
833  * Added Lapack User's Guide, Release Notes, and FAQ to documentation
834  * Incorporated manpages into source, obviating lapack-doc source
835  package
836  * web2png on Lapack User's Guide
837 
838  -- Camm Maguire <camm@enhanced.com> Wed, 13 Feb 2002 22:49:09 -0500
839 
840 lapack (3.0-5.4) unstable; urgency=low
841 
842  * NMU
843  * Build with g77-3.0 on ia64. g77 version 2.96 segfaults.
844  Closes: #114341.
845 
846  -- John Daily <jdaily@progeny.com> Wed, 10 Oct 2001 11:21:03 -0500
847 
848 lapack (3.0-5.3) frozen unstable; urgency=low
849 
850  * NMU, with maintainer permission
851  * Put virtual package lapack2 in dependency field of shlibs
852 
853  -- Camm Maguire <camm@enhanced.com> Fri, 20 Jul 2001 16:44:34 -0400
854 
855 lapack (3.0-5.2) frozen unstable; urgency=low
856 
857  * NMU, with permission from maintainer
858  * Added support for lapack2 virtual package
859  * Build-depends
860  * Applied m68k patch using fort77 and -ffloat-store, Closes: #101341
861  * Saved .o files for shared and static builds in temporary directories
862  debian/shared and debian/static, respectively, to allow packages
863  needing access to these object (e.g. atlas) to access them by
864  executing 'debian/rules build', Closes: #59302
865 
866  -- Camm Maguire <camm@enhanced.com> Wed, 18 Jul 2001 13:34:01 -0400
867 
868 lapack (3.0-5.1) frozen unstable; urgency=low
869 
870  * Source NMU to fix alpha build situation (requires -mieee and can now
871  be built without f2c) with maintainer permission.
872 
873  -- Christopher C. Chimelis <chris@classnet.med.miami.edu> Wed, 1 Mar 2000 09:39:52 -0500
874 
875 lapack (3.0-5) frozen unstable; urgency=low
876 
877  * New Maintainer (should have been done a few uploads ago)
878  * use f2c to compile on alpha to avoid bug in gcc. Closes: bug#55253, #48661
879  * Now uses DEB_HOST_GNU_CPU to set the arch
880 
881  -- James A. Treacy <treacy@debian.org> Tue, 18 Jan 2000 13:22:12 -0500
882 
883 lapack (3.0-4) unstable; urgency=low
884 
885  * recompiled with latest blas package. Closes: #52256
886 
887  -- James A. Treacy <treacy@debian.org> Wed, 5 Jan 2000 13:52:56 -0500
888 
889 lapack (3.0-3) unstable; urgency=low
890 
891  * lapack-dev depends on blas-dev. Closes: #48462, #48307
892  * major version number for lib reverted to 2 since interface hasn't
893  changed. Closes: #48081
894 
895  -- James A. Treacy <treacy@debian.org> Thu, 28 Oct 1999 11:28:08 -0400
896 
897 lapack (3.0-2) unstable; urgency=low
898 
899  * Conflicts with previous versions. Fixes Bug #48078
900 
901  -- James A. Treacy <treacy@debian.org> Sat, 23 Oct 1999 03:08:47 -0400
902 
903 lapack (3.0-1) unstable; urgency=low
904 
905  * New Maintainer
906  * New upstream version
907  * blas is now a separate package (with its own source)
908 
909  -- James A. Treacy <treacy@debian.org> Mon, 18 Oct 1999 12:03:03 -0400
910 
911 lapack (2.0.1-2.1) frozen unstable; urgency=low
912 
913  * Non maintainer upload.
914  * Fixed lapack man page to be parseable by whatis (Fixes #12073).
915 
916  -- Matthias Klose <doko@debian.org> Fri, 15 May 1998 13:54:30 +0200
917 
918 lapack (2.0.1-2) frozen unstable; urgency=low
919 
920  * Non maintainer release
921  * Recompiled for libc6 (Fixes #21487). Used g77-2.90.29 (egcs-1.0.3a).
922  * Fixed some open bugs (Fixes #13701, #16538, #16661, #17120).
923  * Already fixed: #8986: #8993.
924  * Updated standards version.
925  * Converted to use debhelper
926 
927  -- Matthias Klose <doko@debian.org> Tue, 12 May 1998 14:21:40 +0200
928 
929 lapack (2.0.1-1) unstable; urgency=low
930 
931  * Initial Release.
932 
933  -- Sue Campbell <sacampbe@mercator.math.uwaterloo.ca> Tue, 7 Jan 1997 15:08:06 -0500
934 
935