Package: xmds2 / 3.1.0+dfsg2-3
Metadata
Package | Version | Patches format |
---|---|---|
xmds2 | 3.1.0+dfsg2-3 | 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 in the randomly generated ID's in the capture sections. |
wscritp no shebang line.patch | (download) |
xpdeint/support/wscript |
2 1 + 1 - 0 ! |
comment out the shebang line The wscript script is installed as a non executable file, so there is no need for keeping the shebang line. |
pygments style lexer.patch | (download) |
userdoc/src/_pygments/FriendlyPlusStyle.py |
36 36 + 0 - 0 ! |
use valid pygments style |
extra alignment tab.patch | (download) |
userdoc/src/reference_elements.rst |
8 4 + 4 - 0 ! |
avoid extra alignment tab error in split environment |
numpy asscalar.patch | (download) |
xpdeint/XSILFile.py |
5 4 + 1 - 0 ! |
use numpy.ndarray.item instead of numpy.asscalar The method numpy.asscalar() is deprecated since version 1.16 of numpy and was removed in version 1.23. |
auto gitignore | (download) |
.gitignore |
10 10 + 0 - 0 ! |
update .gitignore from debian packaging branch The Debian packaging git branch contains these updates to the upstream .gitignore file(s). This patch is autogenerated, to provide these updates to users of the official Debian archive view of the package. [dgit (10.1) update-gitignore] |