You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However there is no directory: paragraph-tools. How do I build paragraph?
I also tried to run ./configure and got the following error:
Found package configuration file:
/usr/local/boost_1_72_0/lib/cmake/boost_iostreams-1.72.0/boost_iostreams-config.cmake
but it set boost_iostreams_FOUND to FALSE so package "boost_iostreams" is
considered to be NOT FOUND.
To point Cmake to your version of Boost use the BOOST_ROOT environment variable. I ran
export BOOST_ROOT=$HOME/boost_1_65_0_install.
But it seems to me that ./configure still use the boost from the /usr/local. Do you have any idea how to fix it?
Thanks
The text was updated successfully, but these errors were encountered:
I tried to install paragraph from the tutorial: https://github.com/Illumina/paragraph/blob/master/doc/Installation.md
However there is no directory: paragraph-tools. How do I build paragraph?
I also tried to run ./configure and got the following error:
Found package configuration file:
/usr/local/boost_1_72_0/lib/cmake/boost_iostreams-1.72.0/boost_iostreams-config.cmake
but it set boost_iostreams_FOUND to FALSE so package "boost_iostreams" is
considered to be NOT FOUND.
To point Cmake to your version of Boost use the BOOST_ROOT environment variable. I ran
export BOOST_ROOT=$HOME/boost_1_65_0_install.
But it seems to me that ./configure still use the boost from the /usr/local. Do you have any idea how to fix it?
Thanks
The text was updated successfully, but these errors were encountered: