I've been chasing my tail much of today, trying to make Singular play ball. Managed to find out one for for sure. Someone has written a patch to src/Singular/Makefile.in, then someone else has written one to the same file and overwrote the first one.

patch()
{
    # work-around patches
    cp patches/mminit.cc src/kernel/
    cp patches/assert.h src/factory/
    cp patches/kernel.rmodulon.cc src/kernel/rmodulon.cc
    cp patches/src.Singular.Makefile.in src/Singular/Makefile.in # FIRST
    cp patches/Singular.libsingular.h src/Singular/libsingular.h
    cp patches/factory.GNUmakefile.in src/factory/GNUmakefile.in
    cp patches/libfac.charset.alg_factor.cc src/libfac/charset/alg_factor.cc
    cp patches/kernel.Makefile.in src/kernel/Makefile.in
    cp patches/Singular.Makefile.in src/Singular/Makefile.in # OVERWRITES FIRST
    cp patches/Singular.tesths.cc src/Singular/tesths.cc

    if [ "$UNAME" = "CYGWIN" ]; then
# Fine to make this patch on any system, because it is code that is only compiled on Windows.
        cp patches/sing_win.cc src/Singular/
cp patches/IntegerProgramming-Makefile.in src/IntegerProgramming/Makefile.in
    fi

    #cp patches/Singular.configure src/Singular/configure
    #cp patches/Singular.configure.in src/Singular/configure.in
}

I've been trying to edit the first patch, wondering my my changes were not working. Now I know why!

dave

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to