maintainers {logtalk.org:pmoura @pmoura}
description YAP Prolog compiler
YAP is a high-performance Prolog compiler developed at \
CRACS/Universidade do Porto and at COPPE Sistemas/UFRJ. \
Its Prolog engine is based in the WAM (Warren Abstract \
Machine), with several optimizations for better \
performance. YAP follows the Edinburgh tradition, and \
is largely compatible with the ISO-Prolog standard and \
with Quintus and SICStus Prolog.
homepage http://www.dcc.fc.up.pt/~vsc/Yap/
checksums sha1 1084b1630b48a430d60d6aee8e31914ecc6d5369 \
rmd160 b35264a7911c73d095426fb3790a104d41d44157
depends_lib port:readline port:gmp
configure.args --with-gmp=${prefix} \
--with-readline=${prefix}
if {${os.platform} eq "darwin" && ${build_arch} eq "x86_64"} {
configure.args-append --build=${build_arch}-apple-${os.platform}${os.version}
configure.args-append --enable-tabling
configure.args-append --with-jpl=/Library/Java/Home
configure.args-append --enable-condor
configure.args-append --enable-threads
configure.args-append --enable-pthread-locking
configure.args-append --enable-or-parallelism
configure.args-append --enable-debug-yap
configure.args-append --enable-low-level-tracer
livecheck.url ${homepage}downloads.html