-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove pyinstall #9
Comments
And use a config flag |
I've done some "research" on this and it seems harder than youd expected. We'll see if it happens. Regarding a |
You mean it is problematic to change the behavior of What about making the "post-build-and-pre-install" actions part of the build ( |
I think the big move would be to move the whole build system to |
We first need to get the core library to PyPI before it becomes a more urgent issue. |
I see. Well, maybe I can for now just "hack in" the system installation of |
That is more related to #10, with that fixed you could select which python to call which should solve your issue? |
In principle, yes. I need to check if it is possible to install in Python 3. Last time it failed, but that was ages ago. |
The code currently runs |
It seems moving to a full Allowing users to select what python version to install with is however preferable and I'll see what can be done. |
The CMake recipe has a |
|
We should change remove the custom
pyinstall
and instead use the built ininstall
found in CMake. This is used in our STIR clone.The text was updated successfully, but these errors were encountered: