You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to replace the AUR binary PKGBUILD with a new built-from-source recipe. Linking to system libraries is an ArchLinux goal. Running cmake on git master results in:
Could not find a package configuration file provided by "SWIG" with any of
the following names:
SWIGConfig.cmake
swig-config.cmake
ArchLinux's swig package has never contained any CMake config files for several versions.
I am not in the least familiar with AUR binaries or whatever, so I can't really help more than that.
Is patching an option for these builds? If so, try to remove the CONFIG bit? Probably tweak the version too. I'm not 100% clear on why exactly we had to do that for swig, but I definitely remember it was needed because it kept picking the system SWIG instead of the conan provided one like we wanted.
Conan, when you run conan install is creating config files in your build directory to tweak a few things.
Out of convenience, I'm providing a zip that contains the conan generated files for the machine I'm on, so you can have a look.
I'm trying to replace the AUR binary PKGBUILD with a new built-from-source recipe. Linking to system libraries is an ArchLinux goal. Running cmake on git master results in:
ArchLinux's swig package has never contained any CMake config files for several versions.
Is Conan-SWIG nonstandard?
The text was updated successfully, but these errors were encountered: