Closed bieniekmateusz closed 3 years ago
Thanks for the workaround. I've seen this issue intermittently but it has never been fully reproducible for me. Normally I've seen it with a rebuild after making some edits, where the previous clean build worked. Usually trashing the environment and starting again solves things. When I get a chance, I'll update the docs with your workaround. (The problem never occurs in the Azure build, which passes without issue.)
Thanks, I agree. I don't recall having this issue when installing it on Ubuntu, or some of the clusters. It's only on Arch Linux I found this so far. Feel free to close.
I'm on Arch too, so I'm glad it's not just me. I assumed it was some weird Cmake caching issue. The paths are the same for the corelib and wrappers build, so it's really strange that it forgets where things are when building the wrappers. (I've even got CMake to print out the paths and they are correct.)
Closing since this appears to be a non-standard issue. Users can search the issues if they experience the same problem and we now have a documented workaround.
Hi there,
I used the compile_sire.sh script and on my computer it is having problems with finding the boost files. I had to manually set
export CPLUS_INCLUDE_PATH=...conda/include
in order to make it work.I am logging it here in case this if of use.