Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
d89e52fe
Commit
d89e52fe
authored
May 25, 2018
by
Max Lyon
Browse files
update finders
parent
77f1e9c2
Pipeline
#7090
passed with stages
in 6 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindBLAS.cmake
View file @
d89e52fe
...
...
@@ -234,7 +234,19 @@ else()
sgemm
""
"libblas"
"
${
VS_SEARCH_PATH
}
suitesparse-metis-for-windows-1.2.2-install/lib64/lapack_blas_windows"
"
${
VS_SEARCH_PATH
}
lapack_blas_windows"
)
endif
()
# try different folder
if
(
NOT BLAS_LIBRARIES
)
check_fortran_libraries
(
BLAS_DEFINITIONS
BLAS_LIBRARIES
BLAS
sgemm
""
"libblas"
"
${
VS_SEARCH_PATH
}
suitesparse-metis-for-windows-1.2.2-install/lib64/lapack_blas_windows"
)
endif
()
...
...
cmake/FindLAPACK.cmake
View file @
d89e52fe
...
...
@@ -282,6 +282,19 @@ else()
# Generic LAPACK library?
# This configuration *must* be the last try as this library is notably slow.
if
(
NOT LAPACK_LIBRARIES
)
check_lapack_libraries
(
LAPACK_DEFINITIONS
LAPACK_LIBRARIES
LAPACK
cheev
""
"liblapack"
"
${
BLAS_LIBRARIES
}
"
"
${
VS_SEARCH_PATH
}
/lapack_blas_windows"
)
endif
()
# try different folder
if
(
NOT LAPACK_LIBRARIES
)
check_lapack_libraries
(
LAPACK_DEFINITIONS
...
...
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