Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_numerics
Commits
2532e3af
Commit
2532e3af
authored
May 11, 2016
by
incardon
Browse files
Fixing installation
parent
45607501
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
2532e3af
...
...
@@ -257,21 +257,17 @@ AC_SUBST(BOOST_CPPFLAGS)
###### Checking for OpenBLAS
AX_BLAS([],[echo "blas not found"
exit 204])
AX_BLAS([],[])
AX_LAPACK([],[echo "lapack not found"
exit 204])
AX_LAPACK([],[])
###### Checking for SUITESPARSE
AX_SUITESPARSE([],[echo "suitesparse not found"
exit 205])
AX_SUITESPARSE([],[])
###### Checking for EIGEN
AX_EIGEN([],[echo "eigen not found"
exit 206])
AX_EIGEN([],[])
###### Checking for compiler flags -fext-numeric-literals
...
...
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