From ccc08da07fb22fa4b9d4eb7c643e4108dd1779e1 Mon Sep 17 00:00:00 2001 From: "Jamie A. Bramwell" Date: Thu, 5 Oct 2023 12:44:06 -0700 Subject: [PATCH] Add fPIE to the docker compilation for scalapack configuration --- scripts/spack/configs/docker/ubuntu20/spack.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/spack/configs/docker/ubuntu20/spack.yaml b/scripts/spack/configs/docker/ubuntu20/spack.yaml index 489e4c7ce..01074db61 100644 --- a/scripts/spack/configs/docker/ubuntu20/spack.yaml +++ b/scripts/spack/configs/docker/ubuntu20/spack.yaml @@ -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: