Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
b7e7903a
Commit
b7e7903a
authored
1 year ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
ci: do not enforce Debian Autotools on Breeze
parent
72507255
Branches
update-autoconf-files
No related tags found
No related merge requests found
Pipeline
#50559
running
Stage: external
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/bb/breeze-mpim/init.sh
+0
-12
0 additions, 12 deletions
.ci/bb/breeze-mpim/init.sh
.ci/bb/breeze-mpim/test.all.nv
+1
-4
1 addition, 4 deletions
.ci/bb/breeze-mpim/test.all.nv
with
1 addition
and
16 deletions
.ci/bb/breeze-mpim/init.sh
+
0
−
12
View file @
b7e7903a
...
@@ -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.
#
#
...
...
This diff is collapsed.
Click to expand it.
.ci/bb/breeze-mpim/test.all.nv
+
1
−
4
View file @
b7e7903a
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment