guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: opencv: Build Python bindings.


From: guix-commits
Subject: 07/09: gnu: opencv: Build Python bindings.
Date: Mon, 29 Aug 2022 18:42:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5920196e47343403ea43f49c19b637fe62a11220
Author: Tomasz Jeneralczyk <tj@schwi.pl>
AuthorDate: Sun Aug 14 14:46:21 2022 +0200

    gnu: opencv: Build Python bindings.
    
    * gnu/packages/image-processing.scm (opencv)[arguments]: Change variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/image-processing.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 3dfe086af8..0225f72651 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -511,6 +512,9 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
              ;; DISPATCH is the list of optional dispatches.
              "-DCPU_BASELINE=SSE2"
 
+             ;; Build Python bindings.
+             "-DBUILD_opencv_python3=ON"
+
              ,@(match (%current-system)
                  ("x86_64-linux"
                   
'("-DCPU_DISPATCH=NEON;VFPV3;FP16;SSE;SSE2;SSE3;SSSE3;SSE4_1;SSE4_2;POPCNT;AVX;FP16;AVX2;FMA3;AVX_512F;AVX512_SKX"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]