aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-ltfat
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-01-21 22:03:19 +0000
committerSteve Wills <swills@FreeBSD.org>2020-01-21 22:03:19 +0000
commit033b9daecd27faf93fa20a1d0ecfcf37094800d8 (patch)
treefea95fa876ec763af039c730a5e75b867dd3aae2 /math/octave-forge-ltfat
parent68eac340c54e4593ee7c6167944a632bc3c47900 (diff)
downloadports-033b9daecd27faf93fa20a1d0ecfcf37094800d8.tar.gz
ports-033b9daecd27faf93fa20a1d0ecfcf37094800d8.zip
math/openblas: Update to 0.3.7
While here, improve formatting and fix build of dependant ports. PR: 231371 Submitted by: yuri (initial version), pkubaj (ppc fixes) Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=523749
Diffstat (limited to 'math/octave-forge-ltfat')
-rw-r--r--math/octave-forge-ltfat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile
index 01aaa31f7fe3..9a7e6bffe230 100644
--- a/math/octave-forge-ltfat/Makefile
+++ b/math/octave-forge-ltfat/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libportaudio.so:audio/portaudio \
- libcblas.so:math/cblas
+ libopenblas.so:math/openblas
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.