@jude7733 fixed.
Search Criteria
Package Details: intel-npu-compiler-git 2025.12rc2.r2.g240a527-2
Package Actions
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) |
Dependencies (11)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- onetbb
- pugixml (pugixml-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (4)
- intel-npu-driver (requires intel-npu-compiler) (optional)
- intel-npu-driver-git (requires intel-npu-compiler) (optional)
- openvino-intel-npu-plugin (requires intel-npu-compiler)
- openvino-intel-npu-plugin-git (requires intel-npu-compiler)
Sources (36)
- 010-intel-npu-compiler-llvm-disable-atomic-check.patch
- 010-openvino-disable-werror.patch
- 020-intel-npu-compiler-disable-werror.patch
- 020-openvino-level-zero-disable-werror.patch
- 030-intel-npu-compiler-fix-install.patch
- git+https://github.com/ARM-software/ComputeLibrary.git
- git+https://github.com/gflags/gflags.git
- git+https://github.com/google/flatbuffers.git
- git+https://github.com/google/gtest-parallel.git
- git+https://github.com/herumi/xbyak.git
- git+https://github.com/intel/ittapi.git
- git+https://github.com/intel/level-zero-npu-extensions.git
- git+https://github.com/intel/linux-npu-driver.git
- git+https://github.com/intel/npu-nn-cost-model.git
- git+https://github.com/intel/npu-plugin-llvm.git
- git+https://github.com/jbeder/yaml-cpp.git
- git+https://github.com/KhronosGroup/OpenCL-CLHPP.git
- git+https://github.com/KhronosGroup/OpenCL-Headers.git
- git+https://github.com/KhronosGroup/OpenCL-ICD-Loader.git
- git+https://github.com/libxsmm/libxsmm.git
- git+https://github.com/madler/zlib.git
- git+https://github.com/nithinn/ncc.git
- git+https://github.com/nlohmann/json.git
- git+https://github.com/oneapi-src/level-zero.git
- git+https://github.com/oneapi-src/oneDNN.git
- git+https://github.com/onnx/onnx.git
- git+https://github.com/openvinotoolkit/mlas.git
- git+https://github.com/openvinotoolkit/npu_compiler.git
- git+https://github.com/openvinotoolkit/npu_plugin_elf.git
- git+https://github.com/openvinotoolkit/openvino.git
- git+https://github.com/openvinotoolkit/shl.git
- git+https://github.com/openvinotoolkit/telemetry.git
- git+https://github.com/protocolbuffers/protobuf.git
- git+https://github.com/pybind/pybind11.git
- googletest-openvinotoolkit
- oneDNN-openvinotoolkit
Latest Comments
dbermond commented on 2025-04-14 00:35 (UTC)
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.
Pinned Comments
dbermond commented on 2025-01-04 23:30 (UTC) (edited on 2025-01-05 04:00 (UTC) by dbermond)
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.