1. Correct wrong dependency for Lapack
Submitted by: Kay Lehmann <kay_lehmann@web.de> 2. Correct wrong dependency for atlas
This commit is contained in:
parent
41e52169a5
commit
c1dce42144
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82659
2 changed files with 4 additions and 4 deletions
|
@ -17,8 +17,8 @@ COMMENT= High-level interactive language for numerical computations
|
|||
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
||||
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
||||
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
|
||||
f77blas.1:${PORTSDIR}/math/blas \
|
||||
lapack.1:${PORTSDIR}/math/lapack
|
||||
f77blas.1:${PORTSDIR}/math/atlas \
|
||||
lapack.3:${PORTSDIR}/math/lapack
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ COMMENT= High-level interactive language for numerical computations
|
|||
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
||||
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
|
||||
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
|
||||
f77blas.1:${PORTSDIR}/math/blas \
|
||||
lapack.1:${PORTSDIR}/math/lapack
|
||||
f77blas.1:${PORTSDIR}/math/atlas \
|
||||
lapack.3:${PORTSDIR}/math/lapack
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue