(base) [kris@rackham3 WFA2-lib]$ echo $CC
/proj/snic2020-15-201/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc
(base) [kris@rackham3 WFA2-lib]$ /proj/snic2020-15-201/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc --version
x86_64-conda_cos6-linux-gnu-cc (crosstool-NG 1.23.0.449-a04d0) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
(base) [kris@rackham3 WFA2-lib]$ echo $CXX
/proj/snic2020-15-201/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++
(base) [kris@rackham3 WFA2-lib]$ /proj/snic2020-15-201/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++ --version
x86_64-conda_cos6-linux-gnu-g++ (crosstool-NG 1.23.0.449-a04d0) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
In case anyone stumbles upon the same installation error, I fixed it by adding
-lrt
to line 48 in theMakefile
asCompilers
Installation error message below (missing
-lrt
)