Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion yoda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rsync -a --exclude='**/.git' --delete --delete-excluded "$SOURCEDIR"/ ./

export PYTHON=$(type -p python3)

./configure --disable-silent-rules --enable-root --prefix="$INSTALLROOT" --with-hdf5="$HDF5_ROOT"
./configure --disable-silent-rules --enable-root --prefix="$INSTALLROOT" ${HDF5_ROOT:+--with-hdf5=$HDF5_ROOT}
Comment thread
singiamtel marked this conversation as resolved.
make ${JOBS+-j $JOBS}
make install

Expand Down