-
Notifications
You must be signed in to change notification settings - Fork 107
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
New release? #243
Comments
Hi, I can add a git tag, but I'm reluctant to produce a new binary release. Here's the situation in full:
CentOS 6 is not dead yet, it's going to be kicking until end of 2020. New LLVM versions need glibc 2.14 at least, and I had a ticket regarding non-working LDC build just a couple of months ago (#231). @pjotrp any thoughts? Could See also Linuxbrew/homebrew-science#257 where bottles were built for CentOS 7 with quite a bit of jumping through hoops (kudos to everyone involved, I'm very impressed by this effort). |
Well that all sounds horrible. 😢 I believe we were able to get a local compilation (on Ubuntu 10.04) with some hoop jumping as well so a git tag would certainly be enough for my (admittedly selfish) needs. |
GNU Guix would solve the deployment issues with ldc/LLVM in a distribution agnostic way and would be a sane way forward from a development perspective. I am willing to work on that a bit later this year. It would be a good way forward because we will also add Conda support from Guix and (hopefully) get non-root installs. |
I just wanted to follow up and ask about this again. Do you think you will be releasing a new git tag soon? Thanks again! |
Good news: I've managed to find a CentOS 6 Docker image with LLVM 3.8 and compiled LDC 0.17.1 on it (which should allow to compile latest LDC but I didn't go into that). So the new release is finally out there. |
Hurray! Thank you so much! |
Great news. Is there any reason to stick with LDC 0.17.1 instead of 1.0.0? Maybe due to bootstrapping? Maybe pre-built 0.17.1 be used to build 1.0.0/1.1.0. Relatedly, I think debugging (either locals or unmangling or both) is broken in several combinations, but LDC 1.1 should fix for LLVM 3.8+. I had it working on LLVM 3.7.1 + LDC 1.0.0. |
Hi,
We're currently trying to button down a pipeline and were wondering if you might consider releasing a new version so that there is a stable version containing biod/BioD#21 that we could utilize.
Thanks for your consideration!
The text was updated successfully, but these errors were encountered: