[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"
- branch master updated (eb52b240eb -> 9b8507df11), guix-commits, 2022/08/29
- 02/09: reconfigure: Use 'current-channels' to obtain provenance data., guix-commits, 2022/08/29
- 06/09: gnu: Add python-mpv., guix-commits, 2022/08/29
- 01/09: services: provenance: Use 'current-channels' to obtain provenance data., guix-commits, 2022/08/29
- 05/09: gnu: Add python-xvfbwrapper., guix-commits, 2022/08/29
- 04/09: gnu: Add swftools., guix-commits, 2022/08/29
- 03/09: gnu: Add mmg., guix-commits, 2022/08/29
- 08/09: gnu: python-cloudscraper: Update to 1.2.60., guix-commits, 2022/08/29
- 09/09: gnu: Add hydrus-network., guix-commits, 2022/08/29
- 07/09: gnu: opencv: Build Python bindings.,
guix-commits <=