iqbal-lab-org / gramtools

Genome inference from a population reference graph
MIT License
92 stars 15 forks source link

Ubuntu 18.04 install woes #163

Closed kdm9 closed 2 years ago

kdm9 commented 2 years ago

Hello Iqbal Lab folks!

I'm trying to get gramtools running on our Ubuntu 18.04 cluster, but having significant issues:

Is there any approach I'm missing? Is there any chance gramtools can move to HBB, or similar static compilation toolchains as discussed in the original "static binaries" issue?

Best, Kevin

bricoletc commented 2 years ago

Hi Kevin,

Thanks for raising this, and for logging everything you've tried. I will look into both compiling against older libc/something else than libc (musl) and making a bioconda package. Will update situation here!

bricoletc commented 2 years ago

Hi @kdm9 , could you try the latest release, v1.9.0?

I tried it in a Ubuntu 18.04 docker image and looks like it works :+1:

Also, do you have a pointer to the conda recipe you used when trying to build a package for gramtools? It would be quite helpful- I've had a first go but have not gotten as far as you i think.

kdm9 commented 2 years ago

Sorry, I forgot to say: this works perfectly on 18.04 now. Many thanks Brice!