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

Python modules are not installed with cmake #593

Closed
antonio-rojas opened this issue Oct 20, 2019 · 1 comment
Closed

Python modules are not installed with cmake #593

antonio-rojas opened this issue Oct 20, 2019 · 1 comment
Labels
Needs Discussion To be discussed in the technical steering committee
Milestone

Comments

@antonio-rojas
Copy link
Contributor

When building pyilmbase with cmake, python modules are built but never installed, one has to install them manually afterwards.

@cary-ilm cary-ilm added the Needs Discussion To be discussed in the technical steering committee label Oct 24, 2019
@cary-ilm
Copy link
Member

Related to #592, @kdt3rd will investigate.

kdt3rd added a commit to kdt3rd/openexr that referenced this issue Nov 5, 2019
…nstall

The PyIlmBase install logic was incomplete in cmake. This fixes this:
- computes a relative path from the python paths that can then be used
with CMAKE_INSTALL_PREFIX to install python modules to an appropriate
location (can be manually configured as well, install docs updated)
- Fixes AcademySoftwareFoundation#604, pyilmbaseconfig was also not being installed properly

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
@kdt3rd kdt3rd closed this as completed in 599e521 Nov 7, 2019
kdt3rd added a commit that referenced this issue Nov 8, 2019
The PyIlmBase install logic was incomplete in cmake. This fixes this:
- computes a relative path from the python paths that can then be used
with CMAKE_INSTALL_PREFIX to install python modules to an appropriate
location (can be manually configured as well, install docs updated)
- Fixes #604, pyilmbaseconfig was also not being installed properly

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
@cary-ilm cary-ilm added this to the v2.5.0 milestone Apr 27, 2020
DominicJacksonBFX pushed a commit to boris-fx/mocha-openexr that referenced this issue Jun 22, 2022
…nstall

The PyIlmBase install logic was incomplete in cmake. This fixes this:
- computes a relative path from the python paths that can then be used
with CMAKE_INSTALL_PREFIX to install python modules to an appropriate
location (can be manually configured as well, install docs updated)
- Fixes AcademySoftwareFoundation#604, pyilmbaseconfig was also not being installed properly

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Discussion To be discussed in the technical steering committee
Projects
None yet
Development

No branches or pull requests

3 participants