On Tue, Oct 7, 2014 at 11:48 PM, André Timótheo <[email protected]> wrote:
>     I am trying to install Dolfin from https://github.com/FEniCS/dolfin
> and there are some problems:
>
> -- Copying demo and test data to build directory.
> -- ----------------------------------------------
> CMake Error at CMakeLists.txt:898 (message):
>   Copy demo data failed:
>
>   Traceback (most recent call last):
>
>     File
> "/home/parallels/Downloads/dolfin-master/cmake/scripts/copy-test-demo-data",
> line 70, in <module>
>       copy_data(sys.argv[-1])
>     File
> "/home/parallels/Downloads/dolfin-master/cmake/scripts/copy-test-demo-data",
> line 47, in copy_data
>       raise RuntimeError("destination directory cannot be the same as "\
>
>   RuntimeError: destination directory cannot be the same as the dolfin
> source
>   directory
>
> -- Configuring incomplete, errors occurred!

Create a build directory and run cmake in that directory. For
instance, in the DOLFIN source directory, do:

  mkdir build
  cd build
  cmake ..

Johannes
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to