Skip to content
Snippets Groups Projects
Commit ec84f881 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

old-style petsc install will have blas/lapack

parent 198b10ea
Branches
Tags
No related merge requests found
...@@ -914,6 +914,12 @@ if(HAVE_SOLVER) ...@@ -914,6 +914,12 @@ if(HAVE_SOLVER)
endif(NOT PETSC_LIBS) endif(NOT PETSC_LIBS)
if(PETSC_LIBS) if(PETSC_LIBS)
set_config_option(HAVE_PETSC "PETSc") set_config_option(HAVE_PETSC "PETSc")
if(NOT HAVE_BLAS)
set_config_option(HAVE_BLAS "Blas(PETSc)")
endif(NOT HAVE_BLAS)
if(NOT HAVE_LAPACK)
set_config_option(HAVE_LAPACK "Lapack(PETSc)")
endif(NOT HAVE_LAPACK)
endif(PETSC_LIBS) endif(PETSC_LIBS)
# find slepc (needs to be linked in before petsc) # find slepc (needs to be linked in before petsc)
if(ENABLE_SLEPC) if(ENABLE_SLEPC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment