all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Python package with some rust dependency
@ 2024-02-12  1:49 Alexis Simon
  2024-02-12 23:29 ` Carlo Zancanaro
  0 siblings, 1 reply; 11+ messages in thread
From: Alexis Simon @ 2024-02-12  1:49 UTC (permalink / raw)
  To: help-guix

Hi,

I've been trying to package a science python software that mixes some 
C++ and rust dependencies.
https://github.com/molpopgen/fwdpy11

I'm stuck in how to handle this.
Going the pyproject-build-system way, the cargo part errors at accessing 
crates.io as would be expected, I guess I should probably patch the 
cargo.toml to use the local registry?

Going the cargo-build-system way, it errors probably because there's no 
rust crate at the root of the project.

Here is what I've tried so far
https://codeberg.org/alxsim/local-channel/src/branch/main/packages/fwdpy11.scm

Does anyone have pointers on how to handle the build of this packages?

Thanks,
Alexis


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-02-18  3:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12  1:49 Python package with some rust dependency Alexis Simon
2024-02-12 23:29 ` Carlo Zancanaro
2024-02-13 19:36   ` Alexis Simon
2024-02-13 21:46     ` Carlo Zancanaro
2024-02-13 21:55       ` Alexis Simon
2024-02-16  6:08         ` Alexis Simon
2024-02-17  0:02           ` Alexis Simon
2024-02-17 11:50             ` Carlo Zancanaro
2024-02-17 16:46               ` Alexis Simon
2024-02-17 19:25                 ` Alexis Simon
2024-02-18  3:03                 ` Carlo Zancanaro

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.