You could have created a link from libgslcblas to libcblas. That would have worked too.
François > On 14/12/2014, at 06:23, kcrisman <[email protected]> wrote: > > > It should compile against the vectorize library from apple. Don’t you have > > /usr/lib/libclas.dylib on that machine? > > > > No, I do not! We used something else. > > $ ls local/lib/libgslcblas. > libgslcblas.0.dylib libgslcblas.dylib > libgslcblas.a libgslcblas.la > > See e.g. http://trac.sagemath.org/ticket/10509#comment:23 . I tried a few > things to reenable that based on > http://git.sagemath.org/sage.git/diff/build/pkgs/iml/spkg-install?id=35ae4fd332022a697c73ce8bca6970fce1545591 > but they didn't work. > > I had to try changing to explicitly say which cblas - probably because this > is what that version of Mac was looking for. Presumably copying the file was > not needed but whatever. > > EXTRA_BLAS="" > if [ $UNAME = "Darwin" ]; then > # copy cblas headers from gsl > cp ../patches/gsl_cblas.h cblas.h > EXTRA_BLAS="--with-cblas=-lgslcblas" > fi > > and that seemed to do it. I'll report back if there is anything else needed. > ++++++++++++++ > By the way, if anyone reads this, on a totally unrelated note, it would be > nice to have the git pkg installed as early as possible. Maybe it has a lot > of dependencies? > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-release. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
