Lines 1-6
Link Here
|
1 |
PORTNAME= opencv |
1 |
PORTNAME= opencv |
2 |
DISTVERSION= 4.6.0 |
2 |
DISTVERSION= 4.6.0 |
3 |
PORTREVISION= 4 |
3 |
PORTREVISION= 5 |
4 |
CATEGORIES= graphics |
4 |
CATEGORIES= graphics |
5 |
|
5 |
|
6 |
MAINTAINER= desktop@FreeBSD.org |
6 |
MAINTAINER= desktop@FreeBSD.org |
Lines 186-196
XINE_LIB_DEPENDS= libxine.so:multimedia/libxine
Link Here
|
186 |
# BLAS group options (ATLAS OPENBLAS NOBLAS) |
186 |
# BLAS group options (ATLAS OPENBLAS NOBLAS) |
187 |
ATLAS_DESC= ATLAS blas implementation with lapacke |
187 |
ATLAS_DESC= ATLAS blas implementation with lapacke |
188 |
ATLAS_USES= blaslapack:atlas |
188 |
ATLAS_USES= blaslapack:atlas |
189 |
ATLAS_LIB_DEPENDS= liblapacke.so:math/lapacke |
189 |
OPENBLAS_BUILD_DEPENDS= cblas>0:math/cblas \ |
|
|
190 |
lapacke>0:math/lapacke |
190 |
|
191 |
|
191 |
OPENBLAS_DESC= OpenBLAS blas implementation with lapacke |
192 |
OPENBLAS_DESC= OpenBLAS blas implementation with lapacke |
192 |
OPENBLAS_USES= blaslapack:openblas |
193 |
OPENBLAS_USES= blaslapack:openblas |
193 |
OPENBLAS_LIB_DEPENDS= liblapacke.so:math/lapacke |
194 |
OPENBLAS_BUILD_DEPENDS= cblas>0:math/cblas \ |
|
|
195 |
lapacke>0:math/lapacke |
194 |
|
196 |
|
195 |
NOBLAS_DESC= Disable support for lapack/blas |
197 |
NOBLAS_DESC= Disable support for lapack/blas |
196 |
NOBLAS_CMAKE_BOOL_OFF= WITH_LAPACK |
198 |
NOBLAS_CMAKE_BOOL_OFF= WITH_LAPACK |