Skip to content

'repeated' calculation

2 messages · Brian Ripley, Peter Dalgaard

#
Peter,

Not in 0.62.4 it is not, and this is a problem with that library on 0.62.x.
On 0.62.4 that include directory includes only

Blas.h      Linpack.h   S.h         f2c.h       
Fortran.h   Platform.h  S_compat.h  

but much more on 0.63.x.

The code uses #include "Mathlib.h", so you can copy Mathlib.h from
src/include in the source distribution to repeated/src.  You still
need to get a source distribution for this, of course.

Brian
#
Prof Brian Ripley <ripley at stats.ox.ac.uk> writes:
Agh, that's what you get for being lazy! I only had the src/include
directory of 0.62.3 lying about and assumed that all files in it would
get installed.

Thanks for putting that one straight. 

	-p