On Fri, Jun 20, 2014 at 12:30 PM, Sai Rajeshwar <[email protected]> wrote:
> hi,
>
>   this is the output of cmake for dolfin.. sorry its a bit long..   thanks
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> login4$ cmake -DCMAKE_INSTALL_PREFIX=/home1/03023/rajeswar/
> -DDOLFIN_ENABLE_SCOTCH=OFF ..
>
> -- The C compiler identification is GNU 4.4.7
> -- The CXX compiler identification is GNU 4.4.7
> -- Check for working C compiler: /usr/bin/gcc
> -- Check for working C compiler: /usr/bin/gcc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> fatal: Not a git repository (or any of the parent directories): .git
> -- Performing Test HAVE_PIPE
> -- Performing Test HAVE_PIPE - Success
> -- Performing Test HAVE_PEDANTIC
> -- Performing Test HAVE_PEDANTIC - Success
> -- Performing Test HAVE_STD_CPP11
> -- Performing Test HAVE_STD_CPP11 - Failed
> -- Performing Test HAVE_STD_CPP0x
> -- Performing Test HAVE_STD_CPP0x - Success
> -- Performing Test HAVE_DEBUG
> -- Performing Test HAVE_DEBUG - Success
> -- Performing Test HAVE_O2_OPTIMISATION
> -- Performing Test HAVE_O2_OPTIMISATION - Success
> -- The Fortran compiler identification is GNU
> -- Check for working Fortran compiler: /usr/bin/gfortran
> -- Check for working Fortran compiler: /usr/bin/gfortran  -- works
> -- Detecting Fortran compiler ABI info
> -- Detecting Fortran compiler ABI info - done
> -- Checking whether /usr/bin/gfortran supports Fortran 90
> -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of size_t
> -- Check size of size_t - done
> -- Found MPI_C:
> /opt/apps/intel14/mvapich2/2.0b/lib/libmpich.so;/opt/apps/intel14/mvapich2/2.0b/lib/libopa.so;/opt/apps/intel14/mvapich2/2.0b/lib/libmpl.so
> -- Found MPI_CXX:
> /opt/apps/intel14/mvapich2/2.0b/lib/libmpichcxx.so;/opt/apps/intel14/mvapich2/2.0b/lib/libmpich.so;/opt/apps/intel14/mvapich2/2.0b/lib/libopa.so;/opt/apps/intel14/mvapich2/2.0b/lib/libmpl.so
> -- Found MPI_Fortran:
> /opt/apps/intel14/mvapich2/2.0b/lib/libmpichf90.so;/opt/apps/intel14/mvapich2/2.0b/lib/libmpich.so;/opt/apps/intel14/mvapich2/2.0b/lib/libopa.so;/opt/apps/intel14/mvapich2/2.0b/lib/libmpl.so
> -- Try OpenMP C flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Success
> -- Try OpenMP CXX flag = [-fopenmp]
> -- Performing Test OpenMP_FLAG_DETECTED
> -- Performing Test OpenMP_FLAG_DETECTED - Success
> -- Found OpenMP: -fopenmp
> -- Performing Test OPENMP_UINT_TEST_RUNS
> -- Performing Test OPENMP_UINT_TEST_RUNS - Success
> -- Boost version: 1.55.0
> -- Found the following Boost libraries:
> --   filesystem
> --   program_options
> --   system
> --   thread
> --   iostreams
> -- UFC version: 1.4.0
> -- Found Eigen3: /home1/03023/rajeswar/include/eigen3 (Required is at least
> version "3.0.0")
> -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.7.6")
> -- Found PythonInterp: /home1/03023/rajeswar/bin/python2 (found suitable
> version "2.7.7", required is "2")
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> ImportError: No module named numpy

This is a problem. You will need to install NumPy.

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

Reply via email to