Hello!
I ran into some issues when installing Fulgor via Bioconda and running it on our HPC cluster - the binary fails to load with a list of missing libstdc++ symbols:
fulgor: /lib64/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by fulgor) fulgor: /lib64/libstdc++.so.6: version CXXABI_1.3.15' not found (required by fulgor)
fulgor: /lib64/libstdc++.so.6: version GLIBCXX_3.4.29' not found (required by fulgor) fulgor: /lib64/libstdc++.so.6: version GLIBCXX_3.4.22' not found (required by fulgor)
fulgor: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by fulgor) fulgor: /lib64/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by fulgor)
fulgor: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by fulgor) fulgor: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by fulgor)
...
Eventually I fixed it on my side, but after consulting with @karel-brinda , it seems the solution differs across OSes, so it's likely something to address in the Fulgor Bioconda recipe. Would it be possible to handle it from your side?
My environment:
Fulgor: installed via Bioconda (version: 4.0.0)
Host OS: CentOS Linux, version 7 (Core)
Conda version 25.9.1
Hello!
I ran into some issues when installing Fulgor via Bioconda and running it on our HPC cluster - the binary fails to load with a list of missing libstdc++ symbols:
Eventually I fixed it on my side, but after consulting with @karel-brinda , it seems the solution differs across OSes, so it's likely something to address in the Fulgor Bioconda recipe. Would it be possible to handle it from your side?
My environment:
Fulgor: installed via Bioconda (version: 4.0.0)
Host OS: CentOS Linux, version 7 (Core)
Conda version 25.9.1