Entering edit mode
9.4 years ago
solarese
•
0
Hi,
I am trying to compile ABYSS 1.9.0 using Boost 1.55 for intel servers.
I have tried to configure using
./configure --prefix=/myhome/mybin/abyss-1.9.0/bin CPPFLAGS="-I/myhome1/mybin/sparsehash-2.0.2/include -L/opt/apps/intel15/boost/1.55.0/x86_64/lib" CC="icc" CXX="icpc"
I am using Texas Stampede HPC. I have access to boost libraries in /opt/apps/intel15/boost/1.55.0/x86_64/lib but I still get the boost missing error.
Is ABYSS 1.9.0 incompatible with boost 1.55?
Thank you
Thank you. I was able to successfully compile after using the with-boost option.