[BACK]Return to news-o.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Annotation of OpenXM/doc/OpenXM-web/news-o.html, Revision 1.21

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>