Skip to content
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

Fix packaging the pcds env #2

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Fix packaging the pcds env #2

merged 1 commit into from
Mar 11, 2024

Conversation

mrakitin
Copy link
Contributor

The original build was missing the gcc compiler needed for the building of thriftpy2.
h/t @ZLLentz.

@mrakitin
Copy link
Contributor Author

Checked the diffs, they look reasonable:

$ diff env-py39.yml ~/Downloads/pcds-5.8.2.yml
4d3
<   - pcds-tag
826c825
<       - git+https://github.com/slaclab/flask_authnz@0.0.24
---
>       - flask-authnz==0.0.24
846c845
<       - git+https://github.com/pcdshub/pmps-ui.git@v1.1.0
---
>       - pmpsui==1.1.0
868c867
< prefix: /cds/home/z/zlentz/miniconda3/envs/pcds-5.8.2
---
> prefix: /opt/conda/envs/pcds-5.8.2

@mrakitin mrakitin linked an issue Mar 11, 2024 that may be closed by this pull request
@mrakitin mrakitin merged commit 25d029c into main Mar 11, 2024
1 check passed
@mrakitin mrakitin deleted the fix-pcds-env branch March 11, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate the environment
1 participant