Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing install command for the python package #45

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

andrsd
Copy link
Owner

@andrsd andrsd commented Oct 26, 2023

This fixes the problem when building a conda package. The Python3_SITELIB
variable has value from the BUILD environemnt, but we need to be using
HOST environment. This way we use CMAKE_INSTALL_PREFIX which has the right
value.

This fixes the problem when building a conda package. The Python3_SITELIB
variable has value from the BUILD environemnt, but we need to be using
HOST environment. This way we use CMAKE_INSTALL_PREFIX which has the right
value.
@andrsd andrsd added the bug-fix PR fixing a bug label Oct 26, 2023
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9d55c51) 97.55% compared to head (8968461) 97.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #45   +/-   ##
=======================================
  Coverage   97.55%   97.55%           
=======================================
  Files          29       29           
  Lines        2046     2046           
=======================================
  Hits         1996     1996           
  Misses         50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrsd andrsd merged commit 8e27607 into main Oct 26, 2023
6 checks passed
@andrsd andrsd deleted the fix-py-install branch October 26, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix PR fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant