File: ChangeLog

package info (click to toggle)
qrupdate 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 592 kB
  • sloc: fortran: 5,031; makefile: 130; sh: 18; perl: 17
file content (71 lines) | stat: -rw-r--r-- 2,121 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
2010-02-11  Jaroslav Hajek  <highegg@gmail.com>

	* test/utils.f: Test CHERK and ZHERK results for validity. Warn about
	possibly buggy BLAS routines.
	* test/report_results: Dump out the warnings at the end.

2010-02-11  Jaroslav Hajek  <highegg@gmail.com>

	* test/utils.f: Correct invalid calls to xLANGE. Make dummy workspace
	decls consistent.

2010-02-11  Jaroslav Hajek  <highegg@gmail.com>

	* test/Makefile: Ensure the test output file is created to prevent
	errors from report_results.

2010-01-19  Fabian Groffen <grobian@gentoo.org>

	* Makeconf: Define DESTDIR.
	* src/Makefile: Prefix DESTDIR to install targets, to comply with GNU
	Makefile standard.

2010-01-19  Fabian Groffen <grobian@gentoo.org>

	* src/Makefile: Define SOEXT and set it correctly for Darwin.
	Use it in build and install rules.

2010-01-11  Jaroslav Hajek  <highegg@gmail.com>

	* Makeconf: Mark version 1.1.
	* README: Document LU updating routines.

2009-10-08  Jaroslav Hajek  <highegg@gmail.com>

	* src/slup1up.f: New source.
	* src/dlup1up.f: New source.
	* src/clup1up.f: New source.
	* src/zlup1up.f: New source.
	* src/Makefile: Include them.
	* src/slu1up.f: Mention algorithm source.
	* src/dlu1up.f: Ditto.
	* src/clu1up.f: Ditto.
	* src/zlu1up.f: Ditto.
	* src/EXPORTS: Update.
	* test/utils.f (P2IPIV, SLUPGEN, DLUPGEN, CLUPGEN, ZLUPGEN, 
	SLUPCHK, DLUPCHK, CLUPCHK, ZLUPCHK): New subroutines.
	* test/tlup1up.f: New source.
	* test/Makefile: Include it.

2009-10-05  Jaroslav Hajek  <highegg@gmail.com>

	* src/slu1up.f: New source.
	* src/dlu1up.f: New source.
	* src/clu1up.f: New source.
	* src/zlu1up.f: New source.
	* src/Makefile: Include them in build.
	* test/utils.f (SLUGEN, DLUGEN, CLUGEN, ZLUGEN, 
	SLUCHK, DLUCHK, CLUCHK, ZLUCHK): New subroutines.
	* test/tlu1up.f: New source.
	* test/Makefile: Include it.

2009-02-06  Jordi GutiƩrrez Hermoso  <jordigh@gmail.com>

	* Makeconf: Set default PREFIX.
	* Makefile: Add install targets.
	* src/Makefile: Likewise.

2009-02-04  Jaroslav Hajek  <highegg@gmail.com>

	* ChangeLog: Create.
	* src/Makefile: Specify BLAS and LAPACK when creating dynamic library.