From: "Ulrich Bodenhofer" <bodenhofer at bioinf.jku.at>
To: "Dan Tenenbaum" <dtenenba at fredhutch.org>
Cc: "Herv? Pag?s" <hpages at fhcrc.org>, msa at bioinf.jku.at, "Johannes Palme" <jpalme at aon.at>, bioc-devel at r-project.org
Sent: Monday, April 13, 2015 11:22:11 AM
Subject: Re: [Bioc-devel] OpenMP on Mac OS "Mavericks" build server morelia
Hi Dan,
Thanks for your reply!
On our Mavericks machine (10.9.5 with XCode 6.1), there was no OpenMP
installed at all. The configure script correctly found that out and
compiled our package without OpenMP support. On morelia, however, the
configure script seems to enforce OpenMP or at least thinks there is
some OpenMP installed. And then, during compilation, the include file
omp.h is not found. Maybe omp.h has to be prefixed with some
directory,
I don't know. Do you know of any other Bioconductor package that
supports OpenMP on the Mavericks platform - to check out how this
package does it?