> >> So I modified it so that cephes now builds. It seems to help a little, > >> because in the log file for r-2.14.0.p1.log it says that it found ccosh, > >> when previously it said it didn't. > > >> Nevertheless, I am still getting the same errors when I run > > >>> sage -t -force_lib "devel/sage/sage/calculus/riemann.pyx" > > >> I see in the source code that there are huge numbers of places where > >> CYGWIN is checked. So it is really hard for me to trace whether there > >> is a check somewhere else for CYGWIN that causes it to try cephes first > >> before looking in /usr/local/include. > > > Hmm, the checks for Cygwin should only be in spkg-install files, and > > those are mostly to apply Cygwin-only patches. > > > As far as cephes is concerned, if you need it, you should be able to > > change > > > #!/usr/bin/env bash > > > if [ "$UNAME" != "CYGWIN" ]; then > > echo "We do not install the cephes library on any operating system > > except Cygwin." > > exit 0 > > fi > > > appropriately. But checks for Cygwin shouldn't impact other systems, > > including FreeBSD. > > I just found > this.http://trac.sagemath.org/sage_trac/attachment/ticket/9543/cephes-2.8.... > > I'm trying it now.
Great. You might find the Trac component for FreeBSD http://trac.sagemath.org/sage_trac/query?status=needs_info&status=needs_review&status=needs_work&status=new&status=positive_review&component=FreeBSD&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component to be quite useful, for future reference. (I think I mentioned this earlier in private correspondence, but anyway now it's in this thread for others who are interested.) - kcrisman -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org