spack/lib/spack
Satish Balay fb849a4b7f static_to_shared_library: separate options from option values (#9690)
The 'static_to_shared_library' function takes a compiler Executable,
which is intended to be invoked with a list of arguments; the
arguments must be separated from their values in the list, given
the way that 'Executable.__call__' invokes the underlying executable.
'static_to_shared_library' was not doing this, which this commit fixes.
2018-10-31 12:49:04 -07:00
..
docs docker: unite Dockerfiles; auto-deploy images to DockerHub (#9329) 2018-10-26 10:15:05 -07:00
env relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers 2018-10-17 14:42:06 -07:00
external relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers 2018-10-17 14:42:06 -07:00
llnl bugfix: use OS default permissions for mkdirp when mode is not provided (#9604) 2018-10-24 11:36:41 -07:00
spack static_to_shared_library: separate options from option values (#9690) 2018-10-31 12:49:04 -07:00