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

Add git and compilers to dev-dependencies.yml #49

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

ngoldbaum
Copy link
Collaborator

With these changes I'm able to build csp on a freshly installed centos-7 image using miniforge.

ping @robambalu. I think the issues you were running into were related to mixing conda's g++ and the system gcc, I bet building will work if you start with a clean environment including the compilers like in this PR. It turns out conda build is unnecessary as long as the conda-forge compilers appear first in your PATH.

Signed-off-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
@timkpaine timkpaine merged commit b473c4f into main Feb 8, 2024
11 checks passed
@timkpaine timkpaine deleted the njg/env-fixes branch February 8, 2024 14:05
@timkpaine timkpaine added part: dependencies PRs that update a dependency file part: build Issues and PRs related to the build process labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part: build Issues and PRs related to the build process part: dependencies PRs that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants