Skip to content

Install libabc-pic.so, now needed by libstp.so#509

Draft
ccadar wants to merge 1 commit into
stp:masterfrom
ccadar:build
Draft

Install libabc-pic.so, now needed by libstp.so#509
ccadar wants to merge 1 commit into
stp:masterfrom
ccadar:build

Conversation

@ccadar
Copy link
Copy Markdown
Contributor

@ccadar ccadar commented Oct 24, 2025

This PR aims to install libabc-pic.so.

The issue arises when one tries to install STP in a different directory than the one where it was built. More concretely, it follows the instructions from the README file, but instead of:
cmake ..
it runs:
cmake .. -DCMAKE_INSTALL_PREFIX=pwd/install

In this case, the install step does NOT copy the needed libabc-pic.so.

@ccadar ccadar marked this pull request as draft October 24, 2025 10:23
@rgov
Copy link
Copy Markdown
Member

rgov commented Oct 24, 2025

Related to #510. cc @nindanaoto

@ccadar
Copy link
Copy Markdown
Contributor Author

ccadar commented Oct 24, 2025

Thanks, @rgov @nindanaoto

This PR is unfortunately not sufficient; it copies libabc-pic.so in the install directory, but the linking is still broken.

I've made some progress toward this but still not ready for a full PR; one stumbling block was an issue in abc's build system which I fixed here: berkeley-abc/abc#448

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.

libabc-pic.so not handled correctly

2 participants