2023-08-10 15:42:43 +02:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup github 1.0
|
|
|
|
|
PortGroup common_lisp 1.0
|
|
|
|
|
|
|
|
|
|
github.setup lmj lparallel 2.8.4 lparallel-
|
2025-01-24 02:32:08 +11:00
|
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
|
|
|
github.tarball_from tarball
|
2023-08-10 15:42:43 +02:00
|
|
|
name cl-lparallel
|
|
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
checksums rmd160 936e91405a0922f31a0ba45f0dc08a8897d1034f \
|
|
|
|
|
sha256 bcb53fccc53dbc49954ee5a414a8726d527f039fa26ff308dbbafc993f9f22c9 \
|
|
|
|
|
size 79465
|
|
|
|
|
|
|
|
|
|
categories-append devel
|
2024-11-06 15:34:34 +01:00
|
|
|
maintainers nomaintainer
|
2023-08-10 15:42:43 +02:00
|
|
|
license BSD
|
|
|
|
|
|
|
|
|
|
homepage https://lparallel.org
|
|
|
|
|
|
|
|
|
|
description Parallelism for Common Lisp
|
|
|
|
|
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
|
|
|
port:cl-bordeaux-threads
|
|
|
|
|
|
|
|
|
|
common_lisp.threads yes
|
|
|
|
|
|
|
|
|
|
post-patch {
|
|
|
|
|
# do not waste time on benchmark
|
|
|
|
|
file delete ${worksrcpath}/lparallel-bench.asd
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# Tests are broken.
|
|
|
|
|
# See:
|
|
|
|
|
# - https://github.com/lmj/lparallel/issues/47
|
|
|
|
|
# - https://github.com/lmj/lparallel/issues/48
|
|
|
|
|
test.run no
|