raptor support
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -51,4 +51,4 @@
|
|||||||
url = git://git.code.sf.net/p/yap/ltx2htm
|
url = git://git.code.sf.net/p/yap/ltx2htm
|
||||||
[submodule "packages/raptor"]
|
[submodule "packages/raptor"]
|
||||||
path = packages/raptor
|
path = packages/raptor
|
||||||
url = https://github.com/davidvaz/yap-raptor.git
|
url = git://git.code.sf.net/p/yap/raptor
|
||||||
|
15
configure.in
15
configure.in
@@ -751,12 +751,6 @@ else
|
|||||||
ENABLE_ZLIB="@# "
|
ENABLE_ZLIB="@# "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -e "$srcdir"/packages/raptor/Makefile.in; then
|
|
||||||
ENABLE_RAPTOR=""
|
|
||||||
else
|
|
||||||
ENABLE_RAPTOR="@# "
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$cross_compiling" = "yes"
|
if test "$cross_compiling" = "yes"
|
||||||
then
|
then
|
||||||
YAP_EXTRAS=
|
YAP_EXTRAS=
|
||||||
@@ -1899,9 +1893,8 @@ fi
|
|||||||
|
|
||||||
m4_include([packages/gecode/configure.in])
|
m4_include([packages/gecode/configure.in])
|
||||||
|
|
||||||
if test "$ENABLE_RAPTOR" = ""
|
if test -e "$srcdir"/packages/raptor/Makefile.in; then
|
||||||
then
|
m4_include([packages/raptor/configure.in])
|
||||||
m4_include([packages/raptor/configure.in])
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
m4_include([library/lammpi/configure.in])
|
m4_include([library/lammpi/configure.in])
|
||||||
@@ -2097,10 +2090,6 @@ if test "$ENABLE_GECODE" = ""; then
|
|||||||
AC_CONFIG_FILES([packages/gecode/Makefile])
|
AC_CONFIG_FILES([packages/gecode/Makefile])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ENABLE_RAPTOR" = ""; then
|
|
||||||
AC_CONFIG_FILES([packages/raptor/Makefile])
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$ENABLE_PRISM" = ""; then
|
if test "$ENABLE_PRISM" = ""; then
|
||||||
AC_CONFIG_FILES([packages/prism/src/c/Makefile])
|
AC_CONFIG_FILES([packages/prism/src/c/Makefile])
|
||||||
AC_CONFIG_FILES([packages/prism/src/prolog/Makefile])
|
AC_CONFIG_FILES([packages/prism/src/prolog/Makefile])
|
||||||
|
Submodule packages/raptor updated: 099c16227d...0f77a1e1b9
Reference in New Issue
Block a user