Search Criteria
Package Details: realesrgan-ncnn-vulkan 0.2.0-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/realesrgan-ncnn-vulkan.git (read-only, click to copy) |
---|---|
Package Base: | realesrgan-ncnn-vulkan |
Description: | NCNN implementation of Real-ESRGAN |
Upstream URL: | https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan |
Keywords: | realesrgan realesrgan-ncnn |
Licenses: | MIT |
Conflicts: | realesrgan-ncnn-vulkan-bin |
Provides: | realesrgan-ncnn-vulkan |
Submitter: | HurricanePootis |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 4 |
Popularity: | 0.000014 |
First Submitted: | 2022-04-15 04:00 (UTC) |
Last Updated: | 2024-04-22 21:35 (UTC) |
Dependencies (7)
- libwebp (libwebp-gitAUR)
- ncnn (ncnn-gitAUR, sherpa-ncnnAUR)
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, swiftshader-gitAUR, amdvlk-debugAUR, nvidia-vulkan-utilsAUR, amdvlk-2023q3.3AUR, amdvlk-2021q2.5AUR, amdvlk-gitAUR, vulkan-nouveau-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, vulkan-amdgpu-pro-legacyAUR, amdvlk-binAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, nvidia-470xx-utilsAUR, amdonly-gaming-vulkan-radeon-gitAUR, amdonly-gaming-vulkan-swrast-gitAUR, vulkan-radeon-amd-bc250AUR, nvidia-550xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-utils-betaAUR, vulkan-amdgpu-proAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, amdvlk, nvidia-utils, vulkan-intel, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glslang (glslang-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
astro commented on 2024-04-22 16:50 (UTC)
problem with compilation :
-- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.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 CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Found Vulkan: /lib/libvulkan.so (found version "1.3.279") found components: glslc glslangValidator -- Found glslangValidator: /usr/bin/glslangValidator -- Using glslang install located at /usr/lib/cmake CMake Warning at /usr/lib/cmake/OSDependentTargets.cmake:2 (message): Using
OSDependentTargets.cmake
is deprecated: usefind_package(glslang)
to find glslang CMake targets. Call Stack (most recent call first): CMakeLists.txt:110 (include)CMake Error at /usr/lib/cmake/OSDependentTargets.cmake:8 (add_library): add_library cannot create ALIAS target "OSDependent" because target "glslang::OSDependent" does not already exist. Call Stack (most recent call first): CMakeLists.txt:110 (include)
CMake Error at CMakeLists.txt:111 (include): include could not find requested file:
/usr/lib/cmake/OGLCompilerTargets.cmake
CMake Warning at /usr/lib/cmake/glslangTargets.cmake:2 (message): Using
glslangTargets.cmake
is deprecated: usefind_package(glslang)
to find glslang CMake targets. Call Stack (most recent call first): CMakeLists.txt:116 (include)CMake Error at /usr/lib/cmake/glslangTargets.cmake:12 (add_library): add_library cannot create ALIAS target "MachineIndependent" because target "glslang::MachineIndependent" does not already exist. Call Stack (most recent call first): CMakeLists.txt:116 (include)
CMake Error at /usr/lib/cmake/glslangTargets.cmake:13 (add_library): add_library cannot create ALIAS target "GenericCodeGen" because target "glslang::GenericCodeGen" does not already exist. Call Stack (most recent call first): CMakeLists.txt:116 (include)
CMake Warning at /usr/lib/cmake/SPIRVTargets.cmake:2 (message): Using
SPIRVTargets.cmake
is deprecated: usefind_package(glslang)
to find glslang CMake targets. Call Stack (most recent call first): CMakeLists.txt:117 (include)-- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found WebP: /usr/include -- Configuring incomplete, errors occurred!
rien333 commented on 2024-03-30 13:03 (UTC) (edited on 2024-03-30 13:15 (UTC) by rien333)
@q234rty I'm bringing this issue to light upstream, hopefully that will help us.
EDIT
Seems to have already been reported two years ago:
https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan/issues/22
Since there has been zero activity since, I'm guessing this project might be practically death?
q234rty commented on 2024-03-17 09:34 (UTC)
This patch makes the package build and work for me:
Though I have no idea what this piece of code were supposed to do...
ginnokami commented on 2024-02-29 23:04 (UTC)
I am having issues compiling this package in a chroot using paru. Below is is the cmake log that errors:
aliu commented on 2023-09-15 01:11 (UTC)
Shouldn't the pkgver be 0.2.5?
HurricanePootis commented on 2022-09-21 00:14 (UTC)
@Pheidologeton That is
Real-ESRGAN
, notReal-ESRGAN-ncnn-vulkan
.Real-ESRGAN-ncnn-vulkan
lives here, and still hasn't been updated forReal-ESRGAN
v0.3.0. Therefore, this package is up-to-date withReal-ESRGAN-ncnn-vulkan
.