From: maier Date: Thu, 27 Sep 2012 22:11:52 +0000 (+0000) Subject: Fix the dependencies in this way for now X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b29ab2c8ef2c5ee5f16a322c1057db9ae59fdef9;p=dealii-svn.git Fix the dependencies in this way for now git-svn-id: https://svn.dealii.org/branches/branch_cmake@26809 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/configure/configure_arpack.cmake b/deal.II/cmake/configure/configure_arpack.cmake index 537d83bc9b..7be9582845 100644 --- a/deal.II/cmake/configure/configure_arpack.cmake +++ b/deal.II/cmake/configure/configure_arpack.cmake @@ -2,6 +2,10 @@ # Configuration for the ARPACK library: # +SET(FEATURE_ARPACK_DEPENDS + DEAL_II_WITH_BLAS + ) + MACRO(FEATURE_ARPACK_FIND_EXTERNAL var) FIND_PACKAGE(ARPACK) diff --git a/deal.II/cmake/configure/configure_umfpack.cmake b/deal.II/cmake/configure/configure_umfpack.cmake index f24536ac5b..9a7380347b 100644 --- a/deal.II/cmake/configure/configure_umfpack.cmake +++ b/deal.II/cmake/configure/configure_umfpack.cmake @@ -5,6 +5,7 @@ SET(FEATURE_UMFPACK_DEPENDS DEAL_II_WITH_BLAS + DEAL_II_WITH_LAPACK )