Package: rocsolver / 6.4.3-2

Metadata

Package Version Patches format
rocsolver 6.4.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use local mathjax.patch | (download)

docs/conf.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 use local mathjax

The sphinx.ext.mathjax extension defaults to loading mathjax from a
CDN, which results in the lintian warning 'privacy-breach-generic'.
Use a local copy of mathjax to prevent that problem.

verbose build of specialized kernels.patch | (download)

library/src/CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 verbose build of specialized kernels

These files take so long to build on slower ppc64el and arm64 systems
that the build may time out due to inactivity. This is typically when
building for ten or more GPU architectures. Add the verbose flag so that
there is output printed as the compiler finishes building a translation
unit for each architecture.

Extend docs conf.py for offline build.patch | (download)

docs/conf.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 extend docs/conf.py for offline build

By setting these extra variables, we can suppress a remote call which
would cause the build to fail.