-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update feedstock to match PyNE conda build #83
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/meta.yaml:
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.08.05.15.28.08
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.08.05.15.28.08
As far as I can tell, this seems to be failing with the way that Notably, we used to explicitly call the python interpretter - maybe we should still?
|
recipe/build.sh
Outdated
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${PREFIX}/lib" | ||
${PYTHON} ${PREFIX}/bin/nuc_data_make | ||
cd ${HOME} | ||
nuc_data_make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is where things are failing right now. Not sure why and/or if we need to do it the old way?
I see you haven't yet updated the dependency list in the |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
|
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/pyne-feedstock/actions/runs/10290124810. |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/pyne-feedstock/actions/runs/10409812964. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Now that PyNE has a working conda build, this PR will update the PyNE feedstock so that the updated PyNE version can be installed from conda. Changes include:
source
to thedevelop
branch