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
SWIFT
SWIFTsim
Commits
e595df4c
Commit
e595df4c
authored
Mar 09, 2018
by
Peter W. Draper
Browse files
Make sure GSL test is correctly reported
parent
70906c58
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e595df4c
...
...
@@ -411,7 +411,7 @@ AC_CHECK_LIB(m,sqrt,,AC_MSG_ERROR(something is wrong with the math library!))
have_gsl="no"
AC_CHECK_LIB([gslcblas], [cblas_dgemm])
AC_CHECK_LIB([gsl], [gsl_integration_qag])
if test "x$ac_cv_lib_gslcblas_cblas_dgemm"
!
= "x"; then
if test "x$ac_cv_lib_gslcblas_cblas_dgemm" = "x
yes
"; then
have_gsl="yes"
fi
...
...
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