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 fa7bb5a commit 3d20625Copy full SHA for 3d20625
test/framework/easyconfigs/test_ecs/t/toy/toy-0.0-gompi-2018a-test.eb
@@ -27,6 +27,7 @@ local_bar_buildopts = " && gcc bar.c -o anotherbar && "
27
# used to check whether $TOY_LIBS_PATH is defined even when 'lib' subdirectory doesn't exist yet
28
local_bar_buildopts += 'echo "TOY_EXAMPLES=$TOY_EXAMPLES" > %(installdir)s/toy_libs_path.txt'
29
30
+exts_defaultclass = 'DummyExtension'
31
exts_list = [
32
'ulimit', # extension that is part of "standard library"
33
('bar', '0.0', {
0 commit comments