unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54449] [PATCH] opencv: add flag OPENCV_GENERATE_PKGCONFIG required for openFrameworks
@ 2022-03-18 15:24 Blake Shaw via Guix-patches via
  2022-03-22 10:31 ` bug#54449: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Blake Shaw via Guix-patches via @ 2022-03-18 15:24 UTC (permalink / raw)
  To: 54449; +Cc: Blake Shaw

---
 gnu/packages/image-processing.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 272f400f67..975a5eb792 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -428,7 +428,7 @@ (define-public opencv
              "-DWITH_ITT=OFF"
              "-DWITH_CAROTENE=OFF" ; only visible on arm/aarch64
              "-DENABLE_PRECOMPILED_HEADERS=OFF"
-
+             "-DOPENCV_GENERATE_PKGCONFIG=ON"
              ;; CPU-Features:
              ;; See cmake/OpenCVCompilerOptimizations.cmake
              ;; (CPU_ALL_OPTIMIZATIONS) for a list of all optimizations
@@ -1303,3 +1303,5 @@ (define-public labelme
       "Image and video labeling tool supporting different shapes like
 polygons, rectangles, circles, lines, points and VOC/COCO export.")
     (license license:gpl3+)))
+
+opencv
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54449: [PATCH] opencv: add flag OPENCV_GENERATE_PKGCONFIG required for openFrameworks
  2022-03-18 15:24 [bug#54449] [PATCH] opencv: add flag OPENCV_GENERATE_PKGCONFIG required for openFrameworks Blake Shaw via Guix-patches via
@ 2022-03-22 10:31 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-03-22 10:31 UTC (permalink / raw)
  To: Blake Shaw; +Cc: 54449-done


Hello,

I added a commit message, 

> +
> +opencv

removed that bit, and pushed as
614a7610dab88f5124f2837e70ff878861ef2d8d.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-22 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 15:24 [bug#54449] [PATCH] opencv: add flag OPENCV_GENERATE_PKGCONFIG required for openFrameworks Blake Shaw via Guix-patches via
2022-03-22 10:31 ` bug#54449: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).