Conversation
This comment was marked as resolved.
This comment was marked as resolved.
3e39aa1 to
5e1ca4a
Compare
| option (BUILD_PYTHON_WRAPPER "Build Python Wrapper" ON) | ||
|
|
||
| if (BUILD_PYTHON_WRAPPER) | ||
| find_package(PythonInterp REQUIRED) |
There was a problem hiding this comment.
Perhaps not, given that I can't find any usages of BUILD_PYTHON_WRAPPER(:BOOL)=OFF on GitHub.
Would probably remove it in a different PR though.
paskino
left a comment
There was a problem hiding this comment.
Does conda set PKG_VERSION to the git tag?
https://docs.conda.io/projects/conda-build/en/latest/user-guide/environment-variables.html
|
|
| extra_args="" | ||
| fi | ||
|
|
||
| export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL="${PKG_VERSION}" |
There was a problem hiding this comment.
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CIL
What is this for? and is PKG_VERSION set somewhere or is it a manual step? Currently it gets the version from git, I think historically CIL_VERSION had to be set - and maybe still is in some other repos.
- work-around for pypa/setuptools-scm#1059
Delete all the cruft! Oh and fix #1873.
setup.py(part of upgrade build framework #1875)Wrappers/Python/CMakesetuptools_scmto generateversion.pymisc
[email protected]notes
incidentally you can already do
pip install git+https://github.com/TomographicImaging/CIL@pyprojectthough for now it won't buildlibcilacc... will do that later in #1875