speedseq
speedseq copied to clipboard
CNVnator-multi cannot compile with ROOT Release 6
Cint is no longer shipped with ROOT Release 6 (https://root.cern.ch/cint).
I tried the standalone CNVnator but it seems only generate a cnvnator binary. What's the difference between these two redistribution and any hope on fixing the -lCint issue? It seems the in-source version of CNVnator has lagged out a lot and not actively maintained.
I tried to compile cnvnator-multi with the standalone cint and succeeded.
Two fixes should be applied to the Makefile to make it work on my CentOS 7:
LIBS = -lz -lreadline
CXX = g++ $(ROOTFLAGS) -DCNVNATOR_VERSION="$(VERSION)" -std=c++11