Juan Miguel Carceller

Results 20 comments of Juan Miguel Carceller

I have been building with this PR for a few days since we have many packages that are built from develop and indeed it seems to fix the issue when...

I did what you mention @wdconinc about the urls (indeed they seem to work at some point in time and not work later, as if they were deleted) and added...

This is the report with all the information about the patch: https://github.com/mg5amcnlo/mg5amcnlo/issues/95

I have updated a few things that I edited in the top post: - Added back a preferred LTS version, while keeping 3.5.4 from github (because since it's not LTS...

I also found this issue and `envFile` and `preLaunchTask` don't work for me. Is there any way of not running `gbd` or `lldb` so that we can wrap those in...

I think I found how, this `launch.json` works for me: ``` json { "version": "0.2.0", "configurations": [ { "type": "cppdbg", "request": "launch", "name": "Launch Program", "cwd": "/path/to/wd", "program": "/path/to/binary", "MIMode":...

I have no idea why that's happening but it's definitely that because building with `LDFLAGS` empty (so using `/usr/bin/ld`) works fine. I just checked and using `lld` works fine, I'll...

I think this PR is ready to be merged if there aren't any more comments.

@oliviermattelaer I think there is a mistake on the URL for 2.9.20: It's https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v2.9.20.tar.gz when it should be https://launchpad.net/mg5amcnlo/2.0/2.9.x/+download/MG5_aMC_v2.9.20.tar.gz

Yes but so far we were using links like this one: https://launchpad.net/mg5amcnlo/2.0/2.9.x/+download/MG5_aMC_v2.9.19.tar.gz. which were working fine until 2.9.19. I can just change to the LTS one if that's the one...