Tracker bug for upgrading to Singular-3.16
work-in-progress Singular-3.1.6 packaging I'm testing with: http://rdieter.fedorapeople.org/rpms/Singular/
I have some time to work on this more today. Recent modifications to Singlar-3.1.5 in rawhide means some stuff needs rebasing. In particular, I'm running into build failures when polymake support is enabled... I'm probably going to disable that temporarily.
Oh boo, f20 local builds ok, but rawhide hits another new issue: ../factory/libsingcf.a(cf_factor.o): In function `~zz_pX': /usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()' /usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()' /usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()' /usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()' /usr/include/NTL/lzz_pX.h:87: undefined reference to `NTL::Vec<NTL::zz_p>::~Vec()' ../factory/libsingcf.a(cf_factor.o):/usr/include/NTL/lzz_pX.h:87: more undefined references to `NTL::Vec<NTL::zz_p>::~Vec()' follow collect2: error: ld returned 1 exit status Seems it's not happy with rawhide's ntl-6.1.0 (vs f20's ntl-6.0.0)
Arg, my checkout missed a few recent commits, I think this got fixed (now I need more merging)
Ha, nevermind, the best kind of missed recent commit. :) %changelog * Sun May 18 2014 pcpa <paulo.cesar.pereira.de.andrade> - 3.1.6-2 - Merge with RFE 3.1.6 update (#1074590) - Remove patches applied upstream - Disable polymake to allow interface rebootstrap thanks for fixing it.