Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
sphinx-local-mathjax.patch | Switch to local mathjax for documentation =================================================================== |
Stuart Prescott <stuart@debian.org> | not-needed | |||
openmp-bounds-tests.patch | commit 943c8e5946d99635ffce18fbe1ab0dcf6d78efd6 Mark inner loop variables as private for openmp For nested loops, the inner loop variable needs to be private, else the parallelised loops will interfere with each other and return early. OPENMP automatically marks any variables that are declared within the parallelised block as being private but if the inner loop variable is declared at the top of the function, then this does not happen. diff --git a/bumps/dream/compiled.c b/bumps/dream/compiled.c index 56b4695..7cbd4e2 100644 |
Stuart Prescott <stuart@debian.org> | yes | 2022-07-28 | ||
scipy_1.10.patch | =================================================================== | no |