Date: Sun, 01 Mar 2026 16:32:52 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b4daecfae75b - main - multimedia/ossia-score: update 3.4.=?utf-8?Q?1 =E2=86=92 3.?=8.0 Message-ID: <69a46a34.3a8a6.5e3b091@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4daecfae75b4360cab3128a912809aefa435e07 commit b4daecfae75b4360cab3128a912809aefa435e07 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-03-01 16:32:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-03-01 16:32:49 +0000 multimedia/ossia-score: update 3.4.1 → 3.8.0 --- multimedia/ossia-score/Makefile | 40 ++-- multimedia/ossia-score/distinfo | 6 +- ...y_libossia_3rdparty_verdigris_src_wobjectimpl.h | 32 --- ...libossia_src_ossia_audio_pipewire__protocol.hpp | 13 ++ .../patch-68d68e105a969b1829b50e4a6b39edaa6077db57 | 69 ------- ...nxruntime-extensions_cmake_externals_json.cmake | 12 ++ ...h-src_plugins_score-plugin-faust_CMakeLists.txt | 25 --- multimedia/ossia-score/pkg-plist | 230 +-------------------- 8 files changed, 52 insertions(+), 375 deletions(-) diff --git a/multimedia/ossia-score/Makefile b/multimedia/ossia-score/Makefile index 3911cb628d2f..c12b60ba622b 100644 --- a/multimedia/ossia-score/Makefile +++ b/multimedia/ossia-score/Makefile @@ -1,6 +1,5 @@ PORTNAME= ossia-score # uses -mcx16 -DISTVERSION= 3.4.1 -PORTREVISION= 4 +DISTVERSION= 3.8.0 CATEGORIES= multimedia MASTER_SITES= https://github.com/ossia/score/releases/download/v${DISTVERSION}/ DISTFILES= ossia.score-${DISTVERSION}-src${EXTRACT_SUFX} @@ -13,7 +12,7 @@ WWW= https://ossia.io/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN= Fails to build with fmt 12+, error: no member named 'localtime' in namespace 'fmt' +#BROKEN= Fails to build with fmt 12+, error: no member named 'localtime' in namespace 'fmt' #BROKEN_i386= compilation fails, see https://github.com/ossia/score/issues/1608 BUILD_DEPENDS= rapidfuzz-cpp>0:devel/rapidfuzz-cpp \ @@ -41,11 +40,12 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ USES= cmake gl localbase:ldflags llvm:19 pkgconfig qt:6 sdl tar:xz USE_GL= gl opengl -USE_QT= base declarative scxml serialport shadertools svg websockets +USE_QT= base declarative networkauth scxml serialport shadertools svg websockets webview USE_SDL= sdl2 CMAKE_ON= SCORE_USE_SYSTEM_LIBRARIES \ - BUILD_SHARED_LIBS + BUILD_SHARED_LIBS \ + SCORE_USE_SYSTEM_LIBRARIES CMAKE_ARGS= -DSCORE_DISABLED_PLUGINS="score-plugin-pd;score-plugin-vst3" \ -DCMAKE_CXX_FLAGS="-fexperimental-library" \ -DCMAKE_UNITY_BUILD=1 @@ -55,17 +55,23 @@ CXXFLAGS+= -fexperimental-library # to fix libossia/src/ossia/detail/jthread.hpp .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "i386" -PLIST_FILES= lib/libkfr_dft_avx.a \ - lib/libkfr_dft_avx2.a \ - lib/libkfr_dft_avx512.a \ - lib/libkfr_dft_sse2.a \ - lib/libkfr_dft_sse41.a \ - lib/libkfr_dsp_avx.a \ - lib/libkfr_dsp_avx2.a \ - lib/libkfr_dsp_avx512.a \ - lib/libkfr_dsp_sse2.a \ - lib/libkfr_dsp_sse41.a -.endif +#.if ${ARCH} == "amd64" || ${ARCH} == "i386" +#PLIST_FILES= lib/libkfr_dft_avx.a \ +# lib/libkfr_dft_avx2.a \ +# lib/libkfr_dft_avx512.a \ +# lib/libkfr_dft_sse2.a \ +# lib/libkfr_dft_sse41.a \ +# lib/libkfr_dsp_avx.a \ +# lib/libkfr_dsp_avx2.a \ +# lib/libkfr_dsp_avx512.a \ +# lib/libkfr_dsp_sse2.a \ +# lib/libkfr_dsp_sse41.a +#.endif + +post-install: # workaaround for https://github.com/ossia/score/issues/1977: ossia-score installs many projects that it depends on: Eigen, xtensor, xtl, xsimd + @${RM} -r \ + ${STAGEDIR}${LOCALBASE}/include \ + ${STAGEDIR}${LOCALBASE}/lib \ + ${STAGEDIR}${LOCALBASE}/share .include <bsd.port.post.mk> diff --git a/multimedia/ossia-score/distinfo b/multimedia/ossia-score/distinfo index 02731ea18d7e..203ed066112d 100644 --- a/multimedia/ossia-score/distinfo +++ b/multimedia/ossia-score/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739874760 -SHA256 (ossia.score-3.4.1-src.tar.xz) = 2c7098df01f91dc1c917b9662304004c1d95143b7860a8bb1c2951b818b08f72 -SIZE (ossia.score-3.4.1-src.tar.xz) = 66768304 +TIMESTAMP = 1772338287 +SHA256 (ossia.score-3.8.0-src.tar.xz) = ed68ee1ab88cfcafcbcde5474f2014eacda90ce00059e40284755a29deb11d66 +SIZE (ossia.score-3.8.0-src.tar.xz) = 104717592 diff --git a/multimedia/ossia-score/files/patch-3rdparty_libossia_3rdparty_verdigris_src_wobjectimpl.h b/multimedia/ossia-score/files/patch-3rdparty_libossia_3rdparty_verdigris_src_wobjectimpl.h deleted file mode 100644 index 8eda9c163dd2..000000000000 --- a/multimedia/ossia-score/files/patch-3rdparty_libossia_3rdparty_verdigris_src_wobjectimpl.h +++ /dev/null @@ -1,32 +0,0 @@ -Fix build with Qt >= 6.9.0 - -Backported from: https://github.com/woboq/verdigris/commit/9b3e3f26251444bf48011202db85c892b0f45c57 - ---- 3rdparty/libossia/3rdparty/verdigris/src/wobjectimpl.h.orig 2025-01-16 18:09:49 UTC -+++ 3rdparty/libossia/3rdparty/verdigris/src/wobjectimpl.h -@@ -796,13 +796,20 @@ struct DataBuilder { - intCount += sizeof... (Ts); - } - --#if QT_VERSION >= QT_VERSION_CHECK(6,0,0) -+#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) -+#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0) -+ template<class Unique, bool TypeMustBeComplete> -+ static constexpr const QtPrivate::QMetaTypeInterface *metaTypeInterface = QtPrivate::qTryMetaTypeInterfaceForType<Unique, std::conditional_t<TypeMustBeComplete, void, Unique>>(); -+#else - template<class T, bool isComplete> -- static constexpr const QtPrivate::QMetaTypeInterface *metaTypeInterface = QtPrivate::qTryMetaTypeInterfaceForType<T, QtPrivate::TypeAndForceComplete<T, std::integral_constant<bool, isComplete>>>(); -- -- template<class T, bool isComplete = false> -+ static constexpr const QtPrivate::QMetaTypeInterface *metaTypeInterface -+ = QtPrivate::qTryMetaTypeInterfaceForType< -+ T, -+ QtPrivate::TypeAndForceComplete<T, std::integral_constant<bool, isComplete>>>(); -+#endif -+ template<class T, bool TypeMustBeComplete = false> - constexpr void addMetaType() { -- *metaTypeP++ = metaTypeInterface<T, isComplete>; -+ *metaTypeP++ = metaTypeInterface<T, TypeMustBeComplete>; - metaTypeCount += 1; - } - #endif diff --git a/multimedia/ossia-score/files/patch-3rdparty_libossia_src_ossia_audio_pipewire__protocol.hpp b/multimedia/ossia-score/files/patch-3rdparty_libossia_src_ossia_audio_pipewire__protocol.hpp new file mode 100644 index 000000000000..f998479d142a --- /dev/null +++ b/multimedia/ossia-score/files/patch-3rdparty_libossia_src_ossia_audio_pipewire__protocol.hpp @@ -0,0 +1,13 @@ +--- 3rdparty/libossia/src/ossia/audio/pipewire_protocol.hpp.orig 2026-03-01 08:55:10 UTC ++++ 3rdparty/libossia/src/ossia/audio/pipewire_protocol.hpp +@@ -75,8 +75,8 @@ class libpipewire (private) + // in terms of regex: + // decltype\(&::([a-z_]+)\) [a-z_]+{}; + // \1 = library.symbol<decltype(&::\1)>("\1"); +- init = library.symbol<decltype(&::pw_init)>("pw_init"); +- deinit = library.symbol<decltype(&::pw_deinit)>("pw_deinit"); ++ init = library.symbol<decltype(&::pw_init)>("pipewire_init"); ++ deinit = library.symbol<decltype(&::pw_deinit)>("pipewire_deinit"); + + context_new = library.symbol<decltype(&::pw_context_new)>("pw_context_new"); + context_connect diff --git a/multimedia/ossia-score/files/patch-68d68e105a969b1829b50e4a6b39edaa6077db57 b/multimedia/ossia-score/files/patch-68d68e105a969b1829b50e4a6b39edaa6077db57 deleted file mode 100644 index fdf3abea87e5..000000000000 --- a/multimedia/ossia-score/files/patch-68d68e105a969b1829b50e4a6b39edaa6077db57 +++ /dev/null @@ -1,69 +0,0 @@ -- backport the commit: https://github.com/ossia/score-addon-led/commit/68d68e105a969b1829b50e4a6b39edaa6077db57 -- that fixes https://github.com/ossia/score/issues/1684 - -From 68d68e105a969b1829b50e4a6b39edaa6077db57 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= - <jeanmichael.celerier@gmail.com> -Date: Sun, 19 Jan 2025 11:36:41 -0500 -Subject: [PATCH] led: fix build on bsd - ---- - CMakeLists.txt | 38 +++++++++++++++++++------------------- - 1 file changed, 19 insertions(+), 19 deletions(-) - -diff src/addons/score-addon-led/CMakeLists.txt src/addons/score-addon-led/CMakeLists.txt -index e9e3abd..e3d8bac 100644 ---- src/addons/score-addon-led/CMakeLists.txt -+++ src/addons/score-addon-led/CMakeLists.txt -@@ -1,11 +1,11 @@ - cmake_minimum_required(VERSION 3.13 FATAL_ERROR) - - # Only Linux allows raw SPI access so far --find_path(LINUX_HEADERS_INCLUDE_DIR linux/types.h) -+find_path(LINUX_HEADERS_INCLUDE_DIR linux/spi/spidev.h) - if(NOT LINUX_HEADERS_INCLUDE_DIR) - return() - endif() --if(APPLE OR EMSCRIPTEN OR WIN32) -+if(APPLE OR EMSCRIPTEN OR WIN32 OR BSD) - return() - endif() - if(NOT TARGET score_lib_base) -@@ -39,20 +39,20 @@ target_link_libraries(score_addon_led PUBLIC score_plugin_engine) - setup_score_plugin(score_addon_led) - - --avnd_score_plugin_init( -- BASE_TARGET score_addon_ledfx --) -- --avnd_score_plugin_add( -- BASE_TARGET score_addon_ledfx -- SOURCES -- LedProcesses/LedFX.hpp -- TARGET ledfx -- MAIN_CLASS LedFX -- NAMESPACE Led --) --avnd_score_plugin_finalize( -- BASE_TARGET score_addon_ledfx -- PLUGIN_VERSION 1 -- PLUGIN_UUID "706e49b7-6e22-4a4d-9f91-3c2a7563c072" --) -+# avnd_score_plugin_init( -+# BASE_TARGET score_addon_ledfx -+# ) -+# -+# avnd_score_plugin_add( -+# BASE_TARGET score_addon_ledfx -+# SOURCES -+# LedProcesses/LedFX.hpp -+# TARGET ledfx -+# MAIN_CLASS LedFX -+# NAMESPACE Led -+# ) -+# avnd_score_plugin_finalize( -+# BASE_TARGET score_addon_ledfx -+# PLUGIN_VERSION 1 -+# PLUGIN_UUID "706e49b7-6e22-4a4d-9f91-3c2a7563c072" -+# ) diff --git a/multimedia/ossia-score/files/patch-src_addons_score-addon-onnx_3rdparty_onnxruntime-extensions_cmake_externals_json.cmake b/multimedia/ossia-score/files/patch-src_addons_score-addon-onnx_3rdparty_onnxruntime-extensions_cmake_externals_json.cmake new file mode 100644 index 000000000000..a6e92ed593e8 --- /dev/null +++ b/multimedia/ossia-score/files/patch-src_addons_score-addon-onnx_3rdparty_onnxruntime-extensions_cmake_externals_json.cmake @@ -0,0 +1,12 @@ +--- src/addons/score-addon-onnx/3rdparty/onnxruntime-extensions/cmake/externals/json.cmake.orig 2025-11-13 15:39:52 UTC ++++ src/addons/score-addon-onnx/3rdparty/onnxruntime-extensions/cmake/externals/json.cmake +@@ -1,8 +1 @@ +-FetchContent_Declare(nlohmann_json +- URL https://codeload.github.com/nlohmann/json/zip/refs/tags/v3.11.3 +- URL_HASH SHA1=5e88795165cc8590138d1f47ce94ee567b85b4d6 +- SOURCE_SUBDIR not_set +- ) +- +-add_compile_definitions(JSON_HAS_CPP_17=1) +-FetchContent_MakeAvailable(nlohmann_json) ++find_package(nlohmann_json CONFIG REQUIRED) diff --git a/multimedia/ossia-score/files/patch-src_plugins_score-plugin-faust_CMakeLists.txt b/multimedia/ossia-score/files/patch-src_plugins_score-plugin-faust_CMakeLists.txt deleted file mode 100644 index 91b5510ee077..000000000000 --- a/multimedia/ossia-score/files/patch-src_plugins_score-plugin-faust_CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -- workaround for https://github.com/ossia/score/issues/1732 - ---- src/plugins/score-plugin-faust/CMakeLists.txt.orig 2025-02-21 05:43:32 UTC -+++ src/plugins/score-plugin-faust/CMakeLists.txt -@@ -62,20 +62,6 @@ setup_score_plugin(${PROJECT_NAME}) - - setup_score_plugin(${PROJECT_NAME}) - --message("Downloading Faust libs...") -- --ExternalProject_Add( -- faustlibs -- PREFIX "" -- GIT_REPOSITORY https://github.com/grame-cncm/faustlibraries -- GIT_TAG 730eff6dc336973553829235e0b31b24c47a2f69 -- CONFIGURE_COMMAND "" -- BUILD_COMMAND "" -- INSTALL_COMMAND "" --) -- --add_dependencies(${PROJECT_NAME} faustlibs) -- - if(WIN32) - target_link_libraries(${PROJECT_NAME} PRIVATE ws2_32) - endif() diff --git a/multimedia/ossia-score/pkg-plist b/multimedia/ossia-score/pkg-plist index 36a54c2083dd..2e0da37e6cf3 100644 --- a/multimedia/ossia-score/pkg-plist +++ b/multimedia/ossia-score/pkg-plist @@ -1,231 +1,3 @@ bin/ossia-score +bin/ossia-score-clappuppet bin/ossia-score-vstpuppet -include/highfive/H5Attribute.hpp -include/highfive/H5DataSet.hpp -include/highfive/H5DataSpace.hpp -include/highfive/H5DataType.hpp -include/highfive/H5Easy.hpp -include/highfive/H5Exception.hpp -include/highfive/H5File.hpp -include/highfive/H5Group.hpp -include/highfive/H5Object.hpp -include/highfive/H5PropertyList.hpp -include/highfive/H5Reference.hpp -include/highfive/H5Selection.hpp -include/highfive/H5Utility.hpp -include/highfive/H5Version.hpp -include/highfive/bits/H5Annotate_traits.hpp -include/highfive/bits/H5Annotate_traits_misc.hpp -include/highfive/bits/H5Attribute_misc.hpp -include/highfive/bits/H5Converter_misc.hpp -include/highfive/bits/H5DataSet_misc.hpp -include/highfive/bits/H5DataType_misc.hpp -include/highfive/bits/H5Dataspace_misc.hpp -include/highfive/bits/H5Exception_misc.hpp -include/highfive/bits/H5File_misc.hpp -include/highfive/bits/H5Friends.hpp -include/highfive/bits/H5Inspector_decl.hpp -include/highfive/bits/H5Inspector_misc.hpp -include/highfive/bits/H5Iterables_misc.hpp -include/highfive/bits/H5Node_traits.hpp -include/highfive/bits/H5Node_traits_misc.hpp -include/highfive/bits/H5Object_misc.hpp -include/highfive/bits/H5Path_traits.hpp -include/highfive/bits/H5Path_traits_misc.hpp -include/highfive/bits/H5PropertyList_misc.hpp -include/highfive/bits/H5ReadWrite_misc.hpp -include/highfive/bits/H5Reference_misc.hpp -include/highfive/bits/H5Selection_misc.hpp -include/highfive/bits/H5Slice_traits.hpp -include/highfive/bits/H5Slice_traits_misc.hpp -include/highfive/bits/H5Utils.hpp -include/highfive/bits/H5_definitions.hpp -include/highfive/bits/assert_compatible_spaces.hpp -include/highfive/bits/compute_total_size.hpp -include/highfive/bits/convert_size_vector.hpp -include/highfive/bits/h5_wrapper.hpp -include/highfive/bits/h5a_wrapper.hpp -include/highfive/bits/h5d_wrapper.hpp -include/highfive/bits/h5e_wrapper.hpp -include/highfive/bits/h5f_wrapper.hpp -include/highfive/bits/h5g_wrapper.hpp -include/highfive/bits/h5i_wrapper.hpp -include/highfive/bits/h5l_wrapper.hpp -include/highfive/bits/h5o_wrapper.hpp -include/highfive/bits/h5p_wrapper.hpp -include/highfive/bits/h5r_wrapper.hpp -include/highfive/bits/h5s_wrapper.hpp -include/highfive/bits/h5t_wrapper.hpp -include/highfive/bits/squeeze.hpp -include/highfive/bits/string_padding.hpp -include/highfive/boost.hpp -include/highfive/eigen.hpp -include/highfive/experimental/opencv.hpp -include/highfive/h5easy_bits/H5Easy_Eigen.hpp -include/highfive/h5easy_bits/H5Easy_misc.hpp -include/highfive/h5easy_bits/H5Easy_public.hpp -include/highfive/h5easy_bits/H5Easy_scalar.hpp -include/highfive/h5easy_bits/default_io_impl.hpp -include/highfive/half_float.hpp -include/highfive/highfive.hpp -include/highfive/span.hpp -include/highfive/xtensor.hpp -include/kfr/all.hpp -include/kfr/base.hpp -include/kfr/base/basic_expressions.hpp -include/kfr/base/conversion.hpp -include/kfr/base/endianness.hpp -include/kfr/base/expression.hpp -include/kfr/base/filter.hpp -include/kfr/base/fraction.hpp -include/kfr/base/generators.hpp -include/kfr/base/handle.hpp -include/kfr/base/impl/static_array.hpp -include/kfr/base/inline_vector.hpp -include/kfr/base/math_expressions.hpp -include/kfr/base/memory.hpp -include/kfr/base/npy.hpp -include/kfr/base/random.hpp -include/kfr/base/random_bits.hpp -include/kfr/base/reduce.hpp -include/kfr/base/shape.hpp -include/kfr/base/simd_expressions.hpp -include/kfr/base/small_buffer.hpp -include/kfr/base/state_holder.hpp -include/kfr/base/tensor.hpp -include/kfr/base/transpose.hpp -include/kfr/base/univector.hpp -include/kfr/capi.h -include/kfr/cident.h -include/kfr/cometa.hpp -include/kfr/cometa/array.hpp -include/kfr/cometa/cstring.hpp -include/kfr/cometa/ctti.hpp -include/kfr/cometa/function.hpp -include/kfr/cometa/memory.hpp -include/kfr/cometa/named_arg.hpp -include/kfr/cometa/numeric.hpp -include/kfr/cometa/range.hpp -include/kfr/cometa/result.hpp -include/kfr/cometa/string.hpp -include/kfr/cometa/tuple.hpp -include/kfr/config.h -include/kfr/dft.hpp -include/kfr/dft/cache.hpp -include/kfr/dft/convolution.hpp -include/kfr/dft/fft.hpp -include/kfr/dft/reference_dft.hpp -include/kfr/dsp.hpp -include/kfr/dsp/biquad.hpp -include/kfr/dsp/biquad_design.hpp -include/kfr/dsp/dcremove.hpp -include/kfr/dsp/delay.hpp -include/kfr/dsp/ebu.hpp -include/kfr/dsp/fir.hpp -include/kfr/dsp/fir_design.hpp -include/kfr/dsp/goertzel.hpp -include/kfr/dsp/iir.hpp -include/kfr/dsp/iir_design.hpp -include/kfr/dsp/mixdown.hpp -include/kfr/dsp/oscillators.hpp -include/kfr/dsp/sample_rate_conversion.hpp -include/kfr/dsp/speaker.hpp -include/kfr/dsp/special.hpp -include/kfr/dsp/units.hpp -include/kfr/dsp/waveshaper.hpp -include/kfr/dsp/weighting.hpp -include/kfr/dsp/window.hpp -include/kfr/except.hpp -include/kfr/io.hpp -include/kfr/io/audiofile.hpp -include/kfr/io/file.hpp -include/kfr/io/python_plot.hpp -include/kfr/io/tostring.hpp -include/kfr/kfr.h -include/kfr/math.hpp -include/kfr/math/asin_acos.hpp -include/kfr/math/atan.hpp -include/kfr/math/compiletime.hpp -include/kfr/math/complex_math.hpp -include/kfr/math/gamma.hpp -include/kfr/math/hyperbolic.hpp -include/kfr/math/impl/asin_acos.hpp -include/kfr/math/impl/atan.hpp -include/kfr/math/impl/gamma.hpp -include/kfr/math/impl/hyperbolic.hpp -include/kfr/math/impl/log_exp.hpp -include/kfr/math/impl/modzerobessel.hpp -include/kfr/math/impl/sin_cos.hpp -include/kfr/math/impl/sqrt.hpp -include/kfr/math/impl/tan.hpp -include/kfr/math/interpolation.hpp -include/kfr/math/log_exp.hpp -include/kfr/math/modzerobessel.hpp -include/kfr/math/sin_cos.hpp -include/kfr/math/sqrt.hpp -include/kfr/math/tan.hpp -include/kfr/multiarch.h -include/kfr/runtime.hpp -include/kfr/runtime/cpuid.hpp -include/kfr/runtime/cpuid_auto.hpp -include/kfr/simd.hpp -include/kfr/simd/abs.hpp -include/kfr/simd/clamp.hpp -include/kfr/simd/comparison.hpp -include/kfr/simd/complex.hpp -include/kfr/simd/complex_type.hpp -include/kfr/simd/constants.hpp -include/kfr/simd/digitreverse.hpp -include/kfr/simd/horizontal.hpp -include/kfr/simd/impl/abs.hpp -include/kfr/simd/impl/backend.hpp -include/kfr/simd/impl/backend_clang.hpp -include/kfr/simd/impl/backend_generic.hpp -include/kfr/simd/impl/basicoperators_clang.hpp -include/kfr/simd/impl/basicoperators_complex.hpp -include/kfr/simd/impl/basicoperators_generic.hpp -include/kfr/simd/impl/clamp.hpp -include/kfr/simd/impl/function.hpp -include/kfr/simd/impl/intrinsics.h -include/kfr/simd/impl/logical.hpp -include/kfr/simd/impl/min_max.hpp -include/kfr/simd/impl/operators.hpp -include/kfr/simd/impl/read_write.hpp -include/kfr/simd/impl/round.hpp -include/kfr/simd/impl/saturation.hpp -include/kfr/simd/impl/select.hpp -include/kfr/simd/impl/simd.hpp -include/kfr/simd/impl/specialconstants.hpp -include/kfr/simd/impl/specializations.hpp -include/kfr/simd/logical.hpp -include/kfr/simd/mask.hpp -include/kfr/simd/min_max.hpp -include/kfr/simd/operators.hpp -include/kfr/simd/platform.hpp -include/kfr/simd/read_write.hpp -include/kfr/simd/round.hpp -include/kfr/simd/saturation.hpp -include/kfr/simd/select.hpp -include/kfr/simd/shuffle.hpp -include/kfr/simd/sort.hpp -include/kfr/simd/types.hpp -include/kfr/simd/vec.hpp -include/kfr/testo/assert.hpp -include/kfr/testo/comparison.hpp -include/kfr/testo/console_colors.hpp -include/kfr/testo/double_double.hpp -include/kfr/testo/testo.hpp -include/kfr/version.hpp -include/score/score_git_info.hpp -include/score/score_licenses.hpp -include/score/score_static_plugins.hpp -lib/cmake/HighFive/HighFiveConfig.cmake -lib/cmake/HighFive/HighFiveConfigVersion.cmake -lib/cmake/HighFive/HighFiveTargets.cmake -lib/cmake/kfr/KFRConfig-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/kfr/KFRConfig.cmake -lib/cmake/kfr/KFRConfigVersion.cmake -lib/cmake/libartnet/artnet-exports-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/libartnet/artnet-exports.cmake -lib/libartnet.a -lib/libkfr_io.ahome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a46a34.3a8a6.5e3b091>
