Robert Dodier wrote:
> On 2/16/09, Raymond Toy <raymond.toy at stericsson.com> wrote:
>
>
>> > Log Message:
>> > Rename lbfgs/daxpy.lisp and lbfgs/ddot.lisp to lbfgs/lbfgs-daxpy.lisp and
>> > lbfgs/lbfgs-ddot.lisp, respectively, to avoid name collisions
>> > with similarly named files in other share directories.
>>
>
>
>> Is this because the default location of the compiled files is the same
>> directory? I couldn't think of any other reason why there would be a
>> collision.
>>
>
> Well, load(lbfgs) called load("daxpy") which found daxpy somewhere else.
> Maybe the problem could have been avoided by
> just calling load("lbfgs/daxpy") instead. I didn't try that.
>
>
Forgot about that case.
We should probably just get rid of all of the copies of daxpy and
friends, and just use the version that's already in lapack/blas.
There's a copy in colnew too.
But I didn't try that either. :-)
Ray