Skip to content
Snippets Groups Projects
Commit cbf6ac10 authored by Peter Vos's avatar Peter Vos
Browse files

From h-to-p efficiently updates

git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@1840 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent e06feda3
No related branches found
No related tags found
No related merge requests found
SET(NIST_SPARSE_BLAS_SEARCH_PATHS
${CMAKE_SOURCE_DIR}/../ThirdParty/spblastk0.9b/lib
${CMAKE_SOURCE_DIR}/../../ThirdParty/spblastk0.9b/lib )
FIND_LIBRARY(NIST_SPARSE_BLAS NAMES sbtk PATHS ${NIST_SPARSE_BLAS_SEARCH_PATHS})
IF (NIST_SPARSE_BLAS)
SET(NIST_SPARSE_BLAS_FOUND ON)
MARK_AS_ADVANCED(NIST_SPARSE_BLAS)
ENDIF (NIST_SPARSE_BLAS)
IF (NIST_SPARSE_BLAS_FOUND)
IF (NOT NIST_SPARSE_BLAS_FIND_QUIETLY)
MESSAGE(STATUS "Found NIST Sparse Blas")
ENDIF (NOT NIST_SPARSE_BLAS_FIND_QUIETLY)
ELSE(NIST_SPARSE_BLAS_FOUND)
IF (NIST_SPARSE_BLAS_FIND_REQUIRED)
MESSAGE(FATAL_ERROR "Could not find NIST sparse blas library.")
ENDIF (NIST_SPARSE_BLAS_FIND_REQUIRED)
ENDIF (NIST_SPARSE_BLAS_FOUND)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment