Ticket #2370 (closed: fixed)
UserAlgorithm SConstruct does not compile with VS express
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
Visual studio express doesn't ship with the openmp libraries but our UserAlgorithms SConstruct activates the flag regardless.
There needs to be a check for the library.
Change History
comment:1 Changed 10 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 10 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
Note: See
TracTickets for help on using
tickets.
(In [9318]) Add a check for the OpenMP library so that the /openmp flag is only included if the libaray is present. Fixes #2370