Skip to content

Commit 41b4b8a

Browse files
remove libs=static for mpc, gmp, mpfr, zstd, zlib (eth-cscs#295)
remove `libs=static` from bootstrap compiler dependencies. Recently `depends_on('file')` has been added to `libtool`. https://github.com/spack/spack-packages/blame/develop/repos/spack_repo/builtin/packages/libtool/package.py#L40 `file` chokes on `zstd libs=static` (missing `-fPIC` flag)
1 parent 30ab4ee commit 41b4b8a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

stackinator/templates/compilers.gcc.spack.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,3 @@ spack:
1313
packages:
1414
gcc:
1515
variants: [build_type=Release +bootstrap +profiled +strip ~binutils]
16-
mpc:
17-
variants: [libs=static]
18-
gmp:
19-
variants: [libs=static]
20-
mpfr:
21-
variants: [libs=static]
22-
zstd:
23-
variants: [libs=static]
24-
zlib:
25-
variants: [~shared]

0 commit comments

Comments
 (0)