Date: Sun, 14 Jan 2007 00:31:54 +0300 From: Boris Samorodov <bsam@ipt.ru> To: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> Cc: rainer.alves@gmail.com, freebsd-ports@freebsd.org Subject: Re: math/octave doesn't see atlas Message-ID: <44866709@srv.sem.ipt.ru> In-Reply-To: <45A940C5.1050801@gmx.de> (Kamikaze's message of "Sat, 13 Jan 2007 21:27:49 %2B0100") References: <45A940C5.1050801@gmx.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-= On Sat, 13 Jan 2007 21:27:49 +0100 [LoN]Kamikaze wrote: > I have two systems and both want to install math/atlas when I try to update octave. I have atlas-3.6.0_2,1 installed on both systems. > ===> octave-2.1.73_2 depends on executable in : gnuplot - found > ===> octave-2.1.73_2 depends on executable in : gfortran42 - found > ===> octave-2.1.73_2 depends on executable in : gmake - found > ===> octave-2.1.73_2 depends on file: /usr/local/bin/perl5.8.8 - found > ===> octave-2.1.73_2 depends on shared library: fftw.2 - found > ===> octave-2.1.73_2 depends on shared library: atlas.1 - not found > ===> Verifying install for atlas.1 in /usr/ports/math/atlas > ===> Extracting for atlas-3.6.0_2,1 > ... > I don't know what might be the cause. What kind of information is necessary to diagnose what's going on? >From cvs log for math/atlas/pkg-plist, rev. 1.8: * Shared lib number has been bumped 1 to 2 Try a patch: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=octave.diff Content-Description: a patch for octave Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/octave/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 12 Jan 2007 12:22:50 -0000 1.61 +++ Makefile 13 Jan 2007 21:26:13 -0000 @@ -60,7 +60,7 @@ .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas CONFIGURE_ARGS+= --with-blas="-L${LOCALBASE}/lib -lf77blas -lcblas -latlas" \ --with-lapack=-lalapack .else --=-=-= WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve --=-=-=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44866709>