Annotation of OpenXM/doc/OpenXM-web/news-o.html, Revision 1.20
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2: "http://www.w3.org/TR/REC-html40/loose.dtd">
3: <head>
1.2 takayama 4: <title>OpenXM Archive</title>
1.1 takayama 5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6: </head>
7: <body bgcolor=#ffffff text=#000000>
8:
9: [<a href="news-o-ja.html"> in Japanese </a>] <br>
10: <a href="Current/doc/index-doc.html"> Documents </a>,
11: <a href="Current/index.html"> Download </a>,
12: <a href="Current/index-spec.html"> Specifications </a>,
13: <a href="Current/doc/index-license.html"> License </a>,
1.11 takayama 14: <a href="http://c1.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/">cvsweb</a>,
1.1 takayama 15: <a href="index.html">Top</a>,
16:
17:
18: <center>
19: <h1>
20: OpenXM Archive (News, ...)
21: </h1>
22: </center>
23:
1.14 takayama 24: ftp://ftp.math.kobe-u.ac.jp/pub/XXX no longer works. Use http://www.math.kobe-u.ac.jp/pub/XXX instead.
25:
1.1 takayama 26: <h2> News </h2>
27:
28: <ul>
1.20 ! takayama 29: <li id="xcodeBug1">
! 30: Risa/Asir generated by
! 31: <pre>
! 32: clang --version
! 33: Apple clang version 13.0.0 (clang-1300.0.29.30)
! 34: </pre>
! 35: based on llvm 12 on M1 Mac
! 36: causes a segmentation fault when dp_ptod is called under some data.
! 37: The reason for it is that the optimizer generates a code which leads to
! 38: make the Boehm GC to collect a non-garbage memory chunk
! 39: (a local-variable - 8 is stored only in a register. The local-variable
! 40: is not stored in the stack.).
! 41: A workaround for it commited to
! 42: <a href="http://c1.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/OpenXM_contrib2/asir2018/engine/dist.c.diff?r1=1.25&r2=1.26&f=h"> this change </a>.
! 43: However, it is highly recommended to compile Risa/Asir by
! 44: the clang provided by homebrew <a href="https://formulae.brew.sh/formula/llvm">llvm@13</a>.
! 45: (December 28, 2021)
1.19 takayama 46: <li> cvsweb at c1 is temporaly down. Please use this
47: <a href="http://fe.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/">cvsweb</a>,
48: <li> Debian package openxm-1.3.3-5 (network installer, 64bit) can be installed
49: by apt by adding our openxm repository to /etc/apt/sources.list.
50: See <a href="Current/index.html#apt"> here </a> as to details.
51: If you prefer to install by dpkg, please download the deb package from
52: <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
53: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
54: in the directory.
55: (July 27, 2021. openxm-1.3.3-5, bugs of the package 1.3.3-4 are fixed.)
1.18 takayama 56: <li> Debian package openxm-1.3.3-4 (network installer, 64bit) can be installed
57: by apt by adding our openxm repository to /etc/apt/sources.list.
58: See <a href="Current/index.html#apt"> here </a> as to details.
59: If you prefer to install by dpkg, please download the deb package from
60: <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
61: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
62: in the directory. Risa/Asir is upgraded to asir2018 from asir2000.
63: (March 29, 2021. openxm-1.3.3-4)
1.17 takayama 64: <li> Debian package openxm-1.3.3-1 (network installer, 64bit) can be obtained from
65: <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
66: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
67: in the directory. Risa/Asir is upgraded to asir2018 from asir2000.
68: (June 12, 2019. openxm-1.3.3-1)
1.16 takayama 69: <li> Debian package openxm-1.3.2-4 (network installer, 64bit) can be obtained from
70: <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
71: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
72: in the directory.
73: (Feb 22, 2018. openxm-1.3.2-4)
1.15 takayama 74: <li> Debian package openxm-1.3.2-3 (network installer, 64bit) can be obtained from
75: <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
76: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
77: in the directory.
78: (Mar 1, 2017. openxm-1.3.2-3)
79: <li> Bug fix (ox_pari does not start with "invalid server id" in 1.3.2-3): execute the following commands as the root.
80: <pre>
81: (cd /usr/local/OpenXM/lib/asir ; rm ox_pari ; ln -s ../../bin/ox_pari ox_pari)
82: </pre>
1.13 takayama 83: <li> Debian package openxm-1.3.2-1 (network installer, 64bit) can be obtained from
84: <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64-2016"> here </a>.
85: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
86: in the directory.
87: (Feb 12, 2016. openxm-1.3.2-1)
1.12 takayama 88: <li> Debian package openxm-1.3.1-14 (network installer, 64bit) can be obtained from
1.13 takayama 89: <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64-2013"> here </a>.
1.12 takayama 90: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
91: in the directory.
92: (March 27, 2015. openxm-1.3.1-14)
1.10 takayama 93: <li> Debian package openxm-1.3.1-10 (network installer, 32bit) can be obtained from
94: <a href="http://fe.math.kobe-u.ac.jp/MathLibre"> here </a>.
95: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
96: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
97: in the directory.
98: (May 15, 2012. openxm-1.3.1-10)
1.9 takayama 99: <li id="news-openxm-6" name="news-openxm-6"> Debian package openxm-1.3.1-6 (network installer, 32bit) can be obtained from
100: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
101: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath64"> here </a>.
102: Please read <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath/readme-en.html">readme-en.html</a>
103: in the directory.
104: (Feb 22, 2011. openxm-1.3.1-6)
105:
1.8 takayama 106: <li id="news-openxm-5" name="news-openxm-5"> Debian package openxm-1.3.1-5 (network installer, 32bit) can be obtained from
107: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
108: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath64"> here </a>.
109: Please read readme-en.html in the directory. Note that the package openxm should
110: be updated explicitly (apt-get install will not work properly) if openxm 1.3.1-3 or prior
111: is already installed, i.e.,
112: <pre>
113: sudo su
114: apt-get install make nkf
115: dpkg --purge openxm
116: apt-get install openxm
117: </pre>
118: (Aug, 2010. openxm-1.3.1-5) <br>
119: In order to install the TeXmacs interface and desktop icons, do
120: <pre>
121: apt-get install openxm-skel
122: apt-get install openxm-gnome-desktop
123: </pre>
124: If you cannot or must not use apt-get, please download all files starting with openxm-
125: from
126: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> http://fe.math.kobe-u.ac.jp/KnoppixMath </a>
127: and install them by hand as follows.
128: <pre>
129: sudo su
130: dpkg --install openxm_*.deb
131: dpkg --install openxm-skel*.deb
132: </pre>
133: Note that openxm_*.deb is a network installer and the main body of the package is downloaded from the internet.
134:
1.7 takayama 135: <li> Debian package openxm-1.3.1-4 (network installer, 32bit) can be obtained from
136: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
137: Please read readme-en.html in the directory. Note that the package openxm should
138: be updated explicitly (apt-get install will not work properly) if openxm 1.3.1-3 or prior
139: is already installed, i.e.,
140: <pre>
141: sudo su
142: apt-get install make nkf
143: dpkg --purge openxm
144: apt-get install openxm
145: </pre>
146: (Feb 23, 2010. openxm-1.3.1-4) <br>
147: In order to install the TeXmacs interface, do
148: <pre>
149: apt-get install openxm-skel
150: </pre>
151:
152:
1.6 takayama 153: <li> Debian package of openxm-1-3.1-1 can be obtained from
154: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
155: Please read readme-en.html in the directory. Note that the package openxm should
156: be updated explicitly (apt-get update will not work properly), i.e.,
157: <pre>
158: apt-get install make nkf
159: dpkg --purge openxm
160: apt-get install openxm
161: </pre>
162: (Feb 12, 2010. openxm-1.3.1-1) <br>
163: In order to install the TeXmacs interface to the user directory, do
164: <pre>
165: cp -r /root/.TeXmacs ~/.
166: </pre>
1.5 takayama 167: <li> Debian package of openxm-1-2.3-12 can be obtained from
168: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
169: Please read readme-en.html in the directory. Note that the package openxm should
170: be updated explicitly (apt-get update will not work properly), i.e.,
171: <pre>
172: dpkg --purge openxm
173: apt-get install openxm
174: </pre>
175: (Feb 24, 2009. openxm-1.2.3-12) <br>
176: In order to install the TeXmacs interface to the user directory, do
177: <pre>
178: cp -r /root/.TeXmacs ~/.
179: </pre>
1.3 takayama 180: <li> Debian package of opexm can be obtained from
181: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
182: Please read Readme.txt in the directory. Note that the package openxm should
183: be updated explicitly (apt-get update will not work properly), i.e.,
184: <pre>
185: dpkg --purge openxm
186: apt-get install openxm
187: </pre>
1.4 takayama 188: (Jan 30, 2008. openxm-1.2.3-10) <br>
189: Known problems: (1) If gcc is not installed, please install it by "apt-get install gcc". It is not written in dependency.
190: <li> New packages in asir-contrib: taji_alc (algebraic local cohomology in 1 variables), f_res (resultants). Try ox_grep("taji_alc") or ox_grep("f_res"); [documents are in Japanese only]
191: (Jan 30, 2008)
192: <li> Debian package of opexm can be obtained from
193: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
194: Please read Readme.txt in the directory. Note that the package openxm should
195: be updated explicitly (apt-get update will not work properly), i.e.,
196: <pre>
197: dpkg --purge openxm
198: apt-get install openxm
199: </pre>
1.3 takayama 200: (Aug 28, 2007)
201: <li> New packages in asir-contrib: y_prime (prime number test, etc),
202: fj_curve (the dual graph of the resolution of singularity of curves),
203: nk_mora (tangent cone algorithm for D, local b-function) (Nov 11, 2005).
1.1 takayama 204: <li> InftyEditor(Math editor with OCR and handwriting interface) plugin for OpenXM (February 18, 2005) <a href="http://www.inftyproject.org/calc"> Download </a>
205: <li> Version 1.2.3 is ready (February 10,2005)
206: <li> OpenXM pacakge is included in Knoppix/Math CD (July, 2004).
207: <a href="ftp://ftp.math.kobe-u.ac.jp/pub/asir/knoppix-all/knoppix-2004-03/knoppix_20031119-20040202-math-en.iso"> Download the CD image <a/>,
208: <a href="http://geom.math.metro-u.ac.jp/wiki/index.php?%5B%5BKNOPPIX%2FMath%2FEnglish%5D%5D"> Puki/Wiki Knoppix/Math </a>
209: <li> OpenXM formula book project:
210: <a href="http://www.math.kobe-u.ac.jp/OCD/index.html">
211: a digital formula book for generalized hypergeometric functions </a>
212: </ul>
213:
214: <pre>
1.20 ! takayama 215: $OpenXM: OpenXM/doc/OpenXM-web/news-o.html,v 1.19 2021/07/27 03:51:25 takayama Exp $
1.1 takayama 216: </pre>
217:
218: </BODY>
1.6 takayama 219: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>