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

ci: do not enforce Debian Autotools on Breeze

parent 72507255
No related tags found
No related merge requests found
Pipeline #50559 running
...@@ -9,18 +9,6 @@ init_env () ...@@ -9,18 +9,6 @@ init_env ()
switch_for_module automake autoconf libtool swig ruby python switch_for_module automake autoconf libtool swig ruby python
} }
#
# Initializes the Debian libtool
init_debian_libtool ()
{
export PATH="/usr/bin:${PATH-}"
export ACLOCAL_PATH="/usr/share/aclocal:${ACLOCAL_PATH-}"
# Prepend ACLOCAL_PATH with the path to Automake:
module unload automake
switch_for_module automake
}
# #
# Sets variables for tests with GCC. # Sets variables for tests with GCC.
# #
......
...@@ -11,15 +11,12 @@ init_nvhpc ...@@ -11,15 +11,12 @@ init_nvhpc
enable_maintainer_mode='no' enable_maintainer_mode='no'
if test ! -f "${top_srcdir}/configure"; then if test ! -f "${top_srcdir}/configure"; then
"${top_srcdir}/autogen.sh"
# If there is no configure script, there are, most probably, no Fortran # If there is no configure script, there are, most probably, no Fortran
# interface files, which are generated in the maintainer mode only: # interface files, which are generated in the maintainer mode only:
enable_maintainer_mode='yes' enable_maintainer_mode='yes'
fi fi
# We want to check with the Debian version of Libtool, which is patched to avoid
# overlinking:
( init_debian_libtool; "${top_srcdir}/autogen.sh" )
"${top_srcdir}/configure" \ "${top_srcdir}/configure" \
--enable-cf-interface \ --enable-cf-interface \
--enable-iso-c-interface \ --enable-iso-c-interface \
......
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