Search Criteria
Package Details: waifu2x-converter-cpp 5.3.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/waifu2x-converter-cpp.git (read-only, click to copy) |
|---|---|
| Package Base: | waifu2x-converter-cpp |
| Description: | Image super-resolution for anime-style art |
| Upstream URL: | https://github.com/DeadSix27/waifu2x-converter-cpp |
| Licenses: | MIT |
| Submitter: | nfnty |
| Maintainer: | eclairevoyant |
| Last Packager: | eclairevoyant |
| Votes: | 22 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-02-04 00:23 (UTC) |
| Last Updated: | 2023-05-21 01:41 (UTC) |
Dependencies (5)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- opencv (opencv-cuda)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- opencl-headers (opencl-headers-gitAUR, adaptivecpp-gitAUR, adaptivecppAUR) (make)
Latest Comments
1 2 3 Next › Last »
jeisom commented on 2026-08-23 15:55 (UTC)
Could this line be added to the PKGBUILD? sm_52 is not available on Cuda 13 and therefore the PKGBUILD fails. I just added it to the build section, but paru/yay/etc will reset that.
sed -e s/sm_52/native/g -i waifu2x-converter-cpp/CMakeLists.txt
zomgugoff commented on 2025-09-27 15:58 (UTC)
Somehow, my GPU has become unsupported since I last built the package? Last I checked, the RTX4080 was still a pretty current model.
eclairevoyant commented on 2023-05-21 01:43 (UTC)
Adding random symlinks is unneccessary. If you update a dependency, just recompile this package. That's it.
idanka commented on 2022-10-16 21:58 (UTC) (edited on 2022-10-24 10:30 (UTC) by idanka)
waifu2x-converter-cpp --help
waifu2x-converter-cpp: error while loading shared libraries: libw2xc.so: cannot open shared object file: No such file or directory
Howto fix?
Solved: add symlink /usr/local/lib/libw2xc.so to /usr/lib/libw2xc.so
sandsmark commented on 2021-11-07 13:49 (UTC)
Needs a patch to fix build with latest gcc (it uses a reserved name):
thann commented on 2020-08-12 03:45 (UTC) (edited on 2020-08-12 03:45 (UTC) by thann)
RE:
'sm_xx' is not defined for option 'gpu-architecture'I just disabled cuda entirely and it compiled =]
by adding the cmake flag:
-DENABLE_CUDA=noJakeukalane commented on 2020-04-14 15:50 (UTC) (edited on 2020-04-14 15:51 (UTC) by Jakeukalane)
I needed to do:
sudo ln -s /usr/lib/libopencv_imgcodecs.so.4.3 /usr/lib/libopencv_imgcodecs.so.4.2
sudo ln -s /usr/lib/libopencv_imgproc.so.4.3 /usr/lib/libopencv_imgproc.so.4.2
sudo ln -s /usr/lib/libopencv_core.so.4.3 /usr/lib/libopencv_core.so.4.2
After updating opencv.
katt commented on 2019-05-01 11:20 (UTC)
Had to install
ocl-icdto be able to build, worked fine without until a day ago or so.tuqueque commented on 2019-03-18 15:31 (UTC)
(I posted this same thing on the https://github.com/nfnty/pkgbuilds site, just in case):
Hello, I'm trying to install waifu2x-converter-cpp in my Manjaro system and I get this error:
I don't know if it's somehow related with my version of CUDA intalled, I have 7.5 and I can't upgrade, 'cause my old nvidia card doesn't support newer versions.
Thank you in advance!
nfnty commented on 2019-01-01 17:58 (UTC)
@ax34 Looks like an upstream issue.
1 2 3 Next › Last »