clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
522 stars 29 forks source link

rebuild boost for Python 3.12 #3134

Closed schiele closed 4 months ago

schiele commented 5 months ago

According to README.clear in the boost package, it should be rebuilt whenever a new major version of Python is introduced. With 3.12 this was done some time ago but boost was never rebuilt. As a result the library /usr/lib64/libboost_python311.so* no longer matches the Python version.

When working on the boost package please also consider https://github.com/clearlinux/distribution/issues/3115 as this points out another problem with the current boost package.

schiele commented 4 months ago

Thanks for the update!