Ticket #12424 (closed defect: wontfix)
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
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
Note: See
TracTickets for help on using
tickets.


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