all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Blake Shaw via Guix-patches via <guix-patches@gnu.org>
To: 54449@debbugs.gnu.org
Cc: Blake Shaw <blake@nonconstructivism.com>
Subject: [bug#54449] [PATCH] opencv: add flag OPENCV_GENERATE_PKGCONFIG required for openFrameworks
Date: Fri, 18 Mar 2022 22:24:39 +0700	[thread overview]
Message-ID: <32b63bbb7db9533ac1b86a93272a3fafcb489c49.1647617079.git.blake@nonconstructivism.com> (raw)

---
 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





             reply	other threads:[~2022-03-18 15:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-18 15:24 Blake Shaw via Guix-patches via [this message]
2022-03-22 10:31 ` bug#54449: [PATCH] opencv: add flag OPENCV_GENERATE_PKGCONFIG required for openFrameworks Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32b63bbb7db9533ac1b86a93272a3fafcb489c49.1647617079.git.blake@nonconstructivism.com \
    --to=guix-patches@gnu.org \
    --cc=54449@debbugs.gnu.org \
    --cc=blake@nonconstructivism.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.