source: git/README.pkg @ ce12a0

spielwiese
Last change on this file since ce12a0 was ce12a0, checked in by Hans Schoenemann <hannes@…>, 9 years ago
/bin/rm -> command rm (to allow /usr/bin/rm etc.)
  • Property mode set to 100644
File size: 1.3 KB
Line 
1Debian (and Debian based Operating Systems)
2===========================================
3
4The Debian [1] package for Singular is currently maintained by the Debian Science Team [2,3]:
5the git repository for the singular Debian package is at Alioth [4].
6
7[1] https://www.debian.org/
8[2] https://wiki.debian.org/DebianScience
9[3] https://qa.debian.org/developer.php?login=debian-science-maintainers@lists.alioth.debian.org
10[4] http://anonscm.debian.org/cgit/debian-science/packages/singular.git/
11
12Fedora (and RPM based Operating Systems)
13=======================================
14
15To build Singular rpm packages run (with 4.0.0 replaced by the respective Singular version):
16$ rpmbuild -tb singular-4.0.0.tar.gz
17
18To install the newly created packages run (as superuser, with x86_64 replaced by your architecture and 4.0.0 by the respective Singular version):
19$ cd `rpm --eval '%{_topdir}'`/RPMS
20$ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm
21
22Gentoo
23======
24to install from the main tree,
25
26emerge singular
27
28is sufficient.
29 
30To get the very latest, slightly more experimental package add the "science overlay" first (if you have not already)
31
32 layman -a science
33
34then unmask sci-mathematics/singular, for example by
35
36 echo "sci-mathematics/singular" >> /etc/portage/package.keywords/singular
37
38and install:
39
40 emerge singularp
Note: See TracBrowser for help on using the repository browser.