Skip to content
Snippets Groups Projects
Commit 67668c15 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

removed unwanted flags when building yaxt and yacx

parent bbde92e3
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ function install_yaxt {
mkdir -p "$YAXT_BUILD_FOLDER"
cd "$YAXT_BUILD_FOLDER"
invoke_build_script_generation $REPO_PATH/configure --with-pic --disable-mpi-checks --enable-maintainer-mode --with-regard-for-quality=no --without-example-programs --prefix=$INSTALL_DIR
invoke_build_script_generation $REPO_PATH/configure --with-pic --with-regard-for-quality=no --without-example-programs --prefix=$INSTALL_DIR
make -j "$THREADS"
make install
......@@ -207,7 +207,7 @@ function install_yac {
fyaml_lib_folders="$INSTALL_DIR/lib -L$INSTALL_DIR/lib64"
fi
invoke_build_script_generation $REPO_PATH/configure --with-pic --enable-openmp --enable-maintainer-mode --disable-mpi-checks --disable-netcdf --prefix=$INSTALL_DIR \
invoke_build_script_generation $REPO_PATH/configure --with-pic --enable-openmp --disable-mpi-checks --disable-netcdf --prefix=$INSTALL_DIR \
--with-yaxt-include=$INSTALL_DIR/include \
--with-yaxt-lib=$INSTALL_DIR/lib \
--with-fyaml-include=$INSTALL_DIR/include \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment