We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79495df commit f1482cdCopy full SHA for f1482cd
test/framework/toolchain.py
@@ -55,7 +55,7 @@
55
from easybuild.tools.systemtools import get_shared_lib_ext
56
from easybuild.tools.toolchain.mpi import get_mpi_cmd_template
57
from easybuild.tools.toolchain.toolchain import env_vars_external_module, RPATH_WRAPPERS_SUBDIR
58
-from easybuild.tools.toolchain.utilities import get_toolchain, search_toolchain, export_rpath_wrappers
+from easybuild.tools.toolchain.utilities import get_toolchain, search_toolchain
59
from easybuild.toolchains.compiler.clang import Clang
60
61
easybuild.tools.toolchain.compiler.systemtools.get_compiler_family = lambda: st.POWER
0 commit comments