Skip to content

Commit

Permalink
Trac #24642: Remove solaris_fixes.h
Browse files Browse the repository at this point in the history
`src/sage/ext/solaris_fixes.h`
and the whole story about (lack of) proper Complex support on Solaris---
perhaps it's all history now.

URL: https://trac.sagemath.org/24642
Reported by: dimpase
Ticket author(s): Dima Pasechnik
Reviewer(s): Jeroen Demeyer, Matthias Koeppe
  • Loading branch information
Release Manager committed Jul 4, 2020
2 parents 90aa68c + 49d168d commit 95f468b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/sage/ext/solaris_fixes.h

This file was deleted.

3 changes: 0 additions & 3 deletions src/sage_setup/autogen/interpreters/specs/cdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ def __init__(self):
import sage.rings.complex_double
cdef object CDF = sage.rings.complex_double.CDF
cdef extern from "solaris_fixes.h":
pass
cdef extern from "complex.h":
cdef double creal(double_complex)
cdef double cimag(double_complex)
Expand Down

0 comments on commit 95f468b

Please sign in to comment.