More Flake8
This commit is contained in:
parent
a21e845ce7
commit
9500f2718b
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ def set_module_variables_for_package(pkg, module):
|
||||||
|
|
||||||
# Set up CMake rpath
|
# Set up CMake rpath
|
||||||
m.std_cmake_args.append('-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE')
|
m.std_cmake_args.append('-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE')
|
||||||
m.std_cmake_args.append('-DCMAKE_INSTALL_RPATH=%s' % \
|
m.std_cmake_args.append('-DCMAKE_INSTALL_RPATH=%s' %
|
||||||
":".join(get_rpaths(pkg)))
|
":".join(get_rpaths(pkg)))
|
||||||
|
|
||||||
# Put spack compiler paths in module scope.
|
# Put spack compiler paths in module scope.
|
||||||
|
|
Loading…
Reference in a new issue