swi-prolog
This commit is contained in:
parent
67380a038e
commit
ce53ffecb1
|
@ -6,9 +6,8 @@
|
|||
|
||||
isim=swi-prolog
|
||||
surum=7.6.4
|
||||
devir=1
|
||||
kaynak=(http://www.swi-prolog.org/download/stable/src/swipl-${surum/_/-}.tar.gz
|
||||
)
|
||||
devir=2
|
||||
kaynak=(http://www.swi-prolog.org/download/stable/src/swipl-${surum/_/-}.tar.gz)
|
||||
|
||||
derle() {
|
||||
cd "swipl-${surum/_/-}"
|
||||
|
@ -19,4 +18,32 @@ derle() {
|
|||
make -C "$SRC/swipl-${surum/_/-}" DESTDIR="$PKG" install
|
||||
# Fix for FS#20873
|
||||
chmod +x "$PKG/usr/lib/swipl-${surum/_/-}/library/dialect/sicstus/swipl-lfr.pl"
|
||||
cd packages
|
||||
./configure \
|
||||
--with-cpp \
|
||||
--with-clib \
|
||||
--with-odbc \
|
||||
--with-table \
|
||||
--with-xpce \
|
||||
--with-sgml \
|
||||
--with-RDF \
|
||||
--with-semweb \
|
||||
--with-http \
|
||||
--with-chr \
|
||||
--with-clpqr \
|
||||
--with-nlp \
|
||||
--with-ssl \
|
||||
--with-tipc \
|
||||
--with-pldoc \
|
||||
--with-plunit \
|
||||
--with-zlib \
|
||||
--with-R \
|
||||
--with-protobufs \
|
||||
--with-PDT \
|
||||
--with-utf8proc \
|
||||
--with-archive \
|
||||
--without-jpl
|
||||
make all
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue