IAP GITLAB

Skip to content
Snippets Groups Projects
Commit df4eb48c authored by ralfulrich's avatar ralfulrich
Browse files

bzlib include dir

parent c228d89b
No related branches found
No related tags found
No related merge requests found
Pipeline #2877 passed
......@@ -8,11 +8,6 @@ VER := 7.60
# system type and directory layout
SYSTEM := $(shell uname -s)
# set the NO_BOOST if you do not want to install libboost-iostreams to read gzip2-ed
# data files. Note: you have to decompress the files the yourself with gzip2 on the
# command line AND remove the ".bz2" ending in all the cfg/*.param files.
# NO_BOOST := 1
ifdef CONEXBINROOT
CONEX_PREFIX := $(CONEXBINROOT)
else
......@@ -100,6 +95,9 @@ endif
LDFLAGS += -lbz2
SOFLAGS += -lbz2
ifneq ("$(BZIP2_INCLUD_DIR)", "")
CXXFLAGS += -I${BZIP2_INCLUD_DIR}
endif ()
CXXFLAGS += -std=c++17 -I$(TABDIR)/readLib/externals/compress_stream/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment