Ticket #1782 (closed: fixed)
Some Windows installer clean-up items
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
A few things I noticed about the windows installer (64 bit, but I assume applies to both):
- icatDownload.directory property is pointing to ../../../Test/Data/ICatDownload
- we're shipping the old scons versions along with the current one
- we're shipping the debug boost python library as well as the release one
- old (deleted) python algorithm's .pyc files are being shipped
Change History
comment:4 Changed 10 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 10 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:6 Changed 10 years ago by Anders Markvardsen
- Status changed from verifying to closed
Uninstalled Mantidplot entirely from my window 32bit machine, including deleting MantidInstall directory and then Re-install mantidplot. Although old scons version remove from the SVN it still appears in the MantidInstall\scons-local directory.
Russell's comment to this is:
I'm guessing it's picking up previously compiled python files (pyc) from the build server, so even though I've removed the directory from svn it still lives on there. Someone over there will have to go on and manually delete the directory (probably from both 32 & 64 bit machines). Or I can do it from home. This is not at all urgent.....
Ticket #1842 has been created to fix this later.
Otherwise looks good.