- Add lib_depends to math/cblas. (If math/atlas is installed, this
lib_depends should be ignored.)
This commit is contained in:
parent
ecda38b0a5
commit
fd5f46872f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330267
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ MAINTAINER= stephen@FreeBSD.org
|
|||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
|
||||
portaudio:${PORTSDIR}/audio/portaudio2
|
||||
portaudio:${PORTSDIR}/audio/portaudio2 \
|
||||
cblas:${PORTSDIR}/math/cblas
|
||||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
|
|
Loading…
Reference in a new issue