Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwegert committed Jul 5, 2024
1 parent ea1eaba commit 84e5cc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BUILD_DIR=$SOURCES_DIR/build
git clone [email protected]:cburstedde/p4est.git $SOURCES_DIR
cd $SOURCES_DIR
# git checkout v2.2
# git submodule init && git submodule update
git submodule init && git submodule update
./bootstrap
./configure --prefix=$P4EST_INSTALL $CONFIGURE_FLAGS --without-blas --without-lapack --enable-mpi --disable-dependency-tracking
make
Expand Down

0 comments on commit 84e5cc8

Please sign in to comment.