Date: Thu, 3 Jan 2013 05:27:36 +0000 (UTC) From: Maho Nakata <maho@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309854 - head/math/octave Message-ID: <201301030527.r035RaxZ040405@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: maho Date: Thu Jan 3 05:27:36 2013 New Revision: 309854 URL: http://svnweb.freebsd.org/changeset/ports/309854 Log: Correct dependency of openblas. Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Thu Jan 3 05:25:58 2013 (r309853) +++ head/math/octave/Makefile Thu Jan 3 05:27:36 2013 (r309854) @@ -64,7 +64,7 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/ BLAS= -lblas LAPACK= -llapack .elif ${WITH_BLAS} == openblas -LIB_DEPENDS+= openblas:${PORTSDIR}/math/gotoblas +LIB_DEPENDS+= openblas:${PORTSDIR}/math/openblas BLAS= -lopenblasp LAPACK= -lopenblasp .elif ${WITH_BLAS} == gotoblas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301030527.r035RaxZ040405>