Skip to content

Build: autodetect Boost.Python version (fix boost_python312 hard-coding)#18

Open
siju-felsite wants to merge 1 commit into
ChairImpSec:mainfrom
siju-felsite:patch-1
Open

Build: autodetect Boost.Python version (fix boost_python312 hard-coding)#18
siju-felsite wants to merge 1 commit into
ChairImpSec:mainfrom
siju-felsite:patch-1

Conversation

@siju-felsite

Copy link
Copy Markdown

Hard-coding -lboost_python312 fails to link on hosts whose Boost.Python targets a different Python 3 minor version. Detect the active Python's major.minor and link boost_python accordingly. No behavioural change; verified by building and running the AES_Sbox_DOM_d1 example on Python 3.12.

Hard-coding -lboost_python312 fails to link on hosts whose Boost.Python targets a different Python 3 minor version. Detect the active Python's major.minor and link boost_python<ver> accordingly. No behavioural change; verified by building and running the AES_Sbox_DOM_d1 example on Python 3.12.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant