Updates from macOS testing: openblas, openmpi, libiconv#53
Updates from macOS testing: openblas, openmpi, libiconv#53mathomp4 wants to merge 4 commits intoJCSDA:spack-stack-devfrom
Conversation
climbfuji
left a comment
There was a problem hiding this comment.
I don't see any problem with these updates. Let's make sure they work as expected in spack-stack CI. I may also want to test on my WSL2 laptops.
| # all versions of icx up to 2025. | ||
| # https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/All-versions-of-icx-miscompile-error-0-resulting-in-segfaults/m-p/1744208 | ||
| if self.spec.satisfies("%oneapi@:2025"): | ||
| args.append("gl_cv_func_working_error=yes") |
There was a problem hiding this comment.
Oh. I didn't even notice that! Was that from you? :)
Should I make a PR to spack-stack updating the submodule to see how the CI responds? |
Yes please |
@climbfuji I just did JCSDA/spack-stack#1990 but I might have done the git wrong. Weirdly, I see your |
because JCSDA/spack-stack#1988 isn't merged yet |
In my current testing with spack-stack and macOS, I found I needed to update three packages used in GEOS:
In each case, I checked out the mothership spack package:
This seems to be working in my testing so far, but I'm leaving this draft.
Also, I'd like to make sure @climbfuji can look and see if maybe I shouldn't be pulling from official for these? The
openmpipackage seems quite different. Though maybe that's just from age?