Skip to content

Building with Miniconda #773

Answered by Czaki
benjaminrwilson asked this question in Q&A
Jul 21, 2021 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Is there any downside to using conda for dependency management during the build process (e.g., github.com/marketplace/actions/setup-miniconda)? I've previously tried using system-level package management such as apt, brew, and choco for various platforms, but I found that the install locations weren't consistent.

For macos both conda and brew are bad sources. Both could provide libraries compiled against the current macOS version (this one from host runner), not targeted one.

apt, brew, and choco are great for install the build tools but I suggest build libraries from the source.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@henryiii
Comment options

@benjaminrwilson
Comment options

Answer selected by benjaminrwilson
Comment options

You must be logged in to vote
1 reply
@benjaminrwilson
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants