raptor support

This commit is contained in:
Vitor Santos Costa 2014-01-30 18:00:56 +00:00
parent b57867c983
commit 0dac1e9e7d
4 changed files with 1389 additions and 65 deletions

2
.gitmodules vendored
View File

@ -51,4 +51,4 @@
url = git://git.code.sf.net/p/yap/ltx2htm
[submodule "packages/raptor"]
path = packages/raptor
url = https://github.com/davidvaz/yap-raptor.git
url = git://git.code.sf.net/p/yap/raptor

1435
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -751,12 +751,6 @@ else
ENABLE_ZLIB="@# "
fi
if test -e "$srcdir"/packages/raptor/Makefile.in; then
ENABLE_RAPTOR=""
else
ENABLE_RAPTOR="@# "
fi
if test "$cross_compiling" = "yes"
then
YAP_EXTRAS=
@ -1899,9 +1893,8 @@ fi
m4_include([packages/gecode/configure.in])
if test "$ENABLE_RAPTOR" = ""
then
m4_include([packages/raptor/configure.in])
if test -e "$srcdir"/packages/raptor/Makefile.in; then
m4_include([packages/raptor/configure.in])
fi
m4_include([library/lammpi/configure.in])
@ -2097,10 +2090,6 @@ if test "$ENABLE_GECODE" = ""; then
AC_CONFIG_FILES([packages/gecode/Makefile])
fi
if test "$ENABLE_RAPTOR" = ""; then
AC_CONFIG_FILES([packages/raptor/Makefile])
fi
if test "$ENABLE_PRISM" = ""; then
AC_CONFIG_FILES([packages/prism/src/c/Makefile])
AC_CONFIG_FILES([packages/prism/src/prolog/Makefile])

@ -1 +1 @@
Subproject commit 099c16227d951355965cabd6afc1a94f3a98bf19
Subproject commit 0f77a1e1b90b36bddb1844712380f4f3858123b7