On 31 December 2011 08:55, marco atzeri <marco.atz...@gmail.com> wrote:
> due to change on 3.5.x  mkoctfile the dependency on LAPACK
> is now explicitly needed on platforms not accepting undefined symbols
> (cygwin, mingw, Mac OS)
>
> attached patch using the more standard
>
>  LAPACK_LIBS := $(shell mkoctfile -p LAPACK_LIBS)
>  FLIBS := $(shell mkoctfile -p FLIBS)
>
> Tested on cygwin.
>
> After the patch there are still some warnings
>
> warning: /home/marco/octave/odepkg-0.8.0/odebwe.m: possible Matlab-style
> short-circuit operator at line 365, column 17
> warning: /home/marco/octave/odepkg-0.8.0/odepkg_examples_ode.m: possible
> Matlab-style short-circuit operator at line 44, column 23
> warning: gen_doc_cache: unusable help text found in file 'dldsolver'
>
>
> Regards
> Marco

Patch applied. Thank you. I have also fixed the matlab-style short
circuit warnings (but not the one about missing help text).

Carnë

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to