Ticket #1139 (closed: duplicate)
Upgrade the Mac build to an OpenMP-enabled version of gcc
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
gcc 4.2 is installed on the Mac build machine, but trying to use it initially caused a cascade of compilation errors so I fell back to using 4.0
Change History
comment:3 Changed 11 years ago by Russell Taylor
- Status changed from new to accepted
Giving up on this one for now. It compiles, but crashes with an 'Abort Trap' that looks like it's got something to do with Poco.
Here's what I did:
- Installed gcc 4.4 from MacPorts. It's in /opt/local/bin. If the argument gcc44 is passed to scons then it will use that, otherwise it will stick with the default (4.0).
- Downloaded boost 1.40 and compiled the necessary libraries. This is now in Third_Party on the Mac buildserver and it all works fine. The boost download itself is in /Users/mantid/boost_1_40_0.
Note: See
TracTickets for help on using
tickets.
(In [3930]) Minor updates required by more recent versions of boost. Re #1139.