Package: sasmodels / 1.0.10-1

Metadata

Package Version Patches format
sasmodels 1.0.10-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Don t fail when pyc files in usr lib can t be remove.patch | (download)

sasmodels/custom/__init__.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 don't fail when pyc files in /usr/lib can't be removed

sasview tries to open local_config.py using load_module_from_path() but
local_config.py(c) will be in a read-only location in /usr/lib so this
fails.

0002 Switch to local mathjax for documentation.patch | (download)

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

 switch to local mathjax for documentation


0003 Set library location to pick up precompiled models.patch | (download)

sasmodels/kerneldll.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 set library location to pick up precompiled models

models can be precompiled or compiled just-in-time; for a binary distribution such
as Debian, it makes sense to precompile the models and ship them in the package.

0004 Clean up model files from tests.patch | (download)

sasmodels/direct_model.py | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 clean up model files from tests