You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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)
- FixesAcademySoftwareFoundation#604, pyilmbaseconfig was also not being installed properly
Signed-off-by: Kimball Thurston <[email protected]>
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 <[email protected]>
…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)
- FixesAcademySoftwareFoundation#604, pyilmbaseconfig was also not being installed properly
Signed-off-by: Kimball Thurston <[email protected]>
When building pyilmbase with cmake, python modules are built but never installed, one has to install them manually afterwards.
The text was updated successfully, but these errors were encountered: