Closed KristinaGagalova closed 2 years ago
What version of GCC are you using?
gcc --version
gcc (Ubuntu 9.3.0-10ubuntu2) 9.3.0
Copyright (C) 2019 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
Also: I am trying to install with linuxbrew but gives me
brew install biobloomtools
Error: No available formula with the name "biobloomtools"
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
Never, mind - this is the correct formula name
brew install brewsci/bio/biobloomtools
@KristinaGagalova - Looks like there might be an issue with using gcc 9.3.0? In the meantime, try using the linuxbrew gcc:
[lcoombe@hpce705 biobloom]$ g++ --version
g++ (Homebrew GCC 5.5.0_7) 5.5.0
I was able to successfully compile biobloomtools on my end using that version. We are also seeing some installation issues with clang which is currently holding back biobloomtools from being merged into bioconda.
Also, for linuxbrew installations, if you do this, you won't have to worry about remembering which packages are in brewsci/bio and which are in core:
brew tap brewsci/bio
Sounds good, I successfully installed it with linuxbrew
Determined to be an issue with BBT and conda the gcc flags it adds. Since I want to make BBT work with conda hopefully this issue will be resolved when I get around to fixing the code for conda.
Hi Justin I am having the following error
boost library is 1.55. Any suggestions on that? Thank you iin advance