@@ -32,45 +32,9 @@ http://www.singular.uni-kl.de/
32
32
33
33
== Special Update/Build Instructions ==
34
34
35
- See spkg-src.
35
+ See spkg-src to create the source tarball .
36
36
37
- == Patches ==
38
- * assert.patch: logic seems to be broken on some platforms
39
- * Minor.h.patch: needs to have <time.h> included on Cygwin
40
- * slibdir.patch: set default slibdir to ${datarootdir}/singular
41
- instead of ${prefix}/LIB, see #13344.
42
- * sanitize_gmp_header_hack.patch:
43
- Fix and simplify generation of `factory/cf_gmp.h` (cf. #14737).
44
- * flint.patch: avoid underlinking FLINT in libsingular.
45
- * exeext.patch: Add $(EXEEXT) to some executable names.
46
- * cygwin64.path: Support for Cywgin64.
47
- * templates.patch: do not use -fno-implicit-templates, which breaks
48
- the build with NTL 6.2.1 for some GCC versions.
49
-
50
- The following patches fix errors that only occur in a debug build, see
51
- http://trac.sagemath.org/ticket/16938
52
- They shouldn't be needed any more in the next Singular version:
53
-
54
- * hans-polyvectorerror.patch: Fix erroneous "mixed poly/vector" error
55
- message
56
- * hans-slimgb-and-letterplace.patch: Fix incorrect debug assertions
57
- in slimgb and letterplace algebras
58
- * hans-integerpolys.patch: Fix incorrect assertions in integer
59
- polynomials.
60
-
61
-
62
- Other notes
63
- * The option '--without-dynamic-kernel' is used on *all*
64
- systems with the exception of Linux. The online README at
65
- http://www.singular.uni-kl.de/svn/trunk/README says this should
66
- be used on Solaris, with no mention of it being necessary for
67
- OS X, or any other platform except Solaris.
68
- * The online readme says that CONFIG_SHELL should be set to /bin/bash
69
- on Solaris. This is not done currently. Since this does not build
70
- fully as a 64-bit application on Solaris, CONFIG_SHELL should be
71
- investigated as a possible cause later.
72
- * Be sure that Singular/Singular.rc.in is present, as occasionally this
73
- was missing, which caused problems on Cygwin (e.g., see #10235)
37
+ Other notes:
74
38
* Due to http://www.singular.uni-kl.de:8002/trac/ticket/438, we
75
39
currently always build Singular with its debug code. Change
76
40
--with-debug to $WITH_DEBUG in the configure call if this is fixed.
@@ -79,3 +43,6 @@ Other notes
79
43
and libsingular library will be slower than with omalloc, but allow
80
44
for easier debugging of memory corruptions.
81
45
46
+ == Patches ==
47
+
48
+ * Currently none
0 commit comments