notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
lace14 Implementation of work-stealing in C
1.5.1_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-08-06 15:18:10
Last Update: 2025-08-19 10:42:09
Commit Hash: 9074b70
License: APACHE20
WWW:
https://github.com/trolando/lace
Description:
Lace is a C framework for fine-grained fork-join parallelism intended for scientific computations on multi-core computers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. /usr/local/share/licenses/lace14-work-stealing-1.5.1_1/catalog.mk
  2. /usr/local/share/licenses/lace14-work-stealing-1.5.1_1/LICENSE
  3. /usr/local/share/licenses/lace14-work-stealing-1.5.1_1/APACHE20
  4. include/lace.h
  5. include/lace14.h
  6. include/lace_config.h
  7. lib/cmake/lace/lace-config-version.cmake
  8. lib/cmake/lace/lace-config.cmake
  9. lib/cmake/lace/lace-targets-release.cmake
  10. lib/cmake/lace/lace-targets.cmake
  11. lib/liblace.so
  12. lib/liblace14.so
  13. libdata/pkgconfig/lace.pc
  14. libdata/pkgconfig/lace14.pc
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • lace14-work-stealing>0:devel/lace14
To install the port:
cd /usr/ports/devel/lace14/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/lace14
  • pkg install lace14-work-stealing
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: lace14-work-stealing
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1754657253 SHA256 (trolando-lace-v1.5.1_GH0.tar.gz) = 9aea38c98a059e0ddfb36df09683ea39cf55a66b4da16000532684c28d5fd6d8 SIZE (trolando-lace-v1.5.1_GH0.tar.gz) = 155792

Packages (timestamps in pop-ups are UTC):
lace14-work-stealing
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5.1_11.5.1_1-1.5.1_11.5.1_1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest1.5.1_11.5.1_1-1.5.1_11.5.1_1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.5.1_11.5.1_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-1.5.1_1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. math/oink

Configuration Options:
No options to configure
Options name:
devel_lace14
USES:
cmake:testing
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/trolando/lace/tar.gz/v1.5.1?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.1_1
19 Aug 2025 10:42:09
commit hash: 9074b70f6780f4684bae882d0521f7a72cda4664commit hash: 9074b70f6780f4684bae882d0521f7a72cda4664commit hash: 9074b70f6780f4684bae882d0521f7a72cda4664commit hash: 9074b70f6780f4684bae882d0521f7a72cda4664 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/lace14: remove hardcoded -march=native
1.5.1
10 Aug 2025 19:17:26
commit hash: 2fffeac66b48fe0bd43f9a2b124c0942f5979df4commit hash: 2fffeac66b48fe0bd43f9a2b124c0942f5979df4commit hash: 2fffeac66b48fe0bd43f9a2b124c0942f5979df4commit hash: 2fffeac66b48fe0bd43f9a2b124c0942f5979df4 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/lace14: update to 1.5.1

This fixes the build on armv7 and i386.
Several patch files have been upstreamed.
A likely race condition still remains, causing one of the unit tests
to fail, but it seems to be hard to trigger in practice.  Will continue
to evaluate this issue with upstream.

Changelog: https://github.com/trolando/lace/blob/lace-1/CHANGELOG.md

Approved by:	yuri
See also:	https://github.com/trolando/lace/issues/16
Differential Revision:	https://reviews.freebsd.org/D51737
1.4.2
06 Aug 2025 15:15:20
commit hash: 1ba137cca1d5a04166f7d2563a47a6d34202d374commit hash: 1ba137cca1d5a04166f7d2563a47a6d34202d374commit hash: 1ba137cca1d5a04166f7d2563a47a6d34202d374commit hash: 1ba137cca1d5a04166f7d2563a47a6d34202d374 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/lace14: New port: Implementation of work-stealing in C

Number of commits found: 3