View Issue Details

IDProjectCategoryView StatusLast Update
0002113ThirdPartyPatchpublic2016-06-08 15:16
Reporterwyldckat Assigned Tohenry  
PrioritylowSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0002113: makeGcc: added "-no-multilib" option to the script
DescriptionWhen building a 64-bit custom GCC version, and although there are certain dependencies that are a must, the multilib requirement is something that shouldn't be always obligatory, given that the end user will unlikely need to build both 32 and 64-bit builds of OpenFOAM and might not be possible to install the necessary 32-bit base support on the system.

The attached file "makeGcc" aims to help with that, by at least providing the option to disable building GCC with multilib support.

Also added the respective usage information to the help message, following the same convention as in "makeParaView".
Steps To ReproduceExample usage:

  makeGcc -no-multilib
TagsNo tags attached.

Activities

wyldckat

2016-06-08 12:02

updater  

makeGcc (6,986 bytes)   

henry

2016-06-08 15:15

manager   ~0006409

Resolved by commit ce4951579b8e01ce524ed6e465ea352e6a243f1b

Issue History

Date Modified Username Field Change
2016-06-08 12:02 wyldckat New Issue
2016-06-08 12:02 wyldckat Status new => assigned
2016-06-08 12:02 wyldckat Assigned To => henry
2016-06-08 12:02 wyldckat File Added: makeGcc
2016-06-08 15:15 henry Note Added: 0006409
2016-06-08 15:15 henry Status assigned => resolved
2016-06-08 15:15 henry Fixed in Version => dev
2016-06-08 15:15 henry Resolution open => fixed