You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: CygwinPort.md
+8
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,7 @@ Here follow the problem encountered while building Sage:
198
198
It should be noted that some libraries were only build in static version although building a shared version should not be a problem, but just a matter of passing -no-undefined to libtool when it is invoked in link mode (adding --no-undefined to LDFLAGS might not work, nor adding -Wl,--no-undefined to C[XX]FLAGS flags, it is really libtool which must be convinced it is not an issue and it doesn't care about the previous env variables) so that libtool does not complain, this is now [#13354](https://trac.sagemath.org/ticket/13354) (see there for current status).
199
199
200
200
Some worrying cygcheck output:
201
+
201
202
```
202
203
(sage-sh) jp`@`THINKPAD:~/sage-5.2$ for d in `find . -name *.dll`; do t=`cygcheck $d 2>&1|grep "not find"`; if [ -n "$t" ]; then echo $d; echo $t; fi; done
@@ -253,15 +254,18 @@ cygcheck: track_down: could not find libR.dll
253
254
./local/lib/R/modules/vfonts.dll
254
255
cygcheck: track_down: could not find libR.dll
255
256
```
257
+
256
258
Follow-up tickets:
257
259
* the lcalc_Lfunction is now [#13351](https://trac.sagemath.org/ticket/13351),
258
260
* the rpy2.rinterface.rinterface is now [#13350](https://trac.sagemath.org/ticket/13350),
259
261
* the R/modules/* errors are harmless.
260
262
261
263
Doctest failures:
264
+
262
265
```
263
266
264
267
```
268
+
265
269
Follow-up tickets:
266
270
* sage.libs.mwrank.mwrank seems dysfunctional. Linking it to a shared version of eclib provided in [#13325](https://trac.sagemath.org/ticket/13325) solves the problem.
267
271
@@ -353,6 +357,7 @@ Experience:
353
357
### Testing Sage 5.6.rc0 on 64 bits Windows 7
354
358
355
359
With the following Cygwin packages installed:
360
+
356
361
```
357
362
$ cygcheck -c
358
363
Cygwin Package Information
@@ -458,6 +463,7 @@ which 2.20-2 OK
458
463
xz 5.0.2_20110517-1 OK
459
464
zlib0 1.2.7-1 OK
460
465
```
466
+
461
467
+ hacks:
462
468
* the gcc-4.7.2.p0 optional spkg (from [#13913](https://trac.sagemath.org/ticket/13913), merged) as gcc 4.6.3 is known to fail to build ECL,
463
469
* the zlib spkg from [#13914](https://trac.sagemath.org/ticket/13914) to install shared libraries,
@@ -477,12 +483,14 @@ And with [#9167](https://trac.sagemath.org/ticket/9167) the doc completely build
477
483
* there really is a problem with singular, see [#14033](https://trac.sagemath.org/ticket/14033)
478
484
* had to rebase once before the sage library
479
485
* errors building libgap related files in the sage library, surely because no shared libgap is built because of libtool -no-undefined flag mess (by the way libgap spkg-install is a real mess):
build/temp.cygwin-1.7.17-i686-2.7/sage/libs/gap/util.o: In function `__pyx_f_4sage_4libs_3gap_4util_memory_usage':
483
490
/home/jp/sage-5.7.beta1/devel/sage/sage/libs/gap/util.c:4232: undefined reference to `__imp__libGAP_StopBags'
484
491
/home/jp/sage-5.7.beta1/devel/sage/sage/libs/gap/util.c:4241: undefined reference to `__imp__libGAP_EndBags'
485
492
```
493
+
486
494
* after fixing the libgap issue (see [#14038](https://trac.sagemath.org/ticket/14038)), Sage builds and starts, reissued make to build the few missing spkg (sagetex, conway_polynomials), and now its building the doc.
487
495
* needs a rebase when building the doc, then finished successfully.
488
496
* now running "make ptest" (expecting some failures as I did not take care of [#13960](https://trac.sagemath.org/ticket/13960) or [#9176](https://trac.sagemath.org/ticket/9176) and surely others).
[GitHub](https://github.com) refers to the popular source code hosting and issue tracking service. For convenience, there is a [mirror of Sage's repository](https://github.com/sagemath/sage) on GitHub, though it should be considered read-only, and we do not accept issues or pull requests to Sage through GitHub. However, the [SageMath organization](https://github.com/sagemath) on GitHub does host a number of other ancillary repositories related to Sage, and other Sage-related projects, including (but not limited to):
3
+
<imgsrc="https://github.githubassets.com/images/modules/logos_page/Octocat.png"height=200,right>[GitHub](https://github.com) refers to the popular source code hosting and issue tracking service. For convenience, there is a [mirror of Sage's repository](https://github.com/sagemath/sage) on [GitHub](GitHub), though it should be considered read-only, and we do not accept issues or pull requests to Sage through [GitHub](GitHub). However, the [SageMath organization](https://github.com/sagemath) on [GitHub](GitHub) does host a number of other ancillary repositories related to Sage, and other Sage-related projects, including (but not limited to):
Some SageMath development is also happening on GitLab.
1
+
Some [SageMath](SageMath) development is also happening on [GitLab](GitLab).
2
2
3
3
We run a read-only [mirror of the official branches](https://gitlab.com/sagemath/sage/) , a read-only [mirror of the branches that people work on on trac](https://gitlab.com/sagemath/dev/trac/) , and a [collaborative workspace](https://gitlab.com/sagemath/dev/sage/) (contact any of the developers there if you want to get access.)
Copy file name to clipboardexpand all lines: Home.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ sage: 1 + 2
52
52
3
53
53
```
54
54
}}}
55
+
55
56
You can also use backticks (```) to demarcate inline code snippets, etc. This is useful around names like `DiGraph` to avoid an automatic wikilink (DiGraph), like so: ``DiGraph``.
56
57
57
58
SageMath makes use of many upstream projects, which have their own bug tracking pages. A selection: [Cython](https://github.com/cython/cython), [fflas-ffpack](https://github.com/linbox-team/fflas-ffpack/issues), [GAP](https://github.com/gap-system/gap/issues), [GCC](https://gcc.gnu.org/bugzilla/) ([instructions](https://gcc.gnu.org/bugs/)), [Givaro](https://github.com/linbox-team/givaro/issues), [JMol](https://sourceforge.net/p/jmol/bugs/), [LinBox](https://github.com/linbox-team/linbox/issues), [Maxima](https://sourceforge.net/p/maxima/bugs/), [Numpy](https://github.com/numpy/numpy/issues), [PARI/GP](https://pari.math.u-bordeaux.fr/Bugs/) ([instructions](https://pari.math.u-bordeaux.fr/Bugs/Reporting.html)), [Python](https://bugs.python.org/), [Singular](https://www.singular.uni-kl.de:8002/trac/).
@@ -77,7 +78,7 @@ Make sure you understand the review process, and the procedures for opening and
77
78
78
79
When opening a ticket to make a feature request or to plan a project, you may find our [Feature request guidelines](https://wiki.sagemath.org/feature_request_guidelines) helpful.
79
80
80
-

81
+
[[Home/ticket_badges.png]]
81
82
82
83
After pushing a branch to a ticket, the ticket will show badges linking to results of automated tests that run on the [patchbot](patchbot) and other [tests that run on GitHub Actions](https://trac.sagemath.org/wiki/ReleaseTours/sage-9.6#Newdevelopertools).
83
84
@@ -167,6 +168,7 @@ diff --git a/bar b/bar
167
168
+xyzzy
168
169
```
169
170
}}}
171
+
170
172
To avoid an automatic wikilink for non-code names like GitHub, prepend it with an exclamation mark: `GitHub`. See WikiFormatting for more information.
Copy file name to clipboardexpand all lines: PatLeSmithe.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,6 @@
11
11
12
12
[This is the Trac macro *TicketQuery* that was inherited from the migration](https://trac.sagemath.org/wiki/WikiMacros#TicketQuery-macro) called with arguments (max=15,status=needs_info
Copy file name to clipboardexpand all lines: QuantumDividedPowerAlgebra.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
The QuantumDividedPowerAlgebra is a graded algebra over a ring R[q]. The component in degree n is the free R[q]-module with basis x^n^. The multiplication is defined on basis elements by x^r^.x^s^ = [r+s,r]_q x^r+s^ where [r+s,r]_q is the quantum binomial coefficient.
1
+
The [QuantumDividedPowerAlgebra](QuantumDividedPowerAlgebra) is a graded algebra over a ring R[q]. The component in degree n is the free R[q]-module with basis x^n^. The multiplication is defined on basis elements by x^r^.x^s^ = [r+s,r]_q x^r+s^ where [r+s,r]_q is the quantum binomial coefficient.
2
2
3
3
The [DividedPowerAlgebra](http://trac.sagemath.org/sage_trac/search/opensearch?q=wiki%3AQuantumDividedPowerAlgebra) is a graded algebra over a ring R. The component in degree n is the free R-module with basis x^n^. The multiplication is defined on basis elements by x^r^.x^s^ = [r+s,r]_q x^r+s^ where [r+s,r] is the binomial coefficient.
Copy file name to clipboardexpand all lines: SageCombinatChevieStatusReport.md
+2
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,12 @@ Much time was spent during the workshop (and previously during Sage Days 20) dis
96
96
* Representation theory of Coxeter/reflection groups: porting Chevie's data collections (and/or smoothly interfacing to them as a temporary measure) would definitely make sense. On the other hand algorithms for representations of general groups really belong to GAP 4. Much needs to be done to better expose such features in Sage, in particular around character tables (see [#9293](https://trac.sagemath.org/ticket/9293))!
97
97
98
98
* Braid groups:
99
+
99
100
```
100
101
sage: B = BraidGroup(W)
101
102
sage: B.from_reduced_word(1,2,3)
102
103
```
104
+
103
105
* Community?
104
106
* Potential collaboration with Dehornoy
105
107
* A notion of braid group exists for every finite complex reflection group
| Basic enumerative combinatorics | 75% | 2007-08 by Mike |
20
21
| Decomposable objects / Species | 75% |[#10662](https://trac.sagemath.org/ticket/10662)|
21
22
| Trees | 30% ||
@@ -41,7 +42,6 @@ for further collaborations).
41
42
| Database access |100% ||
42
43
| MachineIntegerListsLex | 0% | Will be easy via cython |
43
44
| Basic abstract data structures |100% | (fast stacks, AVL, dancing links) compares to just the basic ones in MuPAD + no real way to implement some with serious speed ourselves |
44
-
45
45
## Road map
46
46
47
47
* Hopf algebras, Symmetric functions, and generalizations
0 commit comments