--- Begin Message ---
------------------------------------------------------------
revno: 4934
committer: Garth N. Wells <gnw20@xxxxxxxxx>
branch nick: dolfin-cmake
timestamp: Tue 2010-08-10 20:45:56 +0100
message:
Comment out UMFPACK in CMakeLists.txt for now.
This test needs quite a bit more since UMFPACK depends on AMD and BLAS.
Turning it off while I see what's wrong with PETSc linking.
modified:
CMakeLists.txt
--
lp:dolfin
https://code.launchpad.net/~dolfin-core/dolfin/main
Your team DOLFIN Core Team is subscribed to branch lp:dolfin.
To unsubscribe from this branch go to https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2010-08-10 17:00:38 +0000
+++ CMakeLists.txt 2010-08-10 19:45:56 +0000
@@ -72,9 +72,9 @@
#if(DOLFIN_ENABLE_SCOTCH)
# include(FindSCOTCH.dolfin)
#endif(DOLFIN_ENABLE_SCOTCH)
-if(DOLFIN_ENABLE_UMFPACK)
- include(FindUMFPACK.dolfin)
-endif(DOLFIN_ENABLE_UMFPACK)
+#if(DOLFIN_ENABLE_UMFPACK)
+# find_package(UMFPACK.dolfin)
+#endif(DOLFIN_ENABLE_UMFPACK)
#if(DOLFIN_ENABLE_TRILINOS)
# include(FindTrilinos.dolfin)
#endif(DOLFIN_ENABLE_TRILINOS)
--- End Message ---