Dependences and Conda Packages #952
Unanswered
petrasvestartas
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Like with any compiled program or extension: you have separate binaries for different systems. I'm currently maintaining one package, but without deeper understanding of how the conda infra works, so won't give it as an example. You can find many examples searching for "nanobind" in recipe/meta.yaml files, in org:conda-forge. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do you distribute packages in Conda using nanobind?
Why I ask this question:
Nanobind is using CMakeLists it means you can download all the source code as C++ and compile instantly.
But it compiles just for your current computer architecture.
What is your experience to distribute packages over multiple architectures: win, mac, linux?
Beta Was this translation helpful? Give feedback.
All reactions