Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
46997ba1
Commit
46997ba1
authored
2 years ago
by
Tim McMullan
Committed by
Brian Christiansen
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove redundant message when libdbus is found during configure.
Bug 14100
parent
104e022f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+1
-0
1 addition, 0 deletions
NEWS
auxdir/x_ac_cgroup.m4
+0
-1
0 additions, 1 deletion
auxdir/x_ac_cgroup.m4
configure
+0
-2
0 additions, 2 deletions
configure
with
1 addition
and
3 deletions
NEWS
+
1
−
0
View file @
46997ba1
...
...
@@ -40,6 +40,7 @@ documents those changes that are of interest to users and administrators.
-- Dynamic node fixes and updates.
-- Added error logging when a node goes into an invalid state so that the user
can still see the reason even if the user set a custom reason beforehand.
-- Remove redundant message when libdbus is found during configure.
* Changes in Slurm 22.05.0rc1
=============================
...
...
This diff is collapsed.
Click to expand it.
auxdir/x_ac_cgroup.m4
+
0
−
1
View file @
46997ba1
...
...
@@ -88,7 +88,6 @@ AC_DEFUN([X_AC_DBUS],
PKG_CHECK_MODULES([dbus], [dbus-1],
[x_ac_have_dbus="yes"],
[x_ac_have_dbus="no"])
AC_MSG_RESULT([$x_ac_have_dbus, ${x_ac_dbus_pkg_name} was found.])
AM_CONDITIONAL(WITH_DBUS, test "x$x_ac_have_dbus" = "xyes")
if test "x$x_ac_have_dbus" = "xno"; then
AC_MSG_WARN([unable to link against dbus-1 libraries required for cgroup/v2])
...
...
This diff is collapsed.
Click to expand it.
configure
+
0
−
2
View file @
46997ba1
...
...
@@ -24663,8 +24663,6 @@ else
printf "%s\n" "yes" >&6; }
x_ac_have_dbus="yes"
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $x_ac_have_dbus, ${x_ac_dbus_pkg_name} was found." >&5
printf "%s\n" "$x_ac_have_dbus, ${x_ac_dbus_pkg_name} was found." >&6; }
if test "x$x_ac_have_dbus" = "xyes"; then
WITH_DBUS_TRUE=
WITH_DBUS_FALSE='#'
...
...
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