Package Details: vapoursynth-plugin-wnnm-git 57.6d476bd-2

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-wnnm-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-wnnm-git
Description: Plugin for Vapoursynth: wnnm (GIT Version)
Upstream URL: https://github.com/WolframRhodium/VapourSynth-WNNM
Licenses: MIT
Conflicts: vapoursynth-plugin-wnnm
Provides: vapoursynth-plugin-wnnm
Submitter: jholmer
Maintainer: jholmer
Last Packager: jholmer
Votes: 0
Popularity: 0.000000
First Submitted: 2022-05-25 15:09 (UTC)
Last Updated: 2025-10-20 12:07 (UTC)

Required by (2)

Sources (2)

Latest Comments

jholmer commented on 2025-10-20 12:04 (UTC)

Okay, should be fixed now.

jholmer commented on 2025-10-20 11:56 (UTC)

It seems like when this package was created (2022) the intel-oneapi-mkl package didn't work, so it had to be manually installed as part of this package via pip. Unfortunately that workaround seems to be broken now. I'll have to reinvestigate if that package actually works properly now so we can avoid using this pip-dependent workaround.

itsshash commented on 2025-10-19 21:03 (UTC)

I don't think python-pip is required for this package compilation, doesn't need to be a dependency

PublicUsername commented on 2023-11-11 21:22 (UTC) (edited on 2024-01-03 11:24 (UTC) by PublicUsername)

Worked for me by installing intel-oneapi-basekit and then running "export CMAKE_PREFIX_PATH=/opt/intel/oneapi/mkl/latest:$CMAKE_PREFIX_PATH" before installing/building it.

dreieck commented on 2023-02-14 15:35 (UTC)

I also get the error in prepare():

==> Starting prepare()...
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: mkl-static in /home/[...]/.local/lib/python3.10/site-packages (2023.0.0)
Requirement already satisfied: tbb==2021.* in /home/[...]/.local/lib/python3.10/site-packages (from mkl-static) (2021.8.0)
Requirement already satisfied: intel-openmp==2023.* in /home/[...]/.local/lib/python3.10/site-packages (from mkl-static) (2023.0.0)
Requirement already satisfied: mkl-include==2023.0.0 in /home/[...]/.local/lib/python3.10/site-packages (from mkl-static) (2023.0.0)
Archive:  ../vectorclass.zip
a0a33986fb1fe8a5b7844e8a1b1f197ce19af35d
   creating: version2-2.01.04/
  inflating: version2-2.01.04/LICENSE  
  inflating: version2-2.01.04/README.md  
  inflating: version2-2.01.04/changelog.txt  
  inflating: version2-2.01.04/dispatch_example1.cpp  
  inflating: version2-2.01.04/dispatch_example2.cpp  
  inflating: version2-2.01.04/instrset.h  
  inflating: version2-2.01.04/instrset_detect.cpp  
  inflating: version2-2.01.04/vector_convert.h  
  inflating: version2-2.01.04/vectorclass.h  
  inflating: version2-2.01.04/vectorf128.h  
  inflating: version2-2.01.04/vectorf256.h  
  inflating: version2-2.01.04/vectorf256e.h  
  inflating: version2-2.01.04/vectorf512.h  
  inflating: version2-2.01.04/vectorf512e.h  
  inflating: version2-2.01.04/vectori128.h  
  inflating: version2-2.01.04/vectori256.h  
  inflating: version2-2.01.04/vectori256e.h  
  inflating: version2-2.01.04/vectori512.h  
  inflating: version2-2.01.04/vectori512e.h  
  inflating: version2-2.01.04/vectori512s.h  
  inflating: version2-2.01.04/vectori512se.h  
  inflating: version2-2.01.04/vectormath_common.h  
  inflating: version2-2.01.04/vectormath_exp.h  
  inflating: version2-2.01.04/vectormath_hyp.h  
  inflating: version2-2.01.04/vectormath_lib.h  
  inflating: version2-2.01.04/vectormath_trig.h  
-- The CXX compiler identification is GNU 12.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:7 (find_package):
  Could not find a package configuration file provided by "MKL" with any of
  the following names:

    MKLConfig.cmake
    mkl-config.cmake

  Add the installation prefix of "MKL" to CMAKE_PREFIX_PATH or set "MKL_DIR"
  to a directory containing one of the above files.  If "MKL" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also "/home/[...]/.cache/yay/vapoursynth-plugin-wnnm-git/src/wnnm/build/CMakeFiles/CMakeOutput.log".
-- Cache values
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
CMAKE_AR:FILEPATH=/usr/bin/ar
CMAKE_BUILD_TYPE:STRING=Release
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
CMAKE_CXX_FLAGS:STRING=-Wall  -mfma -ffast-math
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
CMAKE_EXE_LINKER_FLAGS:STRING=
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
CMAKE_INSTALL_PREFIX:PATH=/usr/local
CMAKE_LINKER:FILEPATH=/usr/bin/ld
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja
CMAKE_MODULE_LINKER_FLAGS:STRING=
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_NM:FILEPATH=/usr/bin/nm
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
CMAKE_READELF:FILEPATH=/usr/bin/readelf
CMAKE_SHARED_LINKER_FLAGS:STRING=
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
CMAKE_SKIP_RPATH:BOOL=NO
CMAKE_STATIC_LINKER_FLAGS:STRING=
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_STRIP:FILEPATH=/usr/bin/strip
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
MKL_DIR:PATH=MKL_DIR-NOTFOUND
VCL_HOME:PATH=/home/[...]/.cache/yay/vapoursynth-plugin-wnnm-git/src/wnnm/vectorclass
==> ERROR: A failure occurred in prepare().

Regards!

Win8Error commented on 2022-10-15 20:39 (UTC)

Build failed:

-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:7 (find_package):
  Could not find a package configuration file provided by "MKL" with any of
  the following names:

    MKLConfig.cmake
    mkl-config.cmake

  Add the installation prefix of "MKL" to CMAKE_PREFIX_PATH or set "MKL_DIR"
  to a directory containing one of the above files.  If "MKL" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also "/build/vapoursynth-plugin-wnnm-git/src/wnnm/build/CMakeFiles/CMakeOutput.log".
-- Cache values
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
CMAKE_AR:FILEPATH=/usr/bin/ar
CMAKE_BUILD_TYPE:STRING=Release