Closed maciejmotyka closed 5 years ago
We have tested this on a number of operating systems and compilers and this runs with no errors. What compiler version are you using and which operating system?
I'm on Ubuntu MATE 19.10. Compiler is g++ (Ubuntu 9.2.1-9ubuntu2) 9.2.1 20191008
pre-install.sh
finishes without errors, but returns quite a lot of warnings. pre-install.sh.log
The compilation command is g++ -g -fopenmp -D_USE_OMP -msse4.2 -O3 -fomit-frame-pointer -funroll-loops -c -std=c++11 -I ./ -I ./libsdsl/include/ -L ./libsdsl/lib/ -lsdsl -ldivsufsort -ldivsufsort64 -Wl,-rpath=/home/lejno/MARS/libsdsl/lib
and it returns warnings for nj.cc
, progAlignment.cc
and bb.cc
, but no errors. make.log
clang
, should I just substitute g++
with clang++
in
my Makefile or it's more than this?Please try to pull the new changes and let me know if you still get any errors.
Works now. Thanks! FYI:
/data/10.gappy.output.fasta
- not sure if it was intended
Similar to #4 but occurs at later stage of the algorythm. Repo cloned on 30 Oct 2019. Make finished successfully.