-
Notifications
You must be signed in to change notification settings - Fork 10
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
Install via spack fails on Kubuntu 22.04 #120
Comments
Thanks for reporting. Unfortunately, I cannot reproduce. I tried on Ubuntu 20.04 (GCC 10.5) and 24.04 (GCC 13.2). It seems to me like the issue is not with installing HOHQMesh but the build step on your machine fails for |
What does your |
@fluidnumerics-joe I assume you mean @fhindenlang? For reference, here are mine: Ubuntu 20.04compilers:
- compiler:
spec: clang@=17.0.6
paths:
cc: /usr/bin/clang-17
cxx: /usr/bin/clang++-17
f77: null
fc: null
flags: {}
operating_system: ubuntu20.04
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: gcc@=8.4.0
paths:
cc: /usr/bin/gcc-8
cxx: /usr/bin/g++-8
f77: /usr/bin/gfortran-8
fc: /usr/bin/gfortran-8
flags: {}
operating_system: ubuntu20.04
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: gcc@=9.4.0
paths:
cc: /usr/bin/gcc-9
cxx: /usr/bin/g++-9
f77: /usr/bin/gfortran-9
fc: /usr/bin/gfortran-9
flags: {}
operating_system: ubuntu20.04
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: gcc@=10.5.0
paths:
cc: /usr/bin/gcc
cxx: /usr/bin/g++
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
flags: {}
operating_system: ubuntu20.04
target: x86_64
modules: []
environment: {}
extra_rpaths: [] Ubuntu 24.04compilers:
- compiler:
spec: gcc@=12.3.0
paths:
cc: /usr/bin/gcc-12
cxx: /usr/bin/g++-12
f77: null
fc: null
flags: {}
operating_system: ubuntu24.04
target: x86_64
modules: []
environment: {}
extra_rpaths: []
- compiler:
spec: gcc@=13.2.0
paths:
cc: /usr/bin/gcc
cxx: /usr/bin/g++
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
flags: {}
operating_system: ubuntu24.04
target: x86_64
modules: []
environment: {}
extra_rpaths: [] |
I followed the steps from the readme, just now:
the last step has the following output throws the following errror:
the normal installation with make from the downloaded release tarball works well!
The text was updated successfully, but these errors were encountered: