-
Notifications
You must be signed in to change notification settings - Fork 30
/
pyxis.spec
106 lines (74 loc) · 2.89 KB
/
pyxis.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Name: nvslurm-plugin-pyxis
Version: %{VERSION}
Release: 1%{?dist}
License: ASL 2.0
Vendor: NVIDIA CORPORATION
Packager: NVIDIA CORPORATION <[email protected]>
URL: https://github.com/NVIDIA/pyxis/
BuildRequires: make gcc slurm-devel
Summary: Pyxis is a SPANK plugin for the SLURM workload manager
%if 0%{?fedora} >= 23 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1500
Requires: (enroot >= 3.1.0 or enroot-hardened >= 3.1.0)
%else
Requires: enroot >= 3.1.0
%endif
%description
Pyxis is a SPANK plugin for the SLURM Workload Manager. It allows unprivileged
cluster users to run containerized tasks through the srun command.
%files
%license LICENSE
%doc README.md
%{_libdir}/slurm/*
%{_datadir}/pyxis/pyxis.conf
%prep
%build
%make_build prefix=%{_prefix}
%install
%make_install prefix=%{_prefix} libdir=%{_libdir} DESTDIR=%{buildroot}
%changelog
* Wed Jul 31 2024 NVIDIA CORPORATION <[email protected]> - 0.20.0-1
- Release v0.20.0
* Fri Apr 12 2024 NVIDIA CORPORATION <[email protected]> - 0.19.0-1
- Release v0.19.0
* Tue Mar 19 2024 NVIDIA CORPORATION <[email protected]> - 0.18.0-1
- Release v0.18.0
* Thu Jan 25 2024 NVIDIA CORPORATION <[email protected]> - 0.17.0-1
- Release v0.17.0
* Fri Sep 08 2023 NVIDIA CORPORATION <[email protected]> - 0.16.1-1
- Release v0.16.1
* Mon Aug 21 2023 NVIDIA CORPORATION <[email protected]> - 0.16.0-1
- Release v0.16.0
* Mon Mar 06 2023 NVIDIA CORPORATION <[email protected]> - 0.15.0-1
- Release v0.15.0
* Fri Sep 23 2022 NVIDIA CORPORATION <[email protected]> - 0.14.0-1
- Release v0.14.0
* Thu May 05 2022 NVIDIA CORPORATION <[email protected]> - 0.13.0-1
- Release v0.13.0
* Fri Jan 28 2022 NVIDIA CORPORATION <[email protected]> - 0.12.0-1
- Release v0.12.0
* Mon Jun 14 2021 NVIDIA CORPORATION <[email protected]> - 0.11.0-1
- Release v0.11.0
* Mon May 10 2021 NVIDIA CORPORATION <[email protected]> - 0.10.0-1
- Release v0.10.0
* Thu Dec 03 2020 NVIDIA CORPORATION <[email protected]> - 0.9.1-1
- Release v0.9.1
* Tue Dec 01 2020 NVIDIA CORPORATION <[email protected]> - 0.9.0-1
- Release v0.9.0
* Thu Aug 20 2020 NVIDIA CORPORATION <[email protected]> - 0.8.1-1
- Release v0.8.1
* Tue Aug 04 2020 NVIDIA CORPORATION <[email protected]> - 0.8.0-1
- Release v0.8.0
* Wed Jul 01 2020 NVIDIA CORPORATION <[email protected]> - 0.7.0-1
- Release v0.7.0
* Thu Mar 26 2020 NVIDIA CORPORATION <[email protected]> - 0.6.0-1
- Release v0.6.0
* Thu Mar 12 2020 NVIDIA CORPORATION <[email protected]> - 0.5.0-1
- Release v0.5.0
* Tue Dec 10 2019 NVIDIA CORPORATION <[email protected]> - 0.4.0-1
- Release v0.4.0
* Mon Oct 28 2019 NVIDIA CORPORATION <[email protected]> - 0.3.0-1
- Release v0.3.0
* Thu Sep 05 2019 NVIDIA CORPORATION <[email protected]> - 0.2.0-1
- Release v0.2.0
* Thu Jul 25 2019 NVIDIA CORPORATION <[email protected]> - 0.1.0-1
- Initial release