-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Package layout #12
Comments
cc @adibbley |
Where would executables like |
They can be in |
Where would activation scripts live? Currently we are using an activation script to provide environment variables that help What does the top level |
Can you post what env variable changes are needed with the this proposal to get CMake to work as well @isuruf? |
The split of |
Same as now.
Depends on if you want the activation script to be a part or not. This will only be a user facing package and not used by conda-build at all.
No env variable changes except
Really? There are pacakges that include |
Yeah the current NVVM path is used by Numba |
I was primarily basing this on what the cuda toolkit cross compilation packages like
So |
I've started to draft PR #13 following the proposal here. A few followup questions:
|
What do you want |
Ideally |
Do you also want the activation scripts in it or not? |
I would think so, although I'm not tied to that if there is a better place for them. |
I mean, do you want |
There is a suggestion to put them in |
Just seeing the edits to the OP here. Following this, can activation scripts be directly in Alternatively, would it work to rename the above
|
We could. I was thinking some people might prefer to use cuda-nvcc without the activation scripts.
Sure, that would work as well. Then people who prefer to use cuda-nvcc without activation scripts can just use |
Great. In that case, does it make sense to split the feedstock as:
|
Makes sense. |
Opened conda-forge/staged-recipes#22802 to match this |
Comment:
Just a suggestion to make cross-compilation work
cc @robertmaynard, @jakirkham, @conda-forge/core
The text was updated successfully, but these errors were encountered: