Skip to content
burcin edited this page Jul 18, 2011 · 102 revisions

Ideas for Singular on top of libpolys

Fix the compilation of libkernel.a (BASE/kernel):

  1. svn rebase!
  2. make script (just make in BASE/kernel) (Hans)
  3. eliminate mod2.h (replace by aux...h) (Hans, Oleksandr)
  4. reintroduce currRing/rSetCurrRing()
  5. try compiling a test.cc with all the headerh #included inside (make test.oinBASE/kernel`):
  • works except for kutil.h
  • what is wrong with kutil.h? try to fix...
  1. try compiling a test.cc with all the sources #included inside (make test.oinBASE/kernel`):
  • no missing headers now!
  • complains about a lot of stuff... :(
  1. deal with structs.h! (Hans)
  2. install coeffs/mpr_complex.h and factory/templates/ftmpl_list.h
  3. what about longrat.h modulop.h (i placed dummy including coeffs/number for now)
  4. deal with other dummy's (re-introduced stubs instead of correcting lots of code)
  5. Fix headers
  • kutil.h // problematic...!?
  • tgb_internal.h // uses kutil :(
  • F4.h // uses tgb_internal
  • si_gmp.h // remove this!
  1. Coordinate work with other active! people (please assign yourself) for working through files:

List of files to be fixed!

Write your name next to a file if you are working on it. When you are done, use ~~ to put a strike through the file name.

See porting_instructions for instructions on what needs to be done for each file.

  • digitech.cc
  • eigenval.cc
  • f5c.cc
  • F5cLists.cc
  • f5data.cc
  • f5gb.cc
  • f5lists.cc
  • fast_maps.cc
  • fast_mult.cc
  • febase.cc
  • feread.cc
  • fglmcomb.cc
  • fglmgauss.cc
  • fglmhom.cc
  • fglmvec.cc
  • fglmzero.cc
  • gfan.cc
  • GMPrat.cc
  • gr_kstd2.cc
  • hdegree.cc
  • hilb.cc
  • hutil.cc
  • ideals.cc
  • int64vec.cc
  • khstd.cc
  • kspoly.cc
  • kstd1.cc
  • kstd2.cc
  • kstdfac.cc
  • kutil.cc
  • linearAlgebra.cc
  • misc.cc
  • multicnt.cc
  • npolygon.cc
  • ratgring.cc
  • ringgb.cc
  • semic.cc
  • shiftgb.cc
  • spectrum.cc
  • splist.cc
  • syz.cc
  • syz0.cc
  • syz1.cc
  • syz2.cc
  • syz3.cc
  • tgb.cc
  • tgbgauss.cc
  • timer.cc
  • units.cc
  • walkMain.cc
  • walkProc.cc
  • walkSupport.cc
  • F4.cc // missing in makefile
  • F5cData.cc
  • kInline.cc
  • kpolys.cc
  • mmalloc.cc
  • // tgb_obsolete.cc // ?

Ideas for improving libpolys:

  • we have a lot of easy to-get-get-rid-of-warnings (in compile time): eliminate them.
  • create a single libpolys.a (and libpolys.so!?) out of all our libraries (libpolys/misc.a .... etc)
  • try to make use of clang and Sun-Studio-compiler for libpolys: don't work as of now :(
  • find some tool to check test coverage

Clone this wiki locally