xsdk-project / xsdk-issues

A repository under which GitHub issues not related to a specific xSDK repo can be filed.
7 stars 0 forks source link

heffte build failure with xsdk+hip #228

Closed balay closed 11 months ago

balay commented 11 months ago

ref: ./bin/spack spec xsdk+rocm amdgpu_target=gfx90a

balay@petsc-gpu-02:/scratch/balay/spack$ ./bin/spack spec xsdk+rocm amdgpu_target=gfx90a |grep heffte@
 -       ^heffte@2.4.0%gcc@11.4.0~cuda+fftw~fortran~ipo+magma~mkl~python+rocm+shared amdgpu_target=gfx90a build_system=cmake build_type=Release generator=make arch=linux-ubuntu22.04-zen4

spack-build-out.txt

mkstoyanov commented 11 months ago

the issue is with spack mishandling the transitive dependencies

https://github.com/spack/spack/pull/40514

balay commented 11 months ago

Thanks! The build goes through for me now

mkstoyanov commented 11 months ago

Great! Thanks for your help!