pythonPackages.pyslurm: 18-08-3 -> 19-05-0
This commit is contained in:
parent
6a5d83231e
commit
681b36b14e
|
@ -2,28 +2,15 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyslurm";
|
pname = "pyslurm";
|
||||||
version = "18-08-3";
|
version = "19-05-0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "pyslurm";
|
repo = "pyslurm";
|
||||||
owner = "PySlurm";
|
owner = "PySlurm";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1rymx106xa99wd4n44s7jw0w41spg39y1ji4fgn01yk7wjfrdrwg";
|
sha256 = "1lfb4q81y96syz5an1lzscfcvmfvlkf4cfl3i5zllw9r3gbarl2r";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Needed for patch below to apply
|
|
||||||
prePatch = ''
|
|
||||||
sed -i -e '/__max_slurm_hex_version__ = "0x1208/c__max_slurm_hex_version__ = "0x120804"' setup.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Implements a less strict slurm version check
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/PySlurm/pyslurm/commit/d3703f2d58b5177d29092fe1aae1f7a96da61765.diff";
|
|
||||||
sha256 = "1s41z9bhzhplgg08p1llc3i8zw20r1479s04y0l1vx0ak51b6w0k";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [ cython slurm ];
|
buildInputs = [ cython slurm ];
|
||||||
setupPyBuildFlags = [ "--slurm-lib=${slurm}/lib" "--slurm-inc=${slurm.dev}/include" ];
|
setupPyBuildFlags = [ "--slurm-lib=${slurm}/lib" "--slurm-inc=${slurm.dev}/include" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue