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

yac is built using preconfigured configure script and further flags added to...

yac is built using preconfigured configure script and further flags added to yac and yaxt to bring it close to icon
parent bf242163
No related branches found
No related tags found
1 merge request!46Build process for multiple compilers across different machines
......@@ -215,9 +215,8 @@ function install_yaxt {
YAXT_BUILD_FOLDER=$REPO_PATH/build
mkdir -p "$YAXT_BUILD_FOLDER"
cd "$YAXT_BUILD_FOLDER"
#echo $PKG_CONFIG_PATH
invoke_build_script_generation $REPO_PATH/configure --prefix=$INSTALL_DIR
invoke_build_script_generation $REPO_PATH/configure --disable-rpaths --disable-mpi-checks --enable-openmp --enable-grib2 --enable-loop-exchange --enable-fcgroup-O0 --enable-fcgroup-DIAG --disable-option-checking --enable-silent-rules=yes --disable-maintainer-mode --disable-shared --enable-static --with-pic=no --with-regard-for-quality=no --with-on-demand-check-programs --without-example-programs --prefix=$INSTALL_DIR
make -j "$THREADS"
make install
......@@ -232,7 +231,6 @@ function install_yac {
#-------------------------------------------------------------------------------------
cd "$REPO_PATH"
autoreconf -ifv
YAC_BUILD_FOLDER=$REPO_PATH/build
mkdir -p "$YAC_BUILD_FOLDER"
......@@ -244,7 +242,7 @@ function install_yac {
fyaml_lib_folders="$INSTALL_DIR/lib -L$INSTALL_DIR/lib64"
fi
invoke_build_script_generation $REPO_PATH/configure --disable-mpi-checks --disable-netcdf --prefix=$INSTALL_DIR \
invoke_build_script_generation $REPO_PATH/configure --disable-maintainer-mode --enable-loop-exchange --enable-fcgroup-O0 --enable-fcgroup-DIAG --disable-option-checking --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