Bug fix in py-scipy for versions 1.8.0 to 1.14.0 (small_dynamic_array.h: error: reference to non-static member function must be called) spack #47620 - #483
Merged
climbfuji merged 2 commits intoNov 15, 2024
Conversation
…atest Clang and Intel LLVM compilers
climbfuji
marked this pull request as ready for review
November 15, 2024 12:47
climbfuji
requested review from
AlexanderRichert-NOAA,
RatkoVasic-NOAA,
srherbener and
stiggy87
November 15, 2024 12:48
4 tasks
stiggy87
approved these changes
Nov 15, 2024
climbfuji
added a commit
to JCSDA/spack-stack
that referenced
this pull request
Nov 20, 2024
Add configuration for Intel oneAPI 2025.0.0 on Nautilus. This is with ifx, since there is no more ifort in oneapi@2025.0.0. This configuration is currently commented out, since the default is and should be 2024.2.1 with ifort for now. This requires a bug fix in py-scipy in JCSDA/spack#483 (see there for more information and the upstream spack develop PR).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is the spack-stack-dev PR corresponding to spack develop PR spack#47620:
Bug fix in py-scipy for versions 1.8.0 to 1.14.0 that surfaces with latest Clang and Intel LLVM compilers. The error message is:
See scipy/scipy#21884 for a description and discussion and note that the developers said that this should be applied regardless of the compiler. I went back all the way to the first version of
scipywhere this particular filesmall_dynamic_array.hwas added, and it already had the bug.Testing
Tested with Intel oneAPI 2025.0.0 on Alma Linux.