Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create configure script to generate configuration for cmake #219

Closed
prudhomm opened this issue Dec 12, 2013 · 4 comments
Closed

Create configure script to generate configuration for cmake #219

prudhomm opened this issue Dec 12, 2013 · 4 comments
Assignees
Labels
env: cmake build environment cmake

Comments

@prudhomm
Copy link
Member

@feelpp/core @gratienj follow the examples set in feelpp/harts to set the configuration of feel++ cmake scripts.
This should ease the installation of feel++ on platforms with specific/by hand installations

@ghost ghost assigned vhuber Dec 12, 2013
@gratienj
Copy link

here is the cmake command I use

cmake -DBoost_NO_BOOST_CMAKE=TRUE 
            -DHDF5_DIR:PATH=/work/irlin982_1/gratienj/local/hdf5/1.8.8 
            -DPETSC_DIR:PATH=/work/irlin982_1/gratienj/local/petsc/3.3-p2/Linux/RHEL5/x86_64/ref-intel12-IntelMPI_4.02-mkl 
            -DBoost_NO_SYSTEM_PATHS=ON 
            -DCMAKE_VERBOSE_MAKEFILE=ON 

@gratienj
Copy link

need to had HDF5_DIR because build problem without HDF5 detected

@gratienj
Copy link

setenv GMSH_DIR $WORK/local/gmsh/2.7.1
setenv ANN_DIR $WORK/local/ann112
setenv HDF5_ROOT $WORK/local/hdf5/1.8.8/Linux/RHEL5/x86_64/ref-gcc462
setenv HDF5_DIR $WORK/local/hdf5/1.8.8/Linux/RHEL5/x86_64/ref-gcc462
setenv MPI_ROOT $WORK/local/IntelMPI_4.0.2/impi_4.0.2.003

@vhuber
Copy link
Contributor

vhuber commented Dec 12, 2013

please have a look to doc/api/extract_command.sh
The result is here: http://feelpp.github.io/feelpp/develop/DocCmakeLists.html
It extract every option defined in every CMakeLists.txt

I will work on an automated system to configure the given below options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
env: cmake build environment cmake
Projects
None yet
Development

No branches or pull requests

3 participants