Skip to content

Commit d12a85e

Browse files
committed
FriCAS 1.3.9 08-Jul-2023
1 parent 352f09a commit d12a85e

File tree

1,288 files changed

+33315
-23265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,288 files changed

+33315
-23265
lines changed

_sources/citation.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ following BibTeX entry to refer to |PACKAGE_NAME| in any publication.
1212
@Misc{FriCAS,
1313
key = {FriCAS},
1414
author = {{FriCAS team}},
15-
year = {2021},
16-
title = {{FriCAS---an advanced computer algebra system}},
15+
year = {2023},
16+
title = {{FriCAS} 1.3.9---an advanced computer algebra system},
1717
note = {Available at \url{http://fricas.github.io}}
1818
}
1919

_sources/download.rst.txt

Lines changed: 65 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,87 @@
11
Download
2-
--------
2+
========
33

4-
* Official |git repository| (read-only access). Fork it on github if
5-
you like.
6-
::
4+
.. contents:: Table of Contents
5+
:local:
76

8-
git clone https://github.com/fricas/fricas.git
97

10-
* Release tarballs (up to version 1.3.6):
11-
https://sourceforge.net/projects/fricas/files/fricas/.
8+
Official releases
9+
-----------------
1210

13-
The release tarballs are identical to the respective version in the
14-
|git repository|, but additionally contain pregenerated (machine
15-
independent) files, i.e., compilation from release tarballs takes
16-
less time.
11+
https://github.com/fricas/fricas/releases/
1712

18-
* `FriCAS Docker Image <https://hub.docker.com/r/nilqed/fricas/>`_
19-
(`Announcement <https://groups.google.com/d/msgid/fricas-devel/1d9d4a04-1489-f879-f2ca-8798359540d0%40gmail.com>`_)
2013

21-
* FriCAS on Windows
22-
https://groups.google.com/d/msg/fricas-devel/zMY1IADEx3A/dO4c0-UlBAAJ
14+
Binary distribution
15+
^^^^^^^^^^^^^^^^^^^
16+
- ``fricas-x.y.z.amd64.tar.bz2`` (64-bit binary for amd64 (x86_64) Linux)
17+
- ``fricas-x.y.z.i386.tar.bz2`` (32-bit binary for i386 Linux)
18+
- ``fricas-x.y.z-macOS-x64.dmg`` ((beta) 64 binary for macOS)
19+
- ``fricas-x.y.z-windows-x64.zip`` ((beta) 64 binary for Windows)
2320

24-
https://drive.google.com/file/d/1CI8IF9ScrAGG0KIhbldrRpVkXo-Q7S-Y/view?usp=sharing
2521

26-
* Nightly builds::
22+
Source distribution
23+
^^^^^^^^^^^^^^^^^^^
2724

28-
* linux: https://github.com/oldk1331/fricas/actions/runs/654525090
29-
* macos: https://github.com/oldk1331/fricas/actions/runs/654525087
30-
* windows: https://github.com/oldk1331/fricas/actions/runs/654525092
25+
- ``fricas-x.y.z-full.tar.bz2`` is a "full" source tarball.
26+
It is identical to the respective version in the |git repository|,
27+
but additionally contains pregenerated (machine independent) files,
28+
i.e., compilation from these tarballs takes less time than from the
29+
git sources.
3130

32-
A few downsides:
31+
- ``x.y.z.tar.gz`` and ``x.y.z.zip`` source as in git repository
3332

34-
#. You have to login GitHub to download this "CI artifact".
35-
(Not necessarily a bad thing, I don't want to pollute the
36-
"Release" page in GitHub.)
37-
#. It only exists for a short period. (90 days?)
38-
#. The packaging is very crude for now, not out-of-box user experience.
39-
(You have to "cd" in the shell and set "FRICAS" env variable.)
40-
#. It's double compressed, you have to unpack twice.
33+
FriCAS x.y.z should build on Linux and many Unix like systems (for
34+
example Mac OSX and Cygwin).
4135

42-
* Here is a `list of versions of FriCAS
43-
<https://repology.org/project/fricas/versions>`_
44-
that can be installed by the package manager of your operating
45-
system. Note, however, that these packages are not provided by
46-
the FriCAS developers, but by other volunteers.
36+
Official |git repository| (read-only access). Fork it on github if
37+
you like.
38+
::
4739

48-
.. * Debian package
40+
git clone https://github.com/fricas/fricas.git
4941

50-
* `ArchLinux package <https://aur.archlinux.org/packages/fricas/>`_
51-
* `Gentoo package <https://packages.gentoo.org/packages/sci-mathematics/fricas>`_
52-
* `NetBSD package <http://pkgsrc.se/math/fricas>`_
53-
* `MacPort <https://github.com/macports/macports-ports/tree/master/math/fricas>`_
42+
Alternative distribution platform (includes older releases)
43+
-----------------------------------------------------------
5444

45+
https://sourceforge.net/projects/fricas/files/fricas/
5546

47+
Other forms of distribution
48+
---------------------------
49+
50+
Here is a `list of versions of FriCAS
51+
<https://repology.org/project/fricas/versions>`_
52+
that can be installed by the package manager of your operating
53+
system. Note, however, that these packages are not provided by
54+
the FriCAS developers, but by other volunteers.
55+
56+
* `Debian package <https://packages.debian.org/stable/math/fricas>`_
57+
(build on GCL_)
58+
59+
* `ArchLinux package <https://aur.archlinux.org/packages/fricas/>`_
60+
* `Gentoo package <https://packages.gentoo.org/packages/sci-mathematics/fricas>`_
61+
* `NetBSD package <http://pkgsrc.se/math/fricas>`_
62+
* `MacPort <https://github.com/macports/macports-ports/tree/master/math/fricas>`_
63+
64+
65+
Nightly builds
66+
--------------
67+
68+
https://github.com/fricas/fricas-nightly-builds/releases/tag/nightly
69+
70+
A few downsides:
71+
72+
#. It only exists for a short period. (90 days?)
73+
#. The packaging is very crude for now, not out-of-box user experience.
74+
(You have to "cd" in the shell and set "FRICAS" env variable.)
75+
76+
77+
Installation Guide
78+
------------------
5679

5780
.. toctree::
5881
:maxdepth: 1
5982

6083
install
84+
85+
86+
87+
.. _GCL: https://www.gnu.org/software/gcl/

_sources/examples.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Examples
1515
* `Integration with special functions
1616
<http://fricas-wiki.math.uni.wroc.pl/FriCASSpecialIntegration>`_
1717

18-
* `Polynomials over finite fields and rings <http://fricas-wiki.math.uni.wroc.pl/SandBoxPolynomialOverFiniteField>`_
18+
* `Polynomials over finite fields and rings <http://fricas-wiki.math.uni.wroc.pl/PolynomialOverFiniteField>`_
1919

2020
* `Gröbner bases <http://fricas-wiki.math.uni.wroc.pl/ExampleGroebner>`_
2121

_sources/features.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ FriCAS provides structures such as
3636
- Clifford algebras, exterior algebras,
3737

3838
The type system of |FriCAS| is based on its statically typed
39-
programming lanuguage (SPAD_).
39+
programming language (SPAD_).
4040

4141
|FriCAS| can be extend by programs written in SPAD_ that are compiled
4242
to machine code in the same way as the algebra library that comes with
4343
|FriCAS|.
4444

4545
In a |FriCAS| session the type system is somewhat relaxed.
46-
Although underneath everything is computed with a distingused type,
46+
Although underneath everything is computed with a specific type,
4747
the interpreter tries to figure out in many cases what the best way is
4848
to convert the user input into an appropriate type. Should the
4949
interpreter fail to guess correctly, users can always specify the

_sources/help.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Help
33

44
If you run into any problems with |FriCAS| do not hesitate to send
55
your problem to |PACKAGE_BUGREPORT|, i.e., the |mailing list|. Since
6-
we do not want spam, you have to subscribe to the |mailing list| in
7-
order to post something there.
6+
we do not want spam, the list is moderated. You might want to
7+
subscribe to the |mailing list|.
88

99
There is also a
1010
`read-only mirror

0 commit comments

Comments
 (0)