|
[Sponsors] |
Extend Project 1.6-ext Binary Release for Mac OS X |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 10, 2011, 08:42 |
|
#21 |
New Member
Darrin Stephens
Join Date: Mar 2009
Posts: 25
Rep Power: 17 |
Philip,
In the file: ThirdParty/rpmBuild/SOURCES/libccmio-2.6.1.patch_0 You need to add support for 11.0, this can be achieved by modifying lines 14 and 41 in the file. You need to modify line 14 as this is a new Darwin main version, different from 10. Let me know if you need help. If you get this working can you post the issue and resolution on mantis so Martin can include in the hotfixes. Darrin |
|
October 10, 2011, 10:11 |
|
#22 |
Super Moderator
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,097
Rep Power: 34 |
Hi Darrin,
Thanks for the help. OK I am not quite sure how to modify the lines. At the moment lines 10-16 are: Code:
@ -34,6 +34,7 @@ x86_64-unknown-linux-gnu-null) echo linux64_2.4-x86-glibc_2.2.5 ;; ppc64-unknown-linux-gnu-null) echo linux64_2.6-pwr4-glibc_2.3.3 ;; i386-apple-darwin8-null) echo i386-apple-darwin8 ;; + i386-apple-darwin10-null) echo i386-apple-darwin10 ;; *) echo unknown ;; esac Code:
@ -34,6 +34,7 @@ x86_64-unknown-linux-gnu-null) echo linux64_2.4-x86-glibc_2.2.5 ;; ppc64-unknown-linux-gnu-null) echo linux64_2.6-pwr4-glibc_2.3.3 ;; i386-apple-darwin8-null) echo i386-apple-darwin8 ;; + i386-apple-darwin10-null) echo i386-apple-darwin10 ;; + i386-apple-darwin11-null) echo i386-apple-darwin11 ;; *) echo unknown ;; esac Then the lines 36-45 are: Code:
@@ -87,6 +87,9 @@ i386-apple-darwin8.11.1) echo i386-apple-darwin8 ;; + i386-apple-darwin10.5.0 | i386-apple-darwin10.7.0 | i386-apple-darwin10.8.0) + echo i386-apple-darwin10 ;; + *) echo unknown echo System type ${SYSTEM} not supported! 1>&2 ;; Code:
@@ -87,6 +87,9 @@ i386-apple-darwin8.11.1) echo i386-apple-darwin8 ;; + i386-apple-darwin10.5.0 | i386-apple-darwin10.7.0 | i386-apple-darwin10.8.0) + echo i386-apple-darwin10 ;; + + i386-apple-darwin11.0.0) + echo i386-apple-darwin11 ;; + *) echo unknown echo System type ${SYSTEM} not supported! 1>&2 ;; Thanks, Philip |
|
October 14, 2011, 10:46 |
|
#23 |
Super Moderator
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,097
Rep Power: 34 |
OK,
The compilation on Mac Lion runs fine now, I had to change two files: ThirdParty/rpmBuild/SOURCES/libccmio-2.6.1.patch_0 and ThirdParty/rpmBuild/SPECS/libccmio-2.6.1.spec files to include support for Mac Lion (darwin11). I have reported this bug to mantis here. I have attached a zip containing the patch and spec files that worked for me. Philip |
|
April 7, 2012, 04:06 |
|
#24 |
Senior Member
Jie
Join Date: Jan 2010
Location: Australia
Posts: 134
Rep Power: 16 |
Hi Hrvoje
Thanks for your instruction for compiling 1.6-ext on Mac. I followed your instruction and managed to compile it on Mac 10.6.5 (Snow Lepord) with one small change. I removed -lrt at /OpenFOAM/OpenFOAM-1.6-ext/src/decompositionMethods/scotchDecomp/Make/options as Mac OS X doesn't need the dependency on "-lrt". |
|
August 27, 2013, 09:01 |
OpenFoam-1.6-ext Mac
|
#25 | |
New Member
loic tachon
Join Date: Jan 2012
Posts: 5
Rep Power: 14 |
Hi Im looking for this version of open foam for mac but your link for this version does not exists anymore.
Do you know where can I find this version ? (.dmg if it is possible) Thanks a lot Quote:
|
||
November 5, 2013, 17:24 |
|
#26 |
Member
Eric Bryant
Join Date: Sep 2013
Location: Texas
Posts: 44
Rep Power: 13 |
I didn't realize an installation wiki page existed: http://openfoamwiki.net/index.php/In...enFOAM-1.6-ext
|
|
November 5, 2013, 17:50 |
|
#27 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
@codder: Quote:
Best regards, Bruno
__________________
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Extend Project Release 1.6-ext | hjasak | OpenFOAM Announcements from Other Sources | 33 | July 14, 2011 19:54 |
Error to re-open fluent case file | J.Gimbun | FLUENT | 0 | April 27, 2006 09:42 |
Sliding mesh error | Karl Kevala | FLUENT | 4 | February 21, 2001 16:52 |