Package Details: intel-npu-compiler-git 2025.12rc2.r2.g240a527-2

Git Clone URL: https://aur.archlinux.org/intel-npu-compiler-git.git (read-only, click to copy)
Package Base: intel-npu-compiler-git
Description: Intel Neural Processing Unit (NPU) compiler (git version)
Upstream URL: https://github.com/openvinotoolkit/npu_compiler/
Licenses: Apache-2.0
Conflicts: intel-npu-compiler
Provides: intel-npu-compiler
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 0
Popularity: 0.000000
First Submitted: 2025-01-04 23:23 (UTC)
Last Updated: 2025-04-14 00:34 (UTC)

Required by (4)

Sources (36)

Pinned Comments

dbermond commented on 2025-01-04 23:30 (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

dbermond commented on 2025-04-14 00:35 (UTC)

@jude7733 fixed.

jude7733 commented on 2025-04-13 12:20 (UTC) (edited on 2025-04-13 12:20 (UTC) by jude7733)

CMake Error at /home/jude/.cache/yay/intel-npu-compiler-git/src/npu_compiler/thirdparty/flatbuffers/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

How to fix this?

dbermond commented on 2025-01-04 23:30 (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.