~corrado-maurini/dolfin/tao

« back to all changes in this revision

Viewing changes to cmake/modules/FindPaStiX.cmake

  • Committer: corrado maurini
  • Date: 2012-12-18 12:16:08 UTC
  • mfrom: (6685.78.207 trunk)
  • Revision ID: corrado.maurini@upmc.fr-20121218121608-nk82ly9jgsld9u84
updating with trunk, fix uint in TAO solver and hacking the check for tao FindTAO.cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  DOC "The hwloc library"
47
47
  )
48
48
 
49
 
set(PASTIX_LIBRARIES ${PASTIX_LIBRARIES} ${HWLOC_LIBRARY})
 
49
if (HWLOC_LIBRARY)
 
50
  set(PASTIX_LIBRARIES ${PASTIX_LIBRARIES} ${HWLOC_LIBRARY})
 
51
endif()
50
52
 
51
53
# Add BLAS libs if BLAS has been found
52
54
set(CMAKE_LIBRARY_PATH ${BLAS_DIR}/lib $ENV{BLAS_DIR}/lib ${CMAKE_LIBRARY_PATH})