Feature request #10307
cmake find-python machinery cannot find python on Debian with MultiArch
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Build/Install | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 18732 |
Description
Running Debian Testing with Multiarch option (eg needed for Skype....)
https://wiki.debian.org/Multiarch/HOWTO
This means that my libpython2.7.so is in
/usr/lib/x86_64-linux-gnu/libpython2.7.so
and not in
/usr/lib
Not sure if this is Debian specific, but (though not trivial for me, I tried) it seems doable to add this
/usr/lib/i386-linux-gnu and /usr/lib/x86_64-linux-gnu/ to some search path?
(I manage anyway, because I know and add as a var in cmake. but...)
History
#1 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No