Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
5ec8b921
Commit
5ec8b921
authored
Aug 16, 2020
by
Uwe Schulzweida
Browse files
Missing math library during linking [Bug #9856].
parent
fe40c2f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5ec8b921
...
...
@@ -5,6 +5,7 @@
2020-08-16 Matthew Krupcale
* Missing math library during linking [Bug #9856]
* Fix incorrect detection and usage of netcdf_par.h during configure [Bug #9855]
2020-08-09 Uwe Schulzweida
...
...
configure.ac
View file @
5ec8b921
...
...
@@ -144,6 +144,9 @@ AC_DEFINE_UNQUOTED(COMP_VERSION, ["$COMP_VERSION"], [Compiler version])
# Check for system type
AC_DEFINE_UNQUOTED([SYSTEM_TYPE],["$ac_cv_build"], [System type])
AC_SUBST([SYSTEM_TYPE],["$ac_cv_build"])
# -----------------------------------------------------------------------
# Check for math library and add -lm to LIBS
AC_SEARCH_LIBS(floor, m)
# ----------------------------------------------------------------------
# Add basic configure options
ACX_CDI_OPTIONS
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment