-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libboost 1.57 #91
Comments
Hi Lina, Sailfish should be compatible with the most recent version of Boost (it just requires a version >= 1.54). However, the problem here seems to be that it was built against 1.57, which it's looking for explicitly, and it's only able to find 1.60. Could you tell me what version of Sailfish you're using, and if it was compiled from source or installed as a pre-compiled binary? I ask because we've been building the pre-compiled binaries with static linking for a while now to avoid just this type of issue. Best, |
Hi Rob, Thanks for your quick reply! I installed sailfish as part of bcbio-nextgen (https://github.com/chapmanb/bcbio-nextgen) so I'm not sure how the install actually worked (maybe @roryk or @lpantano might know?) Checking for the version doesn't seem to work on my system at this stage:
Would you recommend that reinstalling one of the compiled binaries is the way to go? Thanks a bunch! |
Hi @lfaller, I think you need to ping https://github.com/bioconda/bioconda-recipes. Maybe is an easy problem of just updating the build or the package. I guess this happened after an update? If not, I would try to update everything again. I will try to investigate as well! |
In the bioconda formula we tried to remove downloading boost and dynamically link to the bioconda boost, but I guess it ended up linking to a specific version of boost. I tried to swap it to statically linked to the bioconda boost, but no combination of |
Thanks for all the help! @lpantano, I ran the update command and got the following:
So it looks like I'm already using the most recent version. |
As @roryk discovered, you can install the previous version: |
Thanks @lpantano, I think this did the trick! Much appreciated! |
Hi all,
I got the following error message when running sailfish:
I have the following versions of libboost installed:
I believe 1.60 is the most recent version. Does sailfish not support that?
I am running Ubuntu 14.04.3 LTS (trusty) and I'm not seeing 1.57 in the list of available packages (http://packages.ubuntu.com/search?suite=trusty&arch=any&searchon=names&keywords=libboost-system).
Any suggestion you might have is much appreciated!
Best,
~Lina
The text was updated successfully, but these errors were encountered: