Ticket #126 (closed defect)
blas-lapack.ss fails - remove function unknown
Reported by: | damg | Owned by: | wmfarr |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | wmfarr/plt-linalg.plt | Keywords: | |
Cc: | Version: | (1 7) | |
Racket Version: | 4.1 |
Description
plt-linalg 1.7 fails to load on PLT 4.1 (gentoo)
blas-lapack.ss fails with function remove being unknown.
Reproducible: always
Workaround:
- either change (require (lib "list.ss" "srfi" "1")) to (require (lib "1.ss" "srfi"))
- or replace the remove call in line 83 by s:remove
Change History
Note: See
TracTickets for help on using
tickets.