Powered by Apache

CVS log for OpenXM_contrib2/asir2000/configure

[BACK] Up to [local] / OpenXM_contrib2 / asir2000

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.71 / (download) - annotate - [select for diffs], Wed Mar 24 18:27:09 2021 UTC (3 years ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.70: +1 -1 lines
Diff to previous 1.70 (colored)

Updated gc to ver.7.4.18 for asir2000.

Revision 1.70 / (download) - annotate - [select for diffs], Tue Nov 12 10:52:04 2019 UTC (4 years, 5 months ago) by kondoh
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69 (colored)

Added elementary functions for interval arithmetic using mpfi

Revision 1.69 / (download) - annotate - [select for diffs], Tue Mar 26 08:10:13 2019 UTC (5 years ago) by ohara
Branch: MAIN
Changes since 1.68: +2 -1 lines
Diff to previous 1.68 (colored)

Add asir2000.in and fixed some bugs in the install-openxm target of Makefile.

Revision 1.68 / (download) - annotate - [select for diffs], Sat Mar 23 12:17:15 2019 UTC (5 years ago) by ohara
Branch: MAIN
Changes since 1.67: +96 -96 lines
Diff to previous 1.67 (colored)

A make-target "install-openxm" will install all files of asir2000 to ${OpenXM_HOME}/lib/asir2000.

So asir2000 and asir2018 do not conflict.

Revision 1.67 / (download) - annotate - [select for diffs], Sun Mar 12 04:51:49 2017 UTC (7 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66 (colored)

Removed unnecessary space after gcc "-L" option.

Revision 1.66 / (download) - annotate - [select for diffs], Fri Sep 23 03:03:39 2016 UTC (7 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

Fixed a bug.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Sep 22 07:15:33 2016 UTC (7 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.64: +16 -0 lines
Diff to previous 1.64 (colored)

Add an option "--enable-static-gmp" to the configure script.  (for cfep)

Revision 1.64 / (download) - annotate - [select for diffs], Wed Aug 24 05:33:58 2016 UTC (7 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.63: +11 -0 lines
Diff to previous 1.63 (colored)

signal() are replaced by sigaction().

Revision 1.63 / (download) - annotate - [select for diffs], Thu Aug 6 18:21:21 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62 (colored)

Fixed for mingw64

Revision 1.62 / (download) - annotate - [select for diffs], Thu Aug 6 09:01:26 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.61: +6 -0 lines
Diff to previous 1.61 (colored)

Add the support of winsock2 for MinGW.

Revision 1.61 / (download) - annotate - [select for diffs], Tue Aug 4 06:57:51 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60 (colored)

Shell variable are revised.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Aug 4 06:46:29 2015 UTC (8 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.59: +260 -81 lines
Diff to previous 1.59 (colored)

1) Boehm's gc updated to 7.4.2.
2) Rewritten in automake 1.15 and autoconf 2.69.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:44 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.58: +0 -1 lines
Diff to previous 1.58 (colored)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.58 / (download) - annotate - [select for diffs], Thu Jul 2 02:55:57 2015 UTC (8 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.57: +1 -0 lines
Diff to previous 1.57 (colored)

The configure script is directly fixed for supporting MacOS X Yosemite
because autoconf 2.69 does not know the path /opt/X11.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Dec 20 02:02:23 2013 UTC (10 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.56: +54 -79 lines
Diff to previous 1.56 (colored)

Modified nd_f4 and nd_f4_trace so that it partially use GMP.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Feb 12 09:40:41 2013 UTC (11 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.55: +328 -263 lines
Diff to previous 1.55 (colored)

On MacOS X 10.8, the configure script cannot detect X11 automatically,
because XQuartz does not have xmkmf.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:44 2012 UTC (11 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.54: +3 -1 lines
Diff to previous 1.54 (colored)

Asir now uses gc7.

In non-ox mode, SIGINT received during GC is recorded in a variable 'in_gc'
and int_handler() is executed after GC.

In ox mode, SIGINT received between begin_critical() and end_crtical()
is simply discarded.

All memory-allocation functions are wrapped in gc_risa.c:
Risa_GC_malloc(), Risa_GC_realloc() etc.

Revision 1.54 / (download) - annotate - [select for diffs], Mon Aug 27 05:05:58 2012 UTC (11 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.53: +114 -140 lines
Diff to previous 1.53 (colored)

Now Asir uses gc6.8 instead of gc-7.2 because of the lack of correct
signal handling in gc-7.2.

Revision 1.53 / (download) - annotate - [select for diffs], Wed May 30 02:24:33 2012 UTC (11 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52 (colored)

Boehm GC is upgraded to version 7.2b.

Revision 1.52 / (download) - annotate - [select for diffs], Wed May 9 06:17:13 2012 UTC (11 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.51: +2 -34 lines
Diff to previous 1.51 (colored)

Boehm GC is upgraded to version 7.2 alpha6.
After this commit, Risa/Asir can be built on MacOS X 10.6 and 10.7.

Revision 1.51 / (download) - annotate - [select for diffs], Mon May 7 13:26:16 2012 UTC (11 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.50: +2198 -3537 lines
Diff to previous 1.50 (colored)

Risa/Asir build system is regenerated by automake 1.11 and autoconf 2.68.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Mar 27 14:42:29 2009 UTC (15 years ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.49: +0 -6 lines
Diff to previous 1.49 (colored)

Removed a macro PARI23.
Asir build system checks the pari version in self.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Mar 16 16:08:05 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.48: +0 -5 lines
Diff to previous 1.48 (colored)

1. Removed a macro HMEXT.
2. A macro ULONG_NOT_DEFINED is used only with pari.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Mar 4 06:51:41 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47 (colored)

Temporary works for gc 7.1

Revision 1.47 / (download) - annotate - [select for diffs], Mon Feb 23 16:51:05 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.46: +1 -1 lines
Diff to previous 1.46 (colored)

Add an option --enable-large-config of gc6.8/configure.
It is a back port from gc-7.1.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Feb 13 13:24:16 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.45: +0 -4 lines
Diff to previous 1.45 (colored)

Removed AC_SUBST of MPIINC and MPILIB.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Feb 13 11:25:48 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.44: +10 -2 lines
Diff to previous 1.44 (colored)

Add a configure option --with-mpi.
Example: CC=mpicc ./configure --with-mpi

Revision 1.44 / (download) - annotate - [select for diffs], Wed Feb 11 21:48:15 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.43: +1 -1 lines
Diff to previous 1.43 (colored)

A bug fixed.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Feb 6 10:11:11 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.42: +1407 -1202 lines
Diff to previous 1.42 (colored)

Add new configure option --with-asir-gc which is yes by default.

When --with-asir-gc=no the Risa/Asir is linked with
the original Boehm's GC library but lose the following ability:
1. ctrl("adj") accepts only integers,
2. time() ignores the cost of GC.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Aug 11 16:58:30 2008 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.41: +0 -0 lines
Diff to previous 1.41 (colored)

If you want to build Risa/Asir with pari-2.3.x then run configure as follows:
cd OpenXM_contrib2/asir2000 && configure --with-pari=2.3

Revision 1.41 / (download) - annotate - [select for diffs], Mon Aug 11 16:51:30 2008 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.40: +6 -0 lines
Diff to previous 1.40 (colored)

configure.in

Revision 1.40 / (download) - annotate - [select for diffs], Fri Aug 8 05:47:21 2008 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.39: +2 -7 lines
Diff to previous 1.39 (colored)

A bug fixed.  (about pari-2.2)

Revision 1.39 / (download) - annotate - [select for diffs], Wed Mar 19 07:05:55 2008 UTC (16 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.38: +1 -21 lines
Diff to previous 1.38 (colored)

1. updated the copyright notice for gc6.
2. reconstructed patches for gc6 as follows:
   gc6.diff      -- a collection of patches on several platforms
   gc6-risa.diff -- related to parse/gc_risa.c

Revision 1.38 / (download) - annotate - [select for diffs], Sun Nov 11 15:54:02 2007 UTC (16 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.37: +41 -1 lines
Diff to previous 1.37 (colored)

Now configure supports "--with-gc7" option.
But patches are incomplete yet.
Asir will print a message "stack overflow".

Revision 1.37 / (download) - annotate - [select for diffs], Sun Nov 11 08:44:12 2007 UTC (16 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.36: +3653 -2728 lines
Diff to previous 1.36 (colored)

The configure and Makefile.in are recreated by autoconf-2.61 and automake-1.10.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Feb 18 05:36:27 2007 UTC (17 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 (colored)

Fixed for MacOS X.  This work is temporary.
Risa/Asir cannot be built on MacOS X 10.4 (i386).

TODO: Upgrade gc6.5 to 6.8.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jul 12 14:47:13 2005 UTC (18 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.34: +17 -1 lines
Diff to previous 1.34 (colored)

gc6.5.tar.gz will be automatically fetched.
The spool directory for fetching is ${prefix}/../OpenXM_dist
by default and can be specified by configure as follows:
./configure --with-distdir=/usr/ports/distfiles
(for example, FreeBSD ports)

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jul 12 12:57:54 2005 UTC (18 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.33: +84 -56 lines
Diff to previous 1.33 (colored)

configure and Makefile.in are generated by autoconf 2.59 and automake 1.5.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Apr 5 02:29:44 2005 UTC (19 years ago) by noro
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32 (colored)

Added a function get_function_name() to get the function name from
a QUOTEARG wrapping an ARF function.

Revision 1.32 / (download) - annotate - [select for diffs], Thu Dec 2 08:22:19 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.31: +1690 -838 lines
Diff to previous 1.31 (colored)

Adding a new data type DAlg for efficient computation over algebraic
number fields.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jun 25 13:41:33 2004 UTC (19 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.30: +7 -1 lines
Diff to previous 1.30 (colored)

sparc v9 is properly handled.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jun 25 09:37:19 2004 UTC (19 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29 (colored)

sparc v9 is properly handled

Revision 1.29 / (download) - annotate - [select for diffs], Thu Mar 25 16:32:45 2004 UTC (20 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.28: +2 -0 lines
Diff to previous 1.28 (colored)

Add experimental patch for Intel compiler 7.1.
1. The icc can compile fft/polmul.c if the compiler option "-O"
   is specified.
2. FreeBSD fpsetround(3) macro has mysterious definition on non-gcc
   environment.  (see /usr/include/machine/floatingpoint.h for detail)

Revision 1.28 / (download) - annotate - [select for diffs], Fri Feb 27 18:32:21 2004 UTC (20 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.27: +4 -1 lines
Diff to previous 1.27 (colored)

1. Add patch for Boehm-gc which defines the __CYGWIN__ macro on Interix system.
2. Asir contains asm/asmi.o on Interix system.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jan 25 11:54:09 2004 UTC (20 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.26: +7 -0 lines
Diff to previous 1.26 (colored)

Add directives for Interix3

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 22 09:31:41 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25 (colored)

Fixed toplevel configure.in for 64bit architecture:

if test SIZEOF_LONG = 8; then
=>
if test "${ac_cv_sizeof_long}" = 8; then

CAUTION: the fix may be incorrect. Please check it, Ohara-san.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Sep 7 16:49:37 2003 UTC (20 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 (colored)

fixed for Cygwin 1.5.3

Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 19 08:27:47 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 (colored)

Fixed typo about _BSD_SOURCE

Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 19 00:52:26 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.22: +15 -1 lines
Diff to previous 1.22 (colored)

Add the --enable-gc-zeropage option to configure for Linux Zaurus SL-A300.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 17 14:33:47 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.21: +29 -0 lines
Diff to previous 1.21 (colored)

The configure regenarate Makefile.in,
if you specify the option "--enable-maintainer-mode".

Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 16 18:37:56 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.20: +5 -0 lines
Diff to previous 1.20 (colored)

The Xpm library is used if it exists.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Mar 16 17:43:47 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.19: +8 -1 lines
Diff to previous 1.19 (colored)

Define the BSD_SOURCE macro on Linux/i386.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 11 09:42:20 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.18: +7 -1 lines
Diff to previous 1.18 (colored)

Add configuration for x86-*-linux* and arm*-*-linux*.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 9 14:12:03 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.17: +57 -0 lines
Diff to previous 1.17 (colored)

If cc has "64bits long" or "unsigned long long",
then asm/asmalpha.c can be compiled.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 7 19:21:31 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.16: +548 -907 lines
Diff to previous 1.16 (colored)

Generated by autoconf 2.53 on FreeBSD 4.7-STABLE

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 7 05:40:15 2003 UTC (21 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.15: +15 -15 lines
Diff to previous 1.15 (colored)

LONG_IS_... should always be defined.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 7 05:19:53 2003 UTC (21 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14 (colored)

Added "CFLAGS="-g -O" in configure.in, because "-O2" generates
incorrect codes.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:22 2003 UTC (21 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.13: +6433 -54 lines
Diff to previous 1.13 (colored)

Correcting switches (defined(MPI)->MPI etc.)
Note that there still exist several inconsistencies.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 16 04:35:07 2003 UTC (21 years, 3 months ago) by saito
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

FreeBSD does not yet fully support threads with Boehm GC.
So, disable threads by FreeBSD.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 14 03:27:13 2003 UTC (21 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.11: +9 -6 lines
Diff to previous 1.11 (colored)

On Cygwin, the gc/configure has an argument "--disable-threads".

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 11 03:50:38 2002 UTC (21 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)

Thread feature in GC is turned off on Solaris.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 25 08:53:13 2002 UTC (21 years, 9 months ago) by saito
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)


add last line ./

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 25 04:47:40 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Now we use gc6 instead of gc5.3.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 5 11:01:21 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.7: +13 -3 lines
Diff to previous 1.7 (colored)

configure ... -pari ... => use pari-2.2 (OpenXM_contrib/pari-2.2)
configure ... -oldpari ... => use pari-2.0 (OpenXM_contrib/pari)

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 26 05:17:46 2000 UTC (23 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

Several bugs concerned with readline are now being fixed.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 24 06:32:30 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)


Change type int to void. And link operation flag add to -f.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 23 08:44:35 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Change default value of Fep condition.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 22 10:03:27 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.3: +19 -3 lines
Diff to previous 1.3 (colored)

*** empty log message ***

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 1 02:29:16 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.2: +6 -2 lines
Diff to previous 1.2 (colored)

Some fixes on UNIX-Windows compatibility.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:08 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.1: +38 -9 lines
Diff to previous 1.1 (colored)

Cleaned up source files for creating libasir*.a with various
configurations.

Added new targets in src/asir2000/Makefile

install-lib-with-pari : libasir_pari.a -> OpenXM/lib
install-lib-small : libasir.a -> OpenXM/lib
install : asir libasir_pari_X.a libasir_gc.a -> OpenXM/lib

libasir_pari_X.a requires libpari.a and X11 libraries.
libasir_pari.a requires libpari.a.
libasir.a requires nothing.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:06 1999 UTC (24 years, 4 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:06 1999 UTC (24 years, 4 months ago) by noro
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




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