forked from blindglobe/cl-blapack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
50 lines (34 loc) · 1.67 KB
/
ChangeLog
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
2008-06-13 Evan Monroig <[email protected]>
* org.middleangle.cl-blapack.asd (:org.middleangle.cl-blapack):
add the two files below
* bugfix.lisp: add bugfix for SBCL BLOCK-GENSYM bug
* features.lisp: SBCL versions 1.0.7.18 up to 1.0.17 have a bug in
SB-IMPL::BLOCK-GENSYM - add a feature to signal this bug
* cl-blapack.lisp (with-blapack): added CMUCL version
2008-05-20 Evan Monroig <[email protected]>
* cl-blapack.lisp: slightly modified the code for importing
symbols from LAPACK-CFFI so that symbols that already were in
BLAS-CFFI are not imported
* lapack-cffi.lisp: modify to use custom cffi types as symbols not
keywords
* blas-cffi.lisp: modify to use custom cffi types as symbols not
keywords
* generate-blapack-interface.lisp
(:org.middleangle.generate-blapack-interface): use the package
BLAPACK-CFFI-TYPES
(*ctype-to-fortrantype*): update table to use symbols instead of
keywords for custom cffi types
* blapack-cffi-types.lisp (:org.middleangle.blapack-cffi-types):
replace the custom cffi types by symbols in this package and
export them
2008-04-29 Evan Monroig <[email protected]>
* generate-blapack-interface.lisp (*outdir*): point to cl-blapack
directory wherever it may be
2008-04-28 Evan Monroig <[email protected]>
* load-blapack-libs.lisp (*gfortran-lib*, *blas-lib*)
(*lapack-lib*): use my own paths
* blapack-cffi-types.lisp (define-fortran-type, :fortran-int)
(:fortran-float, :fortran-double, :fortran-complex-float)
(:fortran-complex-double, :fortran-logical, :logical): use macro
to call CFFI:DEFINE-FOREIGN-TYPE instead of CFFI:DEFCTYPE
(translate-to-foreign, translate-from-foreign): updated methods