*** empty log message ***

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@847 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rslopes 2003-07-21 19:13:30 +00:00
parent d354e871f9
commit c019bb6499
4 changed files with 3541 additions and 11463 deletions

14990
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -204,14 +204,20 @@ then
esac esac
;; ;;
esac esac
if test "$tcpu"; then
target_cpu=$tcpu
fi
if test "$maxperformance" = "yes" if test "$maxperformance" = "yes"
then then
case "$target_cpu" in case "$target_cpu" in
athlon)
CFLAGS="-march=athlon $CFLAGS"
;;
i686*) i686*)
CFLAGS="-march=pentiumpro $CFLAGS" CFLAGS="-march=i686 $CFLAGS"
;; ;;
i586*) i586*)
CFLAGS="-march=pentium $CFLAGS" CFLAGS="-march=i586 $CFLAGS"
;; ;;
i486*) i486*)
CFLAGS="-march=i486 $CFLAGS" CFLAGS="-march=i486 $CFLAGS"
@ -318,6 +324,7 @@ fi
if test "$yap_cv_readline" != "no" if test "$yap_cv_readline" != "no"
then then
AC_CHECK_LIB(termcap,tgetent) AC_CHECK_LIB(termcap,tgetent)
AC_CHECK_LIB(ncurses,main)
AC_CHECK_LIB(readline,readline) AC_CHECK_LIB(readline,readline)
fi fi
if test "$yap_cv_gmp" != "no" if test "$yap_cv_gmp" != "no"

View File

@ -9798,7 +9798,7 @@ doubles with each iteration. Therefore the numerator and denominator of
the rational approximation have to grow likewise: the rational approximation have to grow likewise:
@example @example
clp(q) ?- use+odule(library('clpqr/examples/root')). clp(q) ?- use_module(library('clpqr/examples/root')).
clp(q) ?- root(3,R),print_decimal(R,70). clp(q) ?- root(3,R),print_decimal(R,70).
1.4142156862 7450980392 1568627450 9803921568 6274509803 9215686274 1.4142156862 7450980392 1568627450 9803921568 6274509803 9215686274
5098039215 5098039215

View File

@ -52,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name}
%doc docs/yap.tex %doc docs/yap.tex
/usr/bin/yap /usr/bin/yap
/usr/lib/Yap/ /usr/lib/Yap/
/usr/share/Yap/
/usr/share/info/yap.info* /usr/share/info/yap.info*
/usr/share/info/pillow_doc.info* /usr/share/info/pillow_doc.info*