1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Chase blas/lapack/atlas library version

This commit is contained in:
Rong-En Fan 2007-01-18 16:52:31 +00:00
parent 584eeea2d7
commit 8f54ba0123
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182739
5 changed files with 10 additions and 10 deletions

View File

@ -15,8 +15,8 @@ PKGNAMEPREFIX= ocaml-
MAINTAINER= stas@FreeBSD.org
COMMENT= OCaml interface to BLAS and LAPACK libraries
LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas \
lapack.3:${PORTSDIR}/math/lapack
LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas \
lapack.4:${PORTSDIR}/math/lapack
USE_BZIP2= yes
USE_GMAKE= yes

View File

@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Gnu Regression, Econometrics and Time-series Library
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \
LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack \
gmp.7:${PORTSDIR}/math/libgmp4
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot

View File

@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Gnu Regression, Econometrics and Time-series Library
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
LIB_DEPENDS= lapack.3:${PORTSDIR}/math/lapack \
LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack \
gmp.7:${PORTSDIR}/math/libgmp4
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot

View File

@ -36,13 +36,13 @@ post-patch:
.include <bsd.port.pre.mk>
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
.if !exists(${LOCALBASE}/lib/libalapack.a)
IGNORE= Atlas needs to be built with WITH_STATICLIB for scipy to function properly
.endif
.else
LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack \
blas.1:${PORTSDIR}/math/blas
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \
blas.2:${PORTSDIR}/math/blas
.endif
post-install:

View File

@ -41,13 +41,13 @@ post-patch:
.include <bsd.port.pre.mk>
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
.if !exists(${LOCALBASE}/lib/libalapack.a)
IGNORE= Atlas needs to be built with WITH_STATICLIB for scipy to function properly
.endif
.else
LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack \
blas.1:${PORTSDIR}/math/blas
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \
blas.2:${PORTSDIR}/math/blas
.endif
post-install: