diff --git a/science/robotics/opencv/actions.py b/science/robotics/opencv/actions.py index 8236990664..5049feffa1 100644 --- a/science/robotics/opencv/actions.py +++ b/science/robotics/opencv/actions.py @@ -72,7 +72,7 @@ def setup(): def build(): shelltools.cd("build") #cmaketools.make() - shelltools.system("ninja -j2") + shelltools.system("ninja") def install(): shelltools.cd("build") diff --git a/science/robotics/opencv/pspec.xml b/science/robotics/opencv/pspec.xml index c6832203bf..a01d92f091 100644 --- a/science/robotics/opencv/pspec.xml +++ b/science/robotics/opencv/pspec.xml @@ -12,8 +12,8 @@ library Computer vision library opencv is a programming library mainly aimed at the real time computer vision. Example applications are human-computer interaction, object identification, face recognition, motion tracking, mobile robotics. - https://github.com/opencv/opencv/archive/refs/tags/4.8.1.tar.gz - https://github.com/opencv/opencv_contrib/archive/refs/tags/4.8.1.tar.gz + https://github.com/opencv/opencv/archive/refs/tags/4.12.0.tar.gz + https://github.com/opencv/opencv_contrib/archive/refs/tags/4.12.0.tar.gz cmake hdf5-devel @@ -119,6 +119,13 @@ + + 2025-07-20 + 4.12.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-22 4.8.1