Skip to content

Commit 893135e

Browse files
committed
d4 build
1 parent a7faf1c commit 893135e

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ jobs:
7272
#export HTSLIB=system
7373
git clone https://github.com/38/d4-format
7474
cd d4-format
75-
cargo build --release --all-features
76-
cd d4binding/ && cargo build --release && cd ..
77-
sudo cp ../d4-format/target/release/libd4binding.* /usr/local/lib
78-
sudo cp ./d4binding/include/d4.h /usr/local/include/
75+
cargo build --release --all-features --package=d4binding
76+
sudo cp target/release/libd4binding.* /usr/local/lib
77+
sudo cp d4binding/include/d4.h /usr/local/include/
7978
sudo ldconfig || true
8079
8180

mosdepth.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77

88
# Dependencies
99

10-
requires "hts >= 0.3.21", "docopt >= 0.6.8", "nim >= 1.0.0", "https://github.com/brentp/d4-nim"
10+
requires "hts >= 0.3.21", "docopt >= 0.6.8", "nim >= 1.0.0", "https://github.com/brentp/d4-nim >= 0.0.3"
1111

1212
bin = @["mosdepth"]
1313
skipDirs = @["tests"]

0 commit comments

Comments
 (0)