Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 744148 - sys-cluster/slurm-20.02.4.1 - configure fails to find nvml header files(?)
Summary: sys-cluster/slurm-20.02.4.1 - configure fails to find nvml header files(?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-09-22 19:17 UTC by foufou33
Modified: 2022-09-15 08:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
configure: add /opt/cuda/include path to nvml_includes (file_744148.txt,633 bytes, patch)
2020-09-22 19:17 UTC, foufou33
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description foufou33 2020-09-22 19:17:23 UTC
sys-cluster/slurm can't build nvml support even if cuda is installed  

Reproducible: Always

Steps to Reproduce:
1.emerge cuda 
2.unpack/prepare/configure sys-cluster/slurm  
Actual Results:  
 if fails to find nvml.h

Expected Results:  
finds nvml.h and buildnvml support

the reason why is that it look in (and only in) /usr/local/cuda/include and /usr/cuda/include
Comment 1 foufou33 2020-09-22 19:17:53 UTC
Created attachment 662023 [details, diff]
configure: add /opt/cuda/include path to nvml_includes
Comment 2 Larry the Git Cow gentoo-dev 2022-09-15 08:01:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1947dd126dfbf1a19f631b770d3e36fffdf334e

commit b1947dd126dfbf1a19f631b770d3e36fffdf334e
Author:     Alexey Shvetsov <alexxy@gentoo.org>
AuthorDate: 2022-09-15 08:00:39 +0000
Commit:     Alexey Shvetsov <alexxy@gentoo.org>
CommitDate: 2022-09-15 08:00:39 +0000

    sys-cluster/slurm: Update to new version
    
    Closes: https://bugs.gentoo.org/744148
    Bug: https://bugs.gentoo.org/790296
    Bug: https://bugs.gentoo.org/842789
    Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>

 sys-cluster/slurm/Manifest                         |   2 +-
 ...-lua.patch => slurm-22.05.3_autoconf-lua.patch} |  19 +-
 sys-cluster/slurm/metadata.xml                     |   6 +-
 sys-cluster/slurm/slurm-20.11.0.1-r105.ebuild      | 275 ---------------------
 ...-20.11.0.1-r104.ebuild => slurm-22.05.3.ebuild} |  34 ++-
 5 files changed, 38 insertions(+), 298 deletions(-)