Changes between Initial Version and Version 1 of Ticket #263, comment 2
- Timestamp:
- Jan 2, 2014, 8:08:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #263, comment 2
initial v1 10 10 When installing Sherpa, use the following configure options 11 11 {{{ 12 ./configure <your options> --enable-mpi -- host=powerpc64-bgq-linux CC=mpicc CXX=mpic++ CPPFLAGS=-I/path/to/sqlite/include FC='mpif90 -fPIC -funderscoring' LDFLAGS='-dynamic -L/path/to/sqlite/lib'12 ./configure <your options> --enable-mpi --with-sqlite3=/path/to/sqlite --host=powerpc64-bgq-linux CC=mpicc CXX=mpic++ FC='mpif90 -fPIC -funderscoring' LDFLAGS=-dynamic 13 13 }}}