Ticket #126 (closed defect)

Opened 15 years ago

Last modified 15 years ago

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

Changed 15 years ago by wmfarr

  • status changed from new to closed

This problem has now been resolved by plt-linalg version (1 8).

Note: See TracTickets for help on using tickets.