Skip to content
Snippets Groups Projects
Commit 448996f2 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Update CI scripts on Breeze: check building with the Debian version of Libtool.

In contrast to the vanilla version of Libtool, the Debian one avoids
overlinking.
parent e0a7cac4
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
......@@ -9,7 +9,10 @@ top_srcdir=$(cd "${script_dir}/../../.."; pwd)
. "${script_dir}/utils.sh"
init_nv2130
test -f "${top_srcdir}/configure" || ( cd "${top_srcdir}" && ./autogen.sh )
# We want to check with the Debian version of Libtool, which is patched to
# avoid overlinking. Therefore, we regenerate the Autotools files even if they
# are already available:
cd "${top_srcdir}" && ./autogen.sh
"${top_srcdir}/configure" \
--disable-maintainer-mode \
......
......@@ -98,9 +98,12 @@ init_env ()
set +eu
. /etc/profile.d/mpim.sh
module use /data/mpi/sclab/sip/m300488/nvhpc/modulefiles
module use /data/mpi/sclab/sip/m300488/cdi-pio-sw/modulefiles
set -${saved_set}
switch_for_module automake libtool autoconf
switch_for_module automake/1.16.1
# Tell the custom installation of Automake 1.16 where to look for the libtool
# macros:
export ACLOCAL_PATH="/usr/share/aclocal:${ACLOCAL_PATH-}"
}
#
......
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