There was an error fetching the commit references. Please try again later.
Configuration with autoconf
One can now produce a Makefile.conf and a sourceme.sh using autoconf. Just type: ./configure Or maybe ./configure CXX=icpc In case you want to use mpi, just use: ./configure CXX=mpic++ Everything should be smooth. I took care that the generated Makefile.conf is compatible with those stored in configurations/. In this way, one can always resort to a saved configuration file. Moreover, jumping between git branches (without need of reconfiguring) will be easier. More info on the manual page (no need to use autoconf to compile the manual and see that page) Closes #46
Showing
- CHANGES/v2.1.txt 1 addition, 0 deletionsCHANGES/v2.1.txt
- Makefile 4 additions, 0 deletionsMakefile
- README 2 additions, 2 deletionsREADME
- autoconf/.gitignore 5 additions, 0 deletionsautoconf/.gitignore
- autoconf/Makefile.conf.in 16 additions, 0 deletionsautoconf/Makefile.conf.in
- autoconf/README 10 additions, 0 deletionsautoconf/README
- autoconf/configure 6337 additions, 0 deletionsautoconf/configure
- autoconf/configure.ac 358 additions, 0 deletionsautoconf/configure.ac
- autoconf/sourceme.sh.in 3 additions, 0 deletionsautoconf/sourceme.sh.in
- configure 10 additions, 0 deletionsconfigure
- src/config/Makefile 1 addition, 1 deletionsrc/config/Makefile
- src/lib/Makefile 1 addition, 1 deletionsrc/lib/Makefile
- src/maketools/make.module 1 addition, 1 deletionsrc/maketools/make.module
- src/maketools/update-plumedroot.sh 8 additions, 1 deletionsrc/maketools/update-plumedroot.sh
- src/wrapper/Makefile 1 addition, 1 deletionsrc/wrapper/Makefile
- user-doc/Installation.txt 84 additions, 10 deletionsuser-doc/Installation.txt
autoconf/.gitignore
0 → 100644
autoconf/Makefile.conf.in
0 → 100644
autoconf/README
0 → 100644
autoconf/configure
0 → 100755
This diff is collapsed.
autoconf/configure.ac
0 → 100644
autoconf/sourceme.sh.in
0 → 100644
configure
0 → 100755
Please register or sign in to comment