Ticket #12424 (closed defect: wontfix)

Opened 16 months ago

Last modified 13 months ago

OS X Lion: symmetrica doesn't work

Reported by: jhpalmieri Owned by: tbd
Priority: major Milestone: sage-duplicate/invalid/wontfix
Component: packages: standard Keywords: symmetrica darwin lion osx
Cc: Work issues:
Report Upstream: N/A Reviewers: John Palmieri
Authors: Merged in:
Dependencies: Stopgaps:

Description (last modified by jhpalmieri) (diff)

With the default compiler in XCode 4, OS X Lion, the symmetrica spkg apparently builds successfully and passes self-tests, but the file devel/sage/sage/libs/symmetrica/schur.pxi fails doctests: it hangs and times out. One possible fix: compile the spkg with optimization turned off; then schur.pxi passes tests in under 3 seconds. (Another possible solution: compile with /usr/bin/gcc-4.2 if present. If you try to compile with clang, the build fails.)


New spkg:  http://sage.math.washington.edu/home/palmieri/SPKG/symmetrica-2.0.p8.spkg

Attachments

trac_12424-symmetrica.2.patch Download (1.8 KB) - added by jhpalmieri 16 months ago.
trac_12424-symmetrica.patch Download (1.8 KB) - added by jhpalmieri 16 months ago.

Change History

comment:1 Changed 16 months ago by jhpalmieri

  • Status changed from new to needs_review
  • Description modified (diff)
  • Authors set to John Palmieri

The spkg here checks for /usr/bin/gcc-4.2. If present, it uses it; otherwise, it turns off optimization when compiling.

Changed 16 months ago by jhpalmieri

Changed 16 months ago by jhpalmieri

comment:2 Changed 13 months ago by jhpalmieri

  • Status changed from needs_review to positive_review
  • Milestone changed from sage-5.0 to sage-duplicate/invalid/wontfix

I think this should be closed, since building gcc (#12369) allows symmetrica to build without problems.

comment:3 Changed 13 months ago by jdemeyer

  • Status changed from positive_review to closed
  • Reviewers set to John Palmieri
  • Resolution set to wontfix
  • Authors John Palmieri deleted
Note: See TracTickets for help on using tickets.