Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jltsiren committed Jan 23, 2021
1 parent 65bbb2e commit ee3cc0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018, 2019 Jouni Siren
Copyright (c) 2018, 2019, 2021 Jouni Siren
Copyright (c) 2015, 2016, 2017 Genome Research Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
3 changes: 1 addition & 2 deletions benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(SDSL_DIR)/Make.helper

# Multithreading with OpenMP and libstdc++ Parallel Mode.
PARALLEL_FLAGS=-fopenmp -pthread
LIBS=-L$(LIB_DIR) -L$(GCSA_DIR) -lgcsa2 -lsdsl -ldivsufsort -ldivsufsort64
LIBS=-L$(LIB_DIR) ../libgcsa2.a -lsdsl -ldivsufsort -ldivsufsort64

ifeq ($(shell uname -s),Darwin)
# Our compiler might be clang that lacks -fopenmp support.
Expand Down Expand Up @@ -32,7 +32,6 @@ ifeq ($(shell uname -s),Darwin)
endif

CXX_FLAGS=$(MY_CXX_FLAGS) $(PARALLEL_FLAGS) $(MY_CXX_OPT_FLAGS) -I$(GCSA_DIR)/include -I$(INC_DIR)
LIBOBJS=algorithms.o dbg.o files.o gcsa.o internal.o lcp.o path_graph.o support.o utils.o
SOURCES=$(wildcard *.cpp)
OBJS=$(SOURCES:.cpp=.o)

Expand Down
2 changes: 1 addition & 1 deletion include/gcsa/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct Version
static void print(std::ostream& out, const std::string& tool_name, bool verbose = false, size_type new_lines = 2);

constexpr static size_type MAJOR_VERSION = 1;
constexpr static size_type MINOR_VERSION = 2;
constexpr static size_type MINOR_VERSION = 3;
constexpr static size_type PATCH_VERSION = 0;

constexpr static size_type GCSA_VERSION = 3;
Expand Down

0 comments on commit ee3cc0b

Please sign in to comment.