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