The current PKGBUILD seems to be broken.
I get:
CMake Error: No source or binary directory provided.
This seems to be triggered by the cmake command in the PKGBUILD missing a directory as argument (i.e. ".").
(On some systems I also have problems with cmake not being able to identify the correct opencascade include directory. I'm still trying to figure out why it happens only occasionally, and why only on some systems.)
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.