Compiling on Mac OS X: GSL & GSLBLAS

Hi, I been trying to compile breve on OS X for the last couple of hours, downloading, building and installing each required library from source as each "missing xxx library" message appeared. Now, the missing library seems to be GSL, but the documentation is a bit ambiguous on this point.

It lists GSL as [required] and a few lines later it lists it as [optional].

Is it required or, if not, what should I change so it continues building without it?

Further, it says this about the [required] libgslblas "On Mac OS X, the System vecLib framework is used, which provides AltiVec hardware acceleration on supported chips."

Is this a particular version or just the regular version from gnu.org?

Thanks!

(note: I'm trying to build from the nightly CVS version - breve_source_02-09-06)

Compiling on Mac OS X: GSL & GSLBLAS

Both gsl and gslcblas are now required libraries -- I'll make sure the README reflects this. gslcblas comes with gsl. As far as I know, there are no specific version requirements for GSL.

On Mac OS X, you can use -framework vecLib (or possibly -framework Accelerate under 10.4?) instead of gslcblas to get AltiVec acceleration.

- jon

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.