Skip to content

Commit

Permalink
Updated Makefile.guix and bumped version to 0.6.6-pre1 because it sho…
Browse files Browse the repository at this point in the history
…uld 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.
  • Loading branch information
pjotrp committed Jan 28, 2017
1 parent bc94f33 commit 9aede92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.guix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ldc-version-info:
build-setup: htslib-static ldc-version-info # sambamba-files
mkdir -p build/

default debug release profile: $(OUT)
guix guix-debug default debug release profile: $(OUT)

# ---- Compile step
%.o: %.d
Expand Down
2 changes: 1 addition & 1 deletion utils/version_.d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module utils.version_;

immutable string VERSION = "0.6.5";
immutable string VERSION = "0.6.6-pre1";

import bio.sam.header;
import std.array : join;
Expand Down

0 comments on commit 9aede92

Please sign in to comment.