On Sat, Feb 11, 2012 at 4:40 PM, Andrey G. Grozin <a.g.gro...@inp.nsk.su>wrote:
> Recently, there was a thread about building maxima with ecl-12.2.1. I
> understand that the short-term solution is to patch
> src/numerical/slatec/xerprn.lisp.
This solves it, IIRC
diff --git a/src/numerical/slatec/xerprn.lisp
b/src/numerical/slatec/xerprn.lisp
index 8068351..d1a0ffd 100644
--- a/src/numerical/slatec/xerprn.lisp
+++ b/src/numerical/slatec/xerprn.lisp
@@ -18,7 +18,7 @@
(let* ((newlin "$$"))
- (declare (type (simple-array character (2)) newlin) (ignorable newlin))
+ (declare (ignorable newlin))
(defun xerprn (prefix npref messg nwrap)
(declare (type (f2cl-lib:integer4) nwrap npref)
(type (simple-array character (*)) messg prefix))
--
Instituto de FĂsica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list