[aspect-devel] Aspect-devel Digest, Vol 30, Issue 3
Wolfgang Bangerth
bangerth at math.tamu.edu
Tue May 6 13:24:25 PDT 2014
Nan,
> I used aspect-0.1 in Jan. 2013. I am trying to use the newest version
> aspect-0.3 because I am going to the ASPECT workshop next week.
But the latest version isn't 0.3 -- it is 1.0.
> The problem is after I download aspect-0.3 and untar it (tar -xvf
> aspect-0.3.tar), the directory having include, source, and etc. has no
> file called CMakeLists.txt. I followed your suggestions:
> mkdir -p /users/nz1/aspect-0.3/build
> cd /users/nz1/aspect-0.3/build
> cmake ../aspect/
>
> After cmake ../aspect/, the error report is "CMake Error: The source
> directory "/users/nz1/aspect-0.3/aspect" does not exist."
Where are the source files? If they are in /users/nz1/aspect-0.3 and you
build in /users/nz1/aspect-0.3/build, then you need to call
cmake ..
instead of
cmake ../aspect
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email: bangerth at math.tamu.edu
www: http://www.math.tamu.edu/~bangerth/
More information about the Aspect-devel
mailing list