Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
dc90a3b8
Commit
dc90a3b8
authored
Jun 12, 2017
by
Lorenz Huedepohl
Browse files
Remove unneeded $(FCLIBS) for Fortran programs
parent
ac90d643
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
generate_automake_test_programs.py
View file @
dc90a3b8
...
...
@@ -44,7 +44,7 @@ for g, p, d, s in product(sorted(gpu_flag.keys()),
print
(
"noinst_PROGRAMS += "
+
name
)
print
(
"check_SCRIPTS += "
+
name
+
".sh"
)
print
(
name
+
"_SOURCES = test/Fortran/test.F90"
)
print
(
name
+
"_LDADD = $(build_lib)
$(FCLIBS)
"
)
print
(
name
+
"_LDADD = $(build_lib)"
)
print
(
name
+
"_FCFLAGS = $(AM_FCFLAGS) $(FC_MODINC)test_modules $(FC_MODINC)modules
\\
"
)
print
(
" "
+
"
\\\n
"
.
join
([
domain_flag
[
d
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment