On 12/30/2011 12:22 AM, Lukas Reichlin wrote: > On 28.12.2011, at 12:43, marco atzeri wrote: > >> on latest octave 3.5.91+ all the libraries are not exported anymore >> so the build of optim on cygwin fails. >> >> attached patch solve the issue and link to LAPACK >> >> Tests needed on mingw and Mac OS X >> >> Regards >> Marco > > Hi Marco > > Since optim's maintainer is "The Octave Community", I empowered myself to > apply your patch :-) > > I used > > LAPACK_LIBS = $$(mkoctfile -p LAPACK_LIBS) > > instead of > > LAPACK_LIBS != mkoctfile -p LAPACK_LIBS > > for better compatibility with older versions of GNU make. Carlo De Falco > found that issue when he fixed the control package. Now it works for my Mac > OS X 10.6 machine.
LAPACK_LIBS := $(shell mkoctfile -p LAPACK_LIBS) should be further better > > How about an optim-1.0.18 release? Are there any release criteria? there are also some warnings to check warning: gen_doc_cache: unusable help text found in file 'test_d2_min_1' warning: gen_doc_cache: unusable help text found in file 'test_d2_min_2' warning: gen_doc_cache: unusable help text found in file 'test_d2_min_3' warning: optimset: no defaults for function `nonlin_residmin' warning: optimset: no defaults for function `residmin_stat' and I suggest to wait confirmation that it works also on mingw > > Best regards, > Lukas > Marco ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev