Open thekswenson opened 2 years ago
I replaced the TwoPaCo submodule with the code from the pufferfish repo. I then modified added to the CMakeLists.txt from this project:
find_package(TBB 2021.4
COMPONENTS tbb tbbmalloc tbbmalloc_proxy
)
I removed the lines
add_dependencies(graphdump libtbb)
add_dependencies(twopaco libtbb)
from the pufferfish CMakeLists.txt that I had copied.
Now TwoPaCo compliles, but alas, the offending code also exists in the SibeliaZ source, so now I'm running into the same issue with that code!
Hi @thekswenson ,
Can you use bioconda on your machine? That is probably the easiest way to install.
I forgot about that option. Thanks.
I'm using Ubuntu 22.04 and cannot compile Sibeliaz:
The problem with with the TwoPaCo submodule and is related to this bug report: https://github.com/medvedevgroup/TwoPaCo/issues/28
If I'm reading that report correctly, the only way to us Sibeliaz would be to somehow apply a patch from the pufferfish repo. I that correct?