Agree, but doesn't it work in the sense that if we can build and run the test program then we don't need to check for AMD and BLAS?
A more sophisticated test would also check for those two and report why the test is failing (perhaps not a missing UMFPACK but instead missing AMD). -- Anders
--- Begin Message --------------------------------------------------------------- revno: 4934 committer: Garth N. Wells <gn...@cam.ac.uk> 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 ---
signature.asc
Description: Digital signature
_______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp