-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Bug with Intel compilers -- Meson 1.5.0 #13401
Labels
Milestone
Comments
amontoison
changed the title
Bug with Meson 1.5.0
Bug with Intel compilers -- Meson 1.5.0
Jul 10, 2024
Did older versions work? I have a feeling they did. |
I suspect this got broken in the option refactoring work that's been going on |
Yes, it worked with previous versions of Meson. |
eli-schwartz
added a commit
to eli-schwartz/meson
that referenced
this issue
Jul 21, 2024
Fallout from the OptionStore refactor, and specifically commit 9a6fcd4. The `std` object was migrated from having an option itself, to having the value fetched and saved directly. In most cases, this also meant avoiding `.value`, but in a couple cases this refactor went overlooked, and crashed at runtime. Only affects Elbrus and Intel C++ compilers, seemingly. Fixes mesonbuild#13401
Can you try the PR I just posted? |
eli-schwartz
added a commit
to eli-schwartz/meson
that referenced
this issue
Jul 21, 2024
Fallout from the OptionStore refactor, and specifically commit 9a6fcd4. The `std` object was migrated from having an option itself, to having the value fetched and saved directly. In most cases, this also meant avoiding `.value`, but in a couple cases this refactor went overlooked, and crashed at runtime. Only affects Elbrus and Intel C++ compilers, seemingly. Fixes mesonbuild#13401
jpakkane
pushed a commit
that referenced
this issue
Jul 21, 2024
Fallout from the OptionStore refactor, and specifically commit 9a6fcd4. The `std` object was migrated from having an option itself, to having the value fetched and saved directly. In most cases, this also meant avoiding `.value`, but in a couple cases this refactor went overlooked, and crashed at runtime. Only affects Elbrus and Intel C++ compilers, seemingly. Fixes #13401
eli-schwartz
added a commit
that referenced
this issue
Jul 25, 2024
Fallout from the OptionStore refactor, and specifically commit 9a6fcd4. The `std` object was migrated from having an option itself, to having the value fetched and saved directly. In most cases, this also meant avoiding `.value`, but in a couple cases this refactor went overlooked, and crashed at runtime. Only affects Elbrus and Intel C++ compilers, seemingly. Fixes #13401 (cherry picked from commit bc56a2c)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following error when I try to compile the package
GALAHAD
with Intel compilers:system parameters
windows-latest
andubuntu-latest
of GitHub Actions.3.12.0
1.5.0
The text was updated successfully, but these errors were encountered: