Commit 41b4b8a
authored
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
0 commit comments