Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
e2765395
Commit
e2765395
authored
Oct 02, 2020
by
Nicolas Denoyelle
Committed by
Swann Perarnau
Oct 02, 2020
Browse files
[fix] Update hwloc version check to oldest supported hwloc version.
parent
0827bffb
Pipeline
#11486
passed with stages
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e2765395
...
...
@@ -71,7 +71,7 @@ AC_CHECK_LIB(numa, mbind,,[AC_MSG_ERROR([AML requires libnuma.])])
###############
PKG_CHECK_MODULES([HWLOC], \
[hwloc >= 2.
0
], \
[hwloc >= 2.
1
], \
[have_hwloc=1], \
[have_hwloc=0])
if test "$have_hwloc" == "1"; then
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment