Opened 8 years ago
Closed 7 years ago
#887 closed defect (fixed)
reorganize tree, separating the installed source from the build source
Reported by: | pkienzle | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | SasView 4.2.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
The code tree should be reorganized so that the sasview module sas.sasview is in src/sas/sasview/init.py rather than sasview/init.py.
Also, normalize the handling of config files so that they can be accessed from sas.sascalc without sas.sasgui installed.
This was done against master from Feb 2016 in https://github.com/pkienzle/sasview. The changes could be applied to the new tree, but some conflicts will need to be resolved:
http://stackoverflow.com/questions/8948803/what-does-git-remote-add-upstream-help-achieve
As a second step, maybe rename sas.sascalc/sas.sasgui to sas.calc/sas.gui?
Change History (1)
comment:1 Changed 7 years ago by krzywon
- Resolution set to fixed
- Status changed from new to closed
The reorg was done in PR109 which is now in master.