Skip to content

Commit 55f5b15

Browse files
committed
pixi: Make coverm a project so it can be a source package.
1 parent 64a42cc commit 55f5b15

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pixi.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ platforms = [
1111
"osx-64",
1212
"osx-arm64",
1313
]
14+
preview = ["pixi-build"] # make sure this is present
1415

1516
# Core dependencies that work across all platforms
1617
[dependencies]
@@ -27,3 +28,13 @@ extern = "*"
2728
bwa-mem2 = "*"
2829
dashing = ">=0.4.0,<1.0" # dashing 1.0 build gives illegal instruction errors
2930
strobealign = ">=0.14.0" # tests use a pregenerated v3 database
31+
32+
[package]
33+
name = "coverm"
34+
version = "0.1.0" # keep this in sync with [workspace].version
35+
36+
[package.build]
37+
backend = { name = "pixi-build-rattler-build", version = "0.3.*" }
38+
# optional, if you want to override channels for the backend; otherwise it’ll
39+
# reuse [workspace].channels, and pixi-build-rattler-build is on conda-forge anyway
40+
# channels = ["https://prefix.dev/conda-forge"]

0 commit comments

Comments
 (0)