IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 82a966c7 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

typo

parent df4eb48c
No related branches found
No related tags found
No related merge requests found
Pipeline #2882 passed
...@@ -95,8 +95,8 @@ endif ...@@ -95,8 +95,8 @@ endif
LDFLAGS += -lbz2 LDFLAGS += -lbz2
SOFLAGS += -lbz2 SOFLAGS += -lbz2
ifneq ("$(BZIP2_INCLUD_DIR)", "") ifneq ("$(BZIP2_INCLUDE_DIR)", "")
CXXFLAGS += -I${BZIP2_INCLUD_DIR} CXXFLAGS += -I${BZIP2_INCLUDE_DIR}
endif () endif ()
CXXFLAGS += -std=c++17 -I$(TABDIR)/readLib/externals/compress_stream/include CXXFLAGS += -std=c++17 -I$(TABDIR)/readLib/externals/compress_stream/include
......
  • Maintainer

    Thank you for catching this - this was annoying me this evening!

    Edited by Remy Prechelt
  • Owner

    Also thank you from me! If we had time, we should write a proper cmake build file for cxroot. The old archaic Makefile is going to make more problems.

  • Maintainer

    I think the main cause of this was ThirdParty/CMakeLists.txt. It always downloads the latest master branch of this repo. This breaks reproducibility of our git history since there is no easy way to get the version of cxroot that was in use at the time a commit was made i.e. this issue was causing my old branches that were working to fail.

    Ideally, once we are further along in development, we should think about explicitly versioning all of our dependencies (for cxroot, that would be with git tags).

    Edited by Remy Prechelt
  • Owner

    Yes, you are right. This is not a good idea.

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