Ticket #7110 (closed: fixed)
Mantid does not compile with fedora 19
Reported by: | Stuart Campbell | Owned by: | Stuart Campbell |
---|---|---|---|
Priority: | major | Milestone: | Release 2.6 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description (last modified by Stuart Campbell) (diff)
This is due to changes in boost 1.53 related to lexical_cast,
Change History
comment:2 Changed 7 years ago by Stuart Campbell
Updated to be simpler code - which works! refs #7110
Changeset: 4732c329b768bb4afb4421f045aed9a2a905f637
comment:3 Changed 7 years ago by Stuart Campbell
- Status changed from new to accepted
- Description modified (diff)
- Summary changed from Mantid does not compile with gcc 4.8 and boost 1.53 to Mantid does not compile on Fedora 19
comment:4 Changed 7 years ago by Stuart Campbell
- Summary changed from Mantid does not compile on Fedora 19 to Mantid does not compile with fedora 19
comment:5 Changed 7 years ago by Stuart Campbell
Change from transform as lexical_cast overload is ambiguous.
refs #7110
Changeset: 67ffbc96a73a9df4cdbe5bc690ec92fcf5647d1d
comment:6 Changed 7 years ago by Stuart Campbell
Updated to be simpler code - which works! refs #7110
Changeset: 4732c329b768bb4afb4421f045aed9a2a905f637
comment:7 Changed 7 years ago by Andrei Savici
This ticket is continued in ticket #7115. They should be checked together, since they are built on the same branch.
comment:8 Changed 7 years ago by Stuart Campbell
More changes to be compliant with boost 1.53 and C++11
Replaced shared_dynamic_cast with dynamic_pointer_cast refs #7110
Changeset: 520c0f6868b24c21afe5f8d81af111bf8699aa3b
comment:10 Changed 7 years ago by Gesner Passos
Merge branch 'feature/7097_usable_scripts' into develop into 6856_ConvertToDiffractionMDWS_v2
comment:11 Changed 7 years ago by Stuart Campbell
Merge branch 'feature/7110_fedora19' into develop into 6856_ConvertToDiffractionMDWS_v2
comment:12 Changed 7 years ago by Gesner Passos
Merge branch 'feature/7097_usable_scripts' into develop into 6856_ConvertToDiffractionMDWS_v2
comment:13 Changed 7 years ago by Stuart Campbell
Merge branch 'feature/7110_fedora19' into develop into 6856_ConvertToDiffractionMDWS_v2
comment:14 Changed 7 years ago by Stuart Campbell
- Status changed from accepted to verify
- Resolution set to fixed
TESTER: This will be hard to test unless you have a Fedora 19 machine - I have tested the compile on my home PC and all compiles ok.
If these changes don't upset any of the build servers then i would say it's safe to merge.
comment:15 Changed 7 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:16 Changed 7 years ago by Andrei Savici
Merge remote-tracking branch 'origin/feature/7110_fedora19' into master
comment:19 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7956
Change from transform as lexical_cast overload is ambiguous.
refs #7110