#4467: clean up or delete the (unused?) hanke extension
----------------------+-----------------------------------------------------
 Reporter:  mabshoff  |       Owner:  mabshoff  
     Type:  defect    |      Status:  new       
 Priority:  major     |   Milestone:  sage-3.2.1
Component:  build     |    Keywords:            
----------------------+-----------------------------------------------------
 setup.py contains
 {{{
 hanke = Extension(name = "sage.libs.hanke.hanke",
               sources = ["sage/libs/hanke/hanke.pyx",
                          "sage/libs/hanke/wrap.cc",
                          "sage/libs/hanke/Matrix_mpz/Matrix_mpz.cc",
                          "sage/libs/hanke/Matrix_mpz/CountLocal2.cc",
                          "sage/libs/hanke/Matrix_mpz/CountLocal.cc",
                          "sage/libs/hanke/Matrix_mpz/Local_Constants.cc",
 "sage/libs/hanke/Matrix_mpz/Local_Density_Front.cc",
 "sage/libs/hanke/Matrix_mpz/Local_Density_Congruence.cc",
                          "sage/libs/hanke/Matrix_mpz/Local_Normal.cc",
                          "sage/libs/hanke/Matrix_mpz/Local_Invariants.cc",
                          "sage/libs/hanke/Utilities/string_utils.cc",
 "sage/libs/hanke/GMP_class_extras/mpz_class_extras.cc",
                          "sage/libs/hanke/GMP_class_extras/vectors.cc" ],
                    libraries = ["gmp", "gmpxx", "stdc++"])
 }}}

 It looks like dead code to me, so it should be deleted IMHO. In case John
 wants to use it for something he should be given the chance to rescue it.

 Cheers,

 Mcihael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4467>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to