Skip to content

Commit

Permalink
Add fPIE to the docker compilation for scalapack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebramwell committed Oct 5, 2023
1 parent 39d6d1d commit ccc08da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/spack/configs/docker/ubuntu20/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ spack:
build_stage::
- $spack/../build_stage

compilers::
compilers:
- compiler:
environment: {}
extra_rpaths: []
# Axom example sidre_shocktube_F_ex doesn't link otherwise
flags:
cflags: -fPIC -pthread
cxxflags: -fPIC -pthread
cflags: -fPIC -fPIE -pthread
cxxflags: -fPIC -fPIE -pthread
modules: []
operating_system: ubuntu20.04
paths:
Expand Down

0 comments on commit ccc08da

Please sign in to comment.