Skip to content

Commit ee88b2c

Browse files
authored
Merge branch 'main' into iv-dark-mode
2 parents c73846c + 8a39d36 commit ee88b2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1182
-644
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ jobs:
461461
simd: avx2,f16c
462462
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
463463
LIBPNG_VERSION=v1.6.50
464-
LIBRAW_VERSION=0.21.5
464+
LIBRAW_VERSION=0.22.0
465465
LIBTIFF_VERSION=v4.7.1
466466
OPENJPEG_VERSION=v2.5.4
467467
PTEX_VERSION=v2.5.0
@@ -482,7 +482,7 @@ jobs:
482482
fmt_ver: master
483483
opencolorio_ver: main
484484
openexr_ver: main
485-
pybind11_ver: master
485+
pybind11_ver: v3.0.1
486486
python_ver: "3.12"
487487
simd: avx2,f16c
488488
benchmark: 1
@@ -514,7 +514,7 @@ jobs:
514514
simd: avx2,f16c
515515
setenvs: export OpenImageIO_BUILD_LOCAL_DEPS=all
516516
OpenImageIO_DEPENDENCY_BUILD_VERBOSE=ON
517-
LIBRAW_VERSION=0.21.5
517+
LIBRAW_VERSION=0.22.0
518518
PTEX_VERSION=v2.4.2
519519
PUGIXML_VERSION=v1.14
520520
WEBP_VERSION=v1.4.0
@@ -545,7 +545,7 @@ jobs:
545545
python_ver: "3.12"
546546
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
547547
LIBPNG_VERSION=v1.6.50
548-
LIBRAW_VERSION=0.21.5
548+
LIBRAW_VERSION=0.22.0
549549
LIBTIFF_VERSION=v4.7.1
550550
OPENJPEG_VERSION=v2.5.4
551551
PTEX_VERSION=v2.4.3
@@ -566,7 +566,7 @@ jobs:
566566
python_ver: "3.12"
567567
setenvs: export LIBJPEGTURBO_VERSION=3.1.2
568568
LIBPNG_VERSION=v1.6.50
569-
LIBRAW_VERSION=0.21.5
569+
LIBRAW_VERSION=0.22.0
570570
LIBTIFF_VERSION=v4.7.1
571571
OPENJPEG_VERSION=v2.5.4
572572
PTEX_VERSION=v2.4.3
@@ -628,7 +628,9 @@ jobs:
628628
python_ver: "3.13"
629629
simd: sse4.2,avx2
630630
ctest_test_timeout: 1200
631-
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0 INSTALL_QT=0
631+
setenvs: export MACOSX_DEPLOYMENT_TARGET=12.0
632+
INSTALL_QT=0 INSTALL_OPENCV=0
633+
optional_deps_append: 'OpenCV;Qt5;Qt6'
632634
benchmark: 1
633635
- desc: MacOS-14-ARM aclang15/C++20/py3.13
634636
runner: macos-14
@@ -695,13 +697,13 @@ jobs:
695697
nametag: windows-2022
696698
vsver: 2022
697699
generator: "Visual Studio 17 2022"
698-
python_ver: "3.9"
700+
python_ver: "3.12"
699701
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
700702
- desc: Windows-2025 VS2022
701703
runner: windows-2025
702704
nametag: windows-2025
703705
vsver: 2022
704706
generator: "Visual Studio 17 2022"
705-
python_ver: "3.9"
707+
python_ver: "3.12"
706708
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
707709
benchmark: 1

CHANGES.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Release 3.2 (target: Sept 2026?) -- compared to 3.1
66
* *New image file format support:*
77
* *oiiotool new features and major improvements*:
88
* *Command line utilities*:
9+
- *iv*: Flip, rotate and save image [#5003](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5003) (by Valery Angelique) (3.2.0.0)
910
* *ImageBuf/ImageBufAlgo*:
11+
- *ImageBuf*: IB::localpixels_as_[writable_]byte_image_span [#5011](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5011) (3.2.0.0, 3.1.10.0)
1012
* *ImageCache/TextureSystem*:
13+
- *api/TS*: `IBA::make_texture()` now honors "maketx:threads" hint [#5014](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5014) (3.2.0.0, 3.1.10.0)
1114
* New global attribute queries via OIIO::getattribute():
1215
* Miscellaneous API changes:
1316
- *api*: Versioned namespace to preserve ABI compatibility between minor releases [#4869](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4869) (3.2.0.0)
@@ -17,12 +20,20 @@ Release 3.2 (target: Sept 2026?) -- compared to 3.1
1720
- *openexr*: Write OpenEXR colorInteropID metadata based on oiio:ColorSpace [#4967](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4967) (by Brecht Van Lommel) (3.0.14.0, 3.2.0.0)
1821
- *jpeg-xl*: CICP read and write support for JPEG-XL [#4968](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4968) (by Brecht Van Lommel) (3.2.0.0, 3.1.9.0)
1922
- *jpeg-xl*: ICC read and write for JPEG-XL files (issue 4649) [#4905](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4905) (by shanesmith-dwa) (3.0.14.0, 3.2.0.0)
23+
* Other notable new feature:
24+
- *heif*: Add IOProxy support for both input and output [#5017](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5017) (by Brecht Van Lommel) (3.2.0.0, 3.1.10.0)
25+
2026
### 🚀 Performance improvements
27+
- *perf*: `ImageBufAlgo::resample` and `oiiotool --resample` improvements to speed up 20x or more [#4993](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4993) (3.2.0.0, 3.1.10.0)
28+
2129
### 🐛 Fixes and feature enhancements
2230
- *IBA*: IBA::compare_Yee() accessed the wrong channel [#4976](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4976) (by Pavan Madduri) (3.2.0.0)
2331
- *exif*: Support EXIF 3.0 tags [#4961](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4961) (3.2.0.0)
2432
- *imagebuf*: Fix set_pixels bug, didn't consider roi = All [#4949](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4949) (3.2.0.0)
2533
- *ffmpeg*: 10 bit video had wrong green channel [#4935](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4935) (by Brecht Van Lommel) (3.2.0.0, 3.1.7.0)
34+
- *heif*: Add IOProxy support for both input and output [#5017](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5017) (by Brecht Van Lommel) (3.2.0.0, 3.1.10.0)
35+
- *heif*: Fix: Could not output AVIF when libheif has no HEVC support [#5013](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5013) (by Brecht Van Lommel) (3.2.0.0, 3.1.10.0)
36+
- *heif*: Fix error saving multiple images with different bit depths [#5018](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5018) (by Brecht Van Lommel) (3.2.0.0, 3.1.10.0)
2637
- *iff*: Handle non-zero origin, protect against buffer overflows [#4925](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4925) (3.2.0.0, 3.1.7.0)
2738
- *jpeg*: Fix wrong pointers/crashing when decoding CMYK jpeg files [#4963](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4963) (3.2.0.0)
2839
- *jpeg-2000*: Type warning in assertion in jpeg2000output.cpp [#4952](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4952) (3.2.0.0)
@@ -37,34 +48,76 @@ Release 3.2 (target: Sept 2026?) -- compared to 3.1
3748
- *png*: We were not correctly suppressing hint metadata [#4983](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4983) (3.2.0.0)
3849
- *sgi*: Implement RLE encoding support for output [#4990](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4990) (by Jesse Yurkovich) (3.2.0.0)
3950
- *webp*: Allow out-of-order scanlines when writing webp [#4973](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4973) (by Pavan Madduri) (3.2.0.0)
51+
- *webp*: Use correct resolution limits for WebpOutput::open [#5016](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5016) (by Jesse Yurkovich) (3.2.0.0, 3.1.10.0)
52+
- *webp*: Fix missing oiio:UnassociatedAlpha on input [#5020](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5020) (by Brecht Van Lommel) (3.2.0.0, 3.1.10.0)
4053
### 🔧 Internals and developer goodies
54+
- *fix*: Several bug fixes related to internal use of image_span [#5004](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5004) (3.2.0.0, 3.1.10.0)
4155
- *filesystem.h*: Speedup to detect the existence of files on Windows [#4977](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4977) (by JacksonSun-adsk) (3.2.0.0)
4256
### 🏗 Build/test/CI and platform ports
4357
* OIIO's CMake build system and scripts:
4458
- *build*: Allow auto-build of just required packages by setting `OpenImageIO_BUILD_MISSING_DEPS` to `required`. [#4927](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4927) (3.2.0.0, 3.1.7.0)
4559
- *build*: Make dependency report more clear about what was required [#4929](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4929) (3.2.0.0, 3.1.7.0)
60+
- *build*: Fix HARDENING build options [#4996](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4996) (3.2.0.0)
61+
- *build*: Fully disable tests when their required dependencies are missing [#5005](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5005) (3.2.0.0, 3.1.10.0)
4662
* Dependency and platform support:
4763
- *deps*: Additional auto-build capabilities for dependencies that are not found: GIF library [#4921](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4921) (by Valery Angelique), OpenJPEG [#4911](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4911) (by Danny Greenstein) (3.2.0.0, 3.1.7.0)
4864
- *deps*: Disable LERC in libTIFF local build script [#4957](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4957) (by LI JI) (3.2.0.0, 3.1.8.0)
4965
- *deps*: Test against libraw 0.21.5 [#4988](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4988) (3.2.0.0, 3.1.9.0)
66+
- *build/platforms*: Fix building on OpenBSD [#5001](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5001) (by Brad Smith) (3.2.0.0, 3.1.10.0)
67+
- *build/deps*: Bump OCIO auto-build ver to 2.5.1 [#5022](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5022) (by Zach Lewis) (3.2.0.0, 3.1.10.0)
68+
- *build/deps*: Use libheif exported config if available [#5012](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5012) (3.2.0.0, 3.1.10.0)
69+
- *build/deps*: Libheif 1.21 support [#4992](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4992) (3.2.0.0, 3.1.10.0)
5070
* Testing and Continuous integration (CI) systems:
5171
- *tests*: Image_span_test reduce benchmark load for debug and CI renders [#4951](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4951) (3.2.0.0, 3.1.8.0)
72+
- *tests*: Add new ref image for jpeg test [#5007](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5007) (3.2.0.0, 3.1.10.0)
5273
- *ci*: Python wheel building improvements: use ccache [#4924](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4924) (by Larry Gritz), unbreak wheel release + other enhancements pt 1 [#4937](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4937) (by Zach Lewis) (3.2.0.0, 3.1.7.0)
5374
- *ci*: Simplify ci workflow by using build-steps for old aswf containers, too [#4932](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4932) (3.2.0.0, 3.1.7.0)
5475
- *ci*: We were not correctly setting fmt version from job options [#4939](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4939) (3.2.0.0, 3.1.7.0)
5576
- *ci*: Emergency fix change deprecated sonarqube action [#4969](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4969) (3.2.0.0)
5677
- *ci*: Try python 3.13 to fix Mac breakage on CI [#4970](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4970) (3.2.0.0)
78+
- *ci*: Freetype adjustments [#4999](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4999) (3.2.0.0)
79+
- *ci*: Speed up macos15 intel variant by not installing Qt [#4998](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4998) (3.2.0.0, 3.1.10.0)
80+
- *ci*: Don't run non-wheel workflows when only pyproject.toml changes [#4997](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4997) (3.2.0.0, 3.1.10.0)
81+
- *ci*: Windows runners switched which python version they had [#5010](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5010) (3.2.0.0, 3.1.10.0)
82+
- *ci*: Test against libraw 0.22 for 'latest' test variants [#5009](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5009) (3.2.0.0, 3.1.10.0)
83+
- *ci*: Lock bleeding edge to pybind11 latest version [#5024](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5024) (3.2.0.0, 3.1.10.0)
5784
### 📚 Notable documentation changes
5885
- *docs*: Update/correct explanation of "openexr:core" attribute, and typo fixes [#4943](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4943) (3.2.0.0, 3.1.7.0)
86+
- *docs*: Remove outdated/wrong description in INSTALL.md [#5008](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5008) (3.2.0.0)
5987
### 🏢 Project Administration
6088
- *admin*: Minor rewording in the issue and PR templates [#4982](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4982) (3.2.0.0)
89+
- *admin*: Refine PR template to give more visual separation [#4995](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4995) (3.2.0.0)
6190
### 🤝 Contributors
6291

6392
---
6493
---
6594

6695

6796

97+
Release 3.1.10.0 (Feb 1, 2026) -- compared to 3.1.9.0
98+
-----------------------------------------------------
99+
- *perf*: `IBA::resample()` and `oiiotool --resample` improvements to speed up 20x or more [#4993](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4993)
100+
- *ImageBuf*: IB::localpixels_as_[writable_]byte_image_span [#5011](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5011)
101+
- ImageBufAlgo*: IBA::make_texture now honors "maketx:threads" hint [#5014](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5014)
102+
- *heif*: Add IOProxy for input and output [#5017](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5017) (by Brecht Van Lommel)
103+
- *heif*: Can not output AVIF when libheif has no HEVC support [#5013](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5013) (by Brecht Van Lommel)
104+
- *heif*: Error saving multiple images with different bit depths [#5018](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5018) (by Brecht Van Lommel)
105+
- *webp*: Use correct resolution limits for WebpOutput::open [#5016](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5016) (by Jesse Yurkovich)
106+
- *webp*: Missing oiio:UnassociatedAlpha on input [#5020](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5020) (by Brecht Van Lommel)
107+
- *fix*: Several bug fixes related to internal use of image_span [#5004](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5004)
108+
- *build*: Fix building on OpenBSD [#5001](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5001) (by Brad Smith)
109+
- *deps*: Libheif 1.21 support [#4992](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4992)
110+
- *deps*: Bump OCIO auto-build ver to 2.5.1 [#5022](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5022) (by Zach Lewis)
111+
- *deps*: Use libheif exported config if available [#5012](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5012)
112+
- *tests*: Add new ref image for jpeg test [#5007](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5007)
113+
- *tests*: Fully disable tests when their required dependencies are missing [#5005](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5005)
114+
- *ci*: Speed up macos15 intel variant by not installing Qt [#4998](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4998)
115+
- *ci*: Don't run non-wheel workflows when only pyproject.toml changes [#4997](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4997)
116+
- *ci*: Windows runners switched which python version they had [#5010](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5010)
117+
- *ci*: Test against libraw 0.22 for 'latest' test variants [#5009](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5009)
118+
- *ci*: Lock bleeding edge to pybind11 latest version [#5024](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5024)
119+
120+
68121
Release 3.1.9.0 (Jan 1, 2026) -- compared to 3.1.8.0
69122
----------------------------------------------------
70123
- Color management improvements:
@@ -444,6 +497,16 @@ asterisk) had not previously contributed to the project.
444497
---
445498

446499

500+
Release 3.0.15.0 (Feb 1, 2026) -- compared to 3.0.14.0
501+
-------------------------------------------------------
502+
- *heif*: Can not output AVIF when libheif has no HEVC support [#5013](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5013) (by Brecht Van Lommel)
503+
- *heif*: Error saving multiple images with different bit depths [#5018](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5018) (by Brecht Van Lommel)
504+
- *webp*: Use correct resolution limits for WebpOutput::open [#5016](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5016) (by Jesse Yurkovich)
505+
- *ci*: Speed up macos15 intel variant by not installing Qt [#4998](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4998)
506+
- *ci*: Windows runners switched which python version they had [#5010](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5010)
507+
- *ci*: Lock bleeding edge to pybind11 latest version [#5024](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5024)
508+
509+
447510
Release 3.0.14.0 (Jan 1, 2026) -- compared to 3.0.13.0
448511
-------------------------------------------------------
449512
- *fix(IBA)*: IBA::compare_Yee() accessed the wrong channel [#4976](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4976) (by Pavan Madduri)

CREDITS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ lg@openimageio.org
110110
* Imarz
111111
* Irena Damsky
112112
* Ismael Cortes
113+
* Jackson Sun
113114
* Jan Hettenkofer
114115
* Jan Honsbrok
115116
* Jens Lindgren
@@ -191,6 +192,7 @@ lg@openimageio.org
191192
* Paul Franz
192193
* Paul Melis
193194
* Paul Molodowitch
195+
* Pavan Madduri
194196
* Pavel Karneliuk
195197
* Pete Larabell
196198
* Peter Horvath
@@ -223,6 +225,7 @@ lg@openimageio.org
223225
* Sergio Rojas
224226
* Shane Ambler
225227
* Shane Smith
228+
* Shashvat K. Singh
226229
* Simon Boorer
227230
* Solomon Boulos
228231
* SRHMorris

INSTALL.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
2828
through 3.1)
2929
* zlib >= 1.2.7 (tested through 1.3.1)
3030
* [fmtlib](https://github.com/fmtlib/fmt) >= 7.0 (tested through 12.0 and master).
31-
If not found at build time, this will be automatically downloaded unless
32-
the build sets `-DBUILD_MISSING_FMT=OFF`.
31+
If not found at build time, this will be automatically downloaded and built.
3332
* [Robin-map](https://github.com/Tessil/robin-map) (unknown minimum, tested
3433
through 1.4, which is the recommended version). If not found at build time,
35-
this will be automatically downloaded unless the build sets
36-
`-DBUILD_MISSING_FMT=OFF`.
34+
this will be automatically downloaded and built.
3735

3836
### Optional dependencies -- features may be disabled if not found
3937
* If you are building the `iv` viewer (which will be disabled if any of
@@ -47,7 +45,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
4745
* If you want support for PNG files:
4846
* libPNG >= 1.6.0 (tested though 1.6.50)
4947
* If you want support for camera "RAW" formats:
50-
* LibRaw >= 0.20 (tested though 0.21.5 and master)
48+
* LibRaw >= 0.20 (tested though 0.22.0 and master)
5149
* If you want support for a wide variety of video formats:
5250
* ffmpeg >= 4.0 (tested through 8.0)
5351
* If you want support for jpeg 2000 images:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ test: build
293293
@ ${CMAKE} -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests ${TEST_FLAGS}..."
294294
@ ( cd ${build_dir} ; \
295295
PYTHONPATH=${PWD}/${build_dir}/lib/python/site-packages \
296-
ctest -E broken ${TEST_FLAGS} \
296+
ctest ${TEST_FLAGS} \
297297
)
298298
@ ( if [[ "${CODECOV}" == "1" ]] ; then \
299299
cd ${build_dir} ; \

0 commit comments

Comments
 (0)