#5862: [with patch, needs review] OSX 64 bit libsingular -- sage/libsingular
segfaults on first creation of a ring
---------------------------------+------------------------------------------
Reporter: was | Owner: malb
Type: defect | Status: new
Priority: major | Milestone: sage-4.0
Component: commutative algebra | Keywords:
---------------------------------+------------------------------------------
Comment(by GeorgSWeber):
Hi,
the hg repository of the spkg posted is unclean, "hg diff" gives:
{{{
diff -r aff77485c3e8 patches/src.Singular.Makefile.in
--- a/patches/src.Singular.Makefile.in Mon May 11 11:27:30 2009 -0700
+++ b/patches/src.Singular.Makefile.in Mon May 11 23:25:18 2009 +0200
@@ -101,7 +101,7 @@
#
# Handle libSINGULAR stuff
#
-LIBSINGULAR_LIBS =-lsingfac -lsingcf -lntl -lreadline -lgmp
-lomalloc_ndebug
+LIBSINGULAR_LIBS =-lsingfac -lsingcf -lntl -lreadline -lgmp -lomalloc
SO_SUFFIX = so
#LIBSINGULAR_FLAGS = -export-dynamic
}}}
(The file as-is should be the correct one, so just has to be checked in.
There is an editor-artifact file of the same name followed by a tilde in
the spkg.)
The changes themselves look pretty reasonable and OK to me, but I can't
test this on a OS X 64-bit system. I could test only whether they don't
break anything on OS X 10.4 32-bit, and I have not done this yet. However,
"1579.9 seconds" looks awesome --- on my MacIntel box with 2 GHz Core2Duo
and Mac OS X 10.4, "make -j2 test" needs over 6000 seconds.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5862#comment:10>
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
-~----------~----~----~----~------~----~------~--~---