*** 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:
parent
d354e871f9
commit
c019bb6499
11
configure.in
11
configure.in
@ -204,14 +204,20 @@ then
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
if test "$tcpu"; then
|
||||
target_cpu=$tcpu
|
||||
fi
|
||||
if test "$maxperformance" = "yes"
|
||||
then
|
||||
case "$target_cpu" in
|
||||
athlon)
|
||||
CFLAGS="-march=athlon $CFLAGS"
|
||||
;;
|
||||
i686*)
|
||||
CFLAGS="-march=pentiumpro $CFLAGS"
|
||||
CFLAGS="-march=i686 $CFLAGS"
|
||||
;;
|
||||
i586*)
|
||||
CFLAGS="-march=pentium $CFLAGS"
|
||||
CFLAGS="-march=i586 $CFLAGS"
|
||||
;;
|
||||
i486*)
|
||||
CFLAGS="-march=i486 $CFLAGS"
|
||||
@ -318,6 +324,7 @@ fi
|
||||
if test "$yap_cv_readline" != "no"
|
||||
then
|
||||
AC_CHECK_LIB(termcap,tgetent)
|
||||
AC_CHECK_LIB(ncurses,main)
|
||||
AC_CHECK_LIB(readline,readline)
|
||||
fi
|
||||
if test "$yap_cv_gmp" != "no"
|
||||
|
@ -9798,7 +9798,7 @@ doubles with each iteration. Therefore the numerator and denominator of
|
||||
the rational approximation have to grow likewise:
|
||||
|
||||
@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).
|
||||
1.4142156862 7450980392 1568627450 9803921568 6274509803 9215686274
|
||||
5098039215
|
||||
|
@ -52,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name}
|
||||
%doc docs/yap.tex
|
||||
/usr/bin/yap
|
||||
/usr/lib/Yap/
|
||||
/usr/share/Yap/
|
||||
/usr/share/info/yap.info*
|
||||
/usr/share/info/pillow_doc.info*
|
||||
|
||||
|
Reference in New Issue
Block a user