Skip to content
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

Release version 3.1.3 #158

Merged
merged 4 commits into from
Sep 19, 2024
Merged

Release version 3.1.3 #158

merged 4 commits into from
Sep 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

This request was triggered by Matteo Delucchi

The initiating tag was 3.1.3-rc

Merging this Pull Request will create a release of the version 3.1.3.

@j-i-l
Copy link
Collaborator

j-i-l commented Sep 18, 2024

hm, I guess this is something to look into:

https://github.com/furrer-lab/abn/actions/runs/10924009715/job/30322072744#step:7:24

🫤

lme4 somehow rings a bell. I'll check it this already failed in the r-container.

@matteodelucchi
Copy link
Contributor

hm, I guess this is something to look into:

https://github.com/furrer-lab/abn/actions/runs/10924009715/job/30322072744#step:7:24

🫤

lme4 somehow rings a bell. I'll check it this already failed in the r-container.

This might be an issue from R-devel, because we fail to install a bunch of packages - no only lme4 and RcppArmadillo: https://github.com/furrer-lab/abn/actions/runs/10924009715/job/30322072744#step:6:74

@matteodelucchi
Copy link
Contributor

With a closer look at the error messages it becomes clear that clang doesn't find fortran: https://github.com/furrer-lab/abn/actions/runs/10924009715/job/30322072744#step:6:71
Unclear2me why...

@j-i-l
Copy link
Collaborator

j-i-l commented Sep 18, 2024

With a closer look at the error messages it becomes clear that clang doesn't find fortran: https://github.com/furrer-lab/abn/actions/runs/10924009715/job/30322072744#step:6:71 Unclear2me why...

/usr/bin/ld: cannot find -lgfortran: No such file or directory

sounds as if it does not recognize -lgfortranas an option. This error generally occurs if libgfortran-5-dev is missing (as a quick search suggests).

Funny enough:
The same worked just fine 2 weeks ago in the container build:

https://github.com/furrer-lab/r-containers/actions/runs/10659738508/job/29542708481#step:6:47034

Long story short: This is no roadblock for the release!

@matteodelucchi matteodelucchi marked this pull request as ready for review September 19, 2024 07:28
@matteodelucchi matteodelucchi merged commit 7f3e909 into main Sep 19, 2024
5 of 6 checks passed
@matteodelucchi matteodelucchi deleted the release-3.1.3 branch September 19, 2024 07:30
@matteodelucchi matteodelucchi restored the release-3.1.3 branch September 19, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants