mrklein / openfoam-os-x

Patches for OpenFOAM(R) to build it on OS X
93 stars 33 forks source link

WM_LABEL_SIZE metis 5.1.0 did not build clang: error: linker... #19

Closed ajl42 closed 8 years ago

ajl42 commented 8 years ago

Hi, thanks for all the great work with openFOAM, Mac os x and home-brew. It is very impressive and helped my work. I've installed home-brew and openFOAM 3.0.0 on my macbook pro ( El-Cap) and it runs happily in serial. So I've just tried to update metis and scotch as per:

https://github.com/mrklein/openfoam-os-x/wiki/OpenFOAM-3.0.(0%7Cx)-&-WM_LABEL_SIZE=64

via:

$ brew install https://raw.githubusercontent.com/mrklein/openfoam-os-x/master/formulae/metis64.rb

and it fails, I'm not sure why. Can you please help, attached is the output of above script:

log.metis64.zip

Many thanks, Andy

mrklein commented 8 years ago

Hi,

Installation fails due to the bug in LLVM which comes with Xcode 7.3 (https://llvm.org/bugs/show_bug.cgi?id=27059).

I have pushed workaround based upon upstream METIS formula (https://github.com/Homebrew/homebrew-science/blob/master/metis.rb#L26). Now it builds without error, at least on my OS X 10.11.4/clang-703.0.29.

ajl42 commented 8 years ago

Hi, thanks for the work around. Really appreciate the support.

Andy.

On 14 Apr 2016, at 21:39, Alexey Matveichev notifications@github.com wrote:

Hi,

Installation fails due to the bug in LLVM which comes with Xcode 7.3 (https://llvm.org/bugs/show_bug.cgi?id=27059 https://llvm.org/bugs/show_bug.cgi?id=27059).

I have pushes workaround base upon upstream METIS formula (https://github.com/Homebrew/homebrew-science/blob/master/metis.rb https://github.com/Homebrew/homebrew-science/blob/master/metis.rb). Now it builds without error, at least on my OS X 10.11.4/clang-703.0.29.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/mrklein/openfoam-os-x/issues/19#issuecomment-210139172