Package: xmds2 / 2.2.3+dfsg-15
Metadata
Package | Version | Patches format |
---|---|---|
xmds2 | 2.2.3+dfsg-15 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
revision number as deb pkg.patch | (download) |
xpdeint/version.sh |
5 5 + 0 - 0 ! |
insert debian package version in subversionrevisionstring |
decrease mpirun slots.patch | (download) |
testsuite/fast/RbGSdipoles.xmds |
2 1 + 1 - 0 ! |
decrease the numberslots required in the unit tests calling mpirun Hopefully, this will fix the hanging problem in those tests. |
no generation timestamps.patch | (download) |
xpdeint/wscript |
1 1 + 0 - 0 ! |
prevent inclusion of timestamps of the generation time This is recommended by the Debian's Reproducible Builds project: https://wiki.debian.org/ReproducibleBuilds/TimestampsInPythonCodeGeneratedByCheetah |
deterministic id.patch | (download) |
xpdeint/waf_extensions/cheetah.py |
3 3 + 0 - 0 ! |
avoid randomness in cheetah-generated ids |
no parallel waf build.patch | (download) |
xpdeint/Makefile |
2 1 + 1 - 0 ! |
prevent parallel executions of jobs in waf This is an attempt to make the build of xmds2 reproducible. By default, the Waf system uses -j2 for the amount of parallel jobs. This gives unpredictable orders of building from the *.tmpl files at each run, which has an impact oin the randomly generated ID's in the capture sections. |