Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
0bdac44d
Commit
0bdac44d
authored
4 years ago
by
Mladen Ivkovic
Browse files
Options
Downloads
Patches
Plain Diff
added to LD_FLAGS
parent
b91439d9
No related branches found
No related tags found
1 merge request
!1142
grackle linking issues: added FCLIBS to LD_FLAGS
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
examples/Makefile.am
+1
-1
1 addition, 1 deletion
examples/Makefile.am
src/Makefile.am
+1
-1
1 addition, 1 deletion
src/Makefile.am
with
3 additions
and
3 deletions
configure.ac
+
1
−
1
View file @
0bdac44d
...
...
@@ -1223,7 +1223,7 @@ if test "x$with_grackle" != "xno"; then
AC_DEFINE([CONFIG_BFLOAT_8],1,[Use doubles in grackle])
],
[AC_MSG_ERROR(Cannot find grackle library!)],
[$GRACKLE_LIBS])
[$GRACKLE_LIBS
$FCLIBS
])
fi
AC_SUBST([GRACKLE_LIBS])
AC_SUBST([GRACKLE_INCS])
...
...
This diff is collapsed.
Click to expand it.
examples/Makefile.am
+
1
−
1
View file @
0bdac44d
...
...
@@ -22,7 +22,7 @@ MYFLAGS =
AM_CFLAGS
=
-I
$(
top_srcdir
)
/src
-I
$(
top_srcdir
)
/argparse
$(
HDF5_CPPFLAGS
)
\
$(
GSL_INCS
)
$(
FFTW_INCS
)
$(
NUMA_INCS
)
$(
GRACKLE_INCS
)
$(
OPENMP_CFLAGS
)
AM_LDFLAGS
=
$(
HDF5_LDFLAGS
)
AM_LDFLAGS
=
$(
HDF5_LDFLAGS
)
$(
FCLIBS
)
# Extra libraries.
EXTRA_LIBS
=
$(
HDF5_LIBS
)
$(
FFTW_LIBS
)
$(
NUMA_LIBS
)
$(
PROFILER_LIBS
)
\
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
1
−
1
View file @
0bdac44d
...
...
@@ -19,7 +19,7 @@
AM_CFLAGS
=
$(
HDF5_CPPFLAGS
)
$(
GSL_INCS
)
$(
FFTW_INCS
)
$(
NUMA_INCS
)
$(
GRACKLE_INCS
)
$(
OPENMP_CFLAGS
)
# Assign a "safe" version number
AM_LDFLAGS
=
$(
HDF5_LDFLAGS
)
$(
FFTW_LIBS
)
AM_LDFLAGS
=
$(
HDF5_LDFLAGS
)
$(
FFTW_LIBS
)
$(
FCLIBS
)
# The git command, if available.
GIT_CMD
=
@GIT_CMD@
...
...
This diff is collapsed.
Click to expand it.
Mladen Ivkovic
@mivkov
mentioned in commit
718b8689
·
4 years ago
mentioned in commit
718b8689
mentioned in commit 718b8689eca7232ecb9e4840e0e1f245c56422d7
Toggle commit list
Mladen Ivkovic
@mivkov
mentioned in commit
595f787f
·
4 years ago
mentioned in commit
595f787f
mentioned in commit 595f787fa8bf2f379af1317526f5e889cdfb7ad1
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment