mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.2 KiB
Tcl
42 lines
1.2 KiB
Tcl
# -*- 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-
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-lparallel
|
|
revision 0
|
|
|
|
checksums rmd160 936e91405a0922f31a0ba45f0dc08a8897d1034f \
|
|
sha256 bcb53fccc53dbc49954ee5a414a8726d527f039fa26ff308dbbafc993f9f22c9 \
|
|
size 79465
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
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
|