diff options
-rw-r--r-- | libraries/openvino/README | 2 | ||||
-rw-r--r-- | libraries/openvino/openvino.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/openvino/README b/libraries/openvino/README index 5370ef436e..be1b885a9a 100644 --- a/libraries/openvino/README +++ b/libraries/openvino/README @@ -4,6 +4,6 @@ inference. Supported hardware: https://docs.openvino.ai/2024/about-openvino/system-requirements.html -The dependency oneTBB needs to be compiled with its optional +The dependency "tbb" needs to be compiled with its optional dependency hwloc, otherwise libtbbbind-2.5 is missing and openvino will fail to build. diff --git a/libraries/openvino/openvino.info b/libraries/openvino/openvino.info index 792ff36e19..3567d7ff6a 100644 --- a/libraries/openvino/openvino.info +++ b/libraries/openvino/openvino.info @@ -19,6 +19,6 @@ MD5SUM_x86_64="3d9d1aa5ab807761bfe6a8d896c17d18 \ aec402d3441bb8ecb9c8e75bab6cc102 \ 8217ab4ac4af784d7e8b029530c6ab5d \ 7fb5fa6217646e5146346e39d9aad6f9" -REQUIRES="oneTBB xbyak pugixml snappy pybind11 OpenCL-CLHPP" +REQUIRES="xbyak pugixml tbb snappy pybind11 OpenCL-CLHPP" MAINTAINER="Johannes Schoepfer" EMAIL="slackbuilds@schoepfer.info" |