-
Notifications
You must be signed in to change notification settings - Fork 5
GALAHAD: version 5.3.0 #90
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
Conversation
fe91af0 to
6ffb4bc
Compare
|
@amontoison It looks like GALAHAD builds on the VMs but some tests fail because of the sanitizers. Any idea what is happening here? |
|
@dpo Yes, it is because the sanitizers can't handle some recent features of Fortran: |
|
So if I build the C interfaces, I should disable the sanitizers? |
|
Yes, it is currently the only solution. |
66a5ecd to
35dc2b9
Compare
|
It happens even with |
|
You probably need a few environment variables for some tests: |
|
That’s not it. |
|
It worked! |
|
Congratulation @dpo! 🎉 |
|
Now I need bottles for libHSL and sequential MUMPS. |
No description provided.