dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #19838
Mac and cmake.local does not find packages
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
Andre Massing <massing@xxxxxxxxx>
-
Date:
Fri, 01 Oct 2010 16:49:00 +0200
-
User-agent:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; nb-NO; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4
Hi!
Finally I update my installations to the newest DOLFIN development
version, including the new
cmake build system. When I run a complete installation with DORSAL
everything goes fine,
but if I want to run cmake.local, then cmake does not find libraries
like ARMADILLO, PETSC etc.
These are installed in a non standard path /Users/andre/local, so is
there an easy option
to make cmake aware of it? Or do I have to export all corresponding
environment variables mention
in dorsal_build file?
Here is the error message:
-- Checking for package 'Armadillo'
CMake Error at
/opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Armadillo could not be found. Be sure to set ARMADILLO_DIR. (missing:
ARMADILLO_TEST_RUNS)
Call Stack (most recent call first):
cmake/modules/FindArmadillo.cmake:139 (find_package_handle_standard_args)
CMakeLists.txt:160 (find_package)
Cheers,
Andre
Follow ups