FreeBSD Bugzilla – Attachment 238119 Details for
Bug 267809
graphics/opencv: does not link with lapacke
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Replace LIB_DEPENDS on lapacke by a BUILD_DEPENDS on cblas+lapacke
graphics_opencv.diff (text/plain), 938 bytes, created by
Thierry Thomas
on 2022-11-16 13:12:20 UTC
(
hide
)
Description:
Replace LIB_DEPENDS on lapacke by a BUILD_DEPENDS on cblas+lapacke
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2022-11-16 13:12:20 UTC
Size:
938 bytes
patch
obsolete
>diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile >index 943a53672d16..b75c02d52923 100644 >--- a/graphics/opencv/Makefile >+++ b/graphics/opencv/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= opencv > DISTVERSION= 4.6.0 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= graphics > > MAINTAINER= desktop@FreeBSD.org >@@ -186,11 +186,13 @@ XINE_LIB_DEPENDS= libxine.so:multimedia/libxine > # BLAS group options (ATLAS OPENBLAS NOBLAS) > ATLAS_DESC= ATLAS blas implementation with lapacke > ATLAS_USES= blaslapack:atlas >-ATLAS_LIB_DEPENDS= liblapacke.so:math/lapacke >+OPENBLAS_BUILD_DEPENDS= cblas>0:math/cblas \ >+ lapacke>0:math/lapacke > > OPENBLAS_DESC= OpenBLAS blas implementation with lapacke > OPENBLAS_USES= blaslapack:openblas >-OPENBLAS_LIB_DEPENDS= liblapacke.so:math/lapacke >+OPENBLAS_BUILD_DEPENDS= cblas>0:math/cblas \ >+ lapacke>0:math/lapacke > > NOBLAS_DESC= Disable support for lapack/blas > NOBLAS_CMAKE_BOOL_OFF= WITH_LAPACK
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267809
: 238119