Skip to content

Commit d6ecee6

Browse files
committed
Updated Makefile.guix and bumped version to 0.6.6-pre1 because it should fix the
Program received signal SIGSEGV, Segmentation fault. 0x00000000006a4254 in rt.sections_elf_shared.finiTLSRanges() () in biod#219 by updating Guix ldc runtime to 1.1.0.
1 parent 221f90f commit d6ecee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.guix

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ldc-version-info:
4040
build-setup: htslib-static ldc-version-info # sambamba-files
4141
mkdir -p build/
4242

43-
default debug release profile: $(OUT)
43+
guix guix-debug default debug release profile: $(OUT)
4444

4545
# ---- Compile step
4646
%.o: %.d

utils/version_.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module utils.version_;
22

3-
immutable string VERSION = "0.6.5";
3+
immutable string VERSION = "0.6.6-pre1";
44

55
import bio.sam.header;
66
import std.array : join;

0 commit comments

Comments
 (0)