Ticket #583 (closed: wontfix)
Mantid libraries built in wrong directories
Reported by: | Freddie Akeroyd | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Iteration 18 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Mantid currently builds all its shared libraries in ./Bin/Shared but these are installed to different final directories, meaning each installer must know what to install where. It would make life easier if a separation into Bin/Shared and Bin/plugins could be done during scons/Visual Studio building
Change History
comment:2 Changed 11 years ago by Nick Draper
- Milestone changed from Iteration 17 to Iteration 18
Moved as part of iteration end
Note: See
TracTickets for help on using
tickets.
(In [2422]) Workaround on Linux until directory locations are done in scons. Refs #583. Fixes #552.