Looks like an upstream bug at pacman level for me or I'm dumb. May be you can clarify or forward the bugreport.
Since ispc-git is currently broken, only ispc-bin satisfies the dependency for openimagedenoise-git.
So ispc-bin
provides ispc
with version 1.14.1-1
But yay and makepkg both report version mismatch:
yay -S openimagedenoise-git
-> Could not find all required packages:
ispc>=1.14 (Wanted by: openimagedenoise-git)
makepkg -si
error: target not found: ispc>=1.14
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> ispc>=1.14
==> ERROR: Could not resolve all dependencies.
But version check matches
vercmp 1.14 1.14.1
-1
# means second is greater
Thanks for help.
Pinned Comments
bartus commented on 2019-04-10 11:43 (UTC)
Please report
issues
andpatches
to oidn-git@github.com