Ticket #3079 (closed defect: wontfix)

Opened 8 months ago

Last modified 5 months ago

[with patch, needs work] quaddouble configuration and spkg-install cleaning

Reported by: fbissey Assigned to: mabshoff
Priority: minor Milestone: sage-duplicate/invalid/wontfix
Component: build Keywords: editor_mabshoff
Cc:

Description

The current spkg-install keep the strange default of the qd package. The proposed patch enable ieee error compliant addition and disable sloppy division and multiplication. Further spkg-install currently comes with the following strange settings:

CXXFLAGS='-fPIC -O3 -Dx86'

-fpic, beside being platform specific, is useless in this case as no shared object is produced. Flags like -Dx86 are best left to the configure script, fortunately this should be without effect, the correct parameter being "X86". Both flags should be removed as well.

Attachments

spkg-install.patch (450 bytes) - added by fbissey on 05/02/2008 04:36:47 AM.

Change History

05/02/2008 04:36:47 AM changed by fbissey

  • attachment spkg-install.patch added.

05/02/2008 04:59:25 AM changed by mabshoff

  • summary changed from quaddouble configuration and spkg-install cleaning to [with patch, needs review] quaddouble configuration and spkg-install cleaning.
  • milestone set to sage-3.0.1.

06/15/2008 02:58:01 PM changed by craigcitro

  • keywords set to editor_mabshoff.

06/19/2008 09:10:10 PM changed by craigcitro

  • summary changed from [with patch, needs review] quaddouble configuration and spkg-install cleaning to [with patch, needs work] quaddouble configuration and spkg-install cleaning.

08/10/2008 10:25:57 PM changed by mabshoff

  • status changed from new to closed.
  • resolution set to wontfix.
  • milestone changed from sage-3.1.1 to sage-duplicate/invalid.

Since we are dumping quaddouble this ticket is wontfix.

Cheers,

Michael