Package Details: intel-npu-compiler 2025.44rc1-1

Git Clone URL: https://aur.archlinux.org/intel-npu-compiler.git (read-only, click to copy)
Package Base: intel-npu-compiler
Description: Intel Neural Processing Unit (NPU) compiler
Upstream URL: https://github.com/openvinotoolkit/npu_compiler/
Licenses: Apache-2.0
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 3
Popularity: 0.020674
First Submitted: 2025-01-04 23:23 (UTC)
Last Updated: 2025-11-25 18:15 (UTC)

Sources (38)

Pinned Comments

dbermond commented on 2025-01-04 23:29 (UTC) (edited on 2025-01-05 04:00 (UTC) by dbermond)

  • Important notice:

Upstream recommends a minimum of 32GB of RAM for building.

If you get the error "c++: fatal error: Killed signal terminated program cc1plus", upstream recommends to decrease the number of building threads. You will need to manually modify the PKGBUILD for this, and add a '--parallel <n>' option at the end of the cmake build command.

Latest Comments

atleeit commented on 2025-11-09 05:34 (UTC) (edited on 2025-11-09 06:15 (UTC) by atleeit)

Until the dev fixes it with a explicit regex capable but i've tried so many and they all failed so I used the magic wildcard, edit "src/openvino/cmake/developer_package/ncc_naming_style/openvino.style" FunctionTemplate: '^.*$' << this will accept anything. It will build successfully after that change, it does require abit of system resources, but I modified the PKGBUILD with --parallel 8, even though I have 22 cores, still takes 1+hr to build.

Error: "<deduction guide for VariantVisitor>(Ts...)" does not match "^(operator.+|[\w]+|SoPtr.+|Impl<.*>)$" associated with FunctionTemplate'

I think "<deduction guide for VariantVisitor>" is coming from further up the build chain, maybe a script, or config file included, that isn't escaped properly.

tocer commented on 2025-10-08 05:07 (UTC)

==> Starting build()... -- The C compiler identification is GNU 15.2.1 -- The CXX compiler identification is GNU 15.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test OPENVINO_STDLIB_GNU -- Performing Test OPENVINO_STDLIB_GNU - Success -- Performing Test OPENVINO_GLIBC_MUSL -- Performing Test OPENVINO_GLIBC_MUSL - Failed CMake Error at cmake/developer_package/version.cmake:103 (message): OpenVINO_VERSION_MAJOR parsed from CI_BUILD_NUMBER () and from openvino/core/version.hpp (2025) are different Call Stack (most recent call first): cmake/developer_package/version.cmake:113 (ov_compare_version_with_headers) cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:32 (ov_parse_ci_build_number) cmake/developer_package/OpenVINODeveloperScriptsConfig.cmake:48 (ov_set_ci_build_number) CMakeLists.txt:44 (find_package)

-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... -> error making: intel-npu-compiler-exit status 4 -> Failed to install the following packages. Manual intervention is required: intel-npu-compiler - exit status 4

Does anyone know how to resolve?

qoppzvrbcqjqqlbn commented on 2025-07-14 08:15 (UTC)

I have been getting this error while compiling for several months now:

'.cache/yay/intel-npu-compiler/src/openvino/src/common/util/include//openvino/util/variant_visitor.hpp:14:1: "<deduction guide for VariantVisitor>(Ts...)" does not match "^(operator.+|[\w]+|SoPtr.+|Impl<.*>)$" associated with FunctionTemplate'

Does anyone know how to resolve?

dbermond commented on 2025-01-04 23:29 (UTC) (edited on 2025-01-05 04:00 (UTC) by dbermond)

  • Important notice:

Upstream recommends a minimum of 32GB of RAM for building.

If you get the error "c++: fatal error: Killed signal terminated program cc1plus", upstream recommends to decrease the number of building threads. You will need to manually modify the PKGBUILD for this, and add a '--parallel <n>' option at the end of the cmake build command.