From bdccde3ee94e1a93bbed2d01d610f5293c2189fe Mon Sep 17 00:00:00 2001 From: James E McClure Date: Mon, 21 Jun 2021 15:06:04 -0400 Subject: [PATCH] add installation guide --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 7a552f86..635c92d0 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -55,7 +55,7 @@ Building Dependencies cd ../silo-4.10.2 CC=$MPI_DIR/bin/mpicc CXX=$MPI_DIR/bin/mpicxx CXXFLAGS="-fPIC -O3 -std=c++14" \ - ./configure --prefix=$LBPM_SILO_DIR -with-hdf5=$LBPM_HDF5_DIR/include,$LBPM_HDF5_DIR/lib --enable-static \\ + ./configure --prefix=$LBPM_SILO_DIR -with-hdf5=$LBPM_HDF5_DIR/include,$LBPM_HDF5_DIR/lib --enable-static make && make install *************************