Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
f23d3870
Commit
f23d3870
authored
Mar 23, 2015
by
Lorenz Huedepohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add portable way to link c-main program with fortran libs
parent
5cea8d27
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Makefile.am
Makefile.am
+1
-0
configure.ac
configure.ac
+1
-0
No files found.
Makefile.am
View file @
f23d3870
...
...
@@ -145,6 +145,7 @@ shared_sources = test/shared_sources/util.F90 test/shared_sources/read_input_par
elpa1_test_real_c_version@SUFFIX@
_SOURCES
=
test
/test_real_c_version.c
$(shared_sources)
$(redirect_sources)
elpa1_test_real_c_version@SUFFIX@
_LDADD
=
$(build_lib)
elpa1_test_real_c_version@SUFFIX@
_LINK
=
$(LINK)
$(FCLIBS)
elpa1_test_real@SUFFIX@
_SOURCES
=
test
/test_real.F90
$(shared_sources)
$(redirect_sources)
elpa1_test_real@SUFFIX@
_LDADD
=
$(build_lib)
...
...
configure.ac
View file @
f23d3870
...
...
@@ -254,6 +254,7 @@ AC_LANG([Fortran])
AC_FC_FREEFORM
AC_FC_MODULE_FLAG
AC_FC_MODULE_OUTPUT_FLAG
AC_FC_LIBRARY_LDFLAGS
AC_MSG_CHECKING(whether OpenMP usage is specified)
AC_ARG_WITH([openmp],
...
...
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