On 23 May 2012, at 19:26, Olaf Till wrote:
> So I think I'll load up a release tomorrow ...
>
> Olaf
Please consider applying this additional change to the Makefile
which is required when linkking Octave against Apple's VecLib framework
and should do no harm otherwise.
c.
--- Makefile (revision 10506)
+++ Makefile (working copy)
@@ -3,11 +3,12 @@
endif
LAPACK_LIBS := $(shell mkoctfile -p LAPACK_LIBS)
+BLAS_LIBS := $(shell mkoctfile -p BLAS_LIBS)
all: __bfgsmin.oct numgradient.oct numhessian.oct samin.oct __disna_optim__.oct
%.oct: %.cc
- $(MKOCTFILE) -s $< ${LAPACK_LIBS}
+ $(MKOCTFILE) -s $< $(LAPACK_LIBS) $(BLAS_LIBS)
clean:
- -rm *.o core octave-core *.oct *~
+ $(RM) *.o core octave-core *.oct *~
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev