Path to this page:
./
devel/libatomic-links,
Make libatomic available from a unique directory
Branch: CURRENT,
Version: 1.0,
Package name: libatomic-links-1.0,
Maintainer: pkgsrc-usersThis package puts symlinks to libatomic in a directory specific
to libatomic, so that we can add that directory to the default
link search path of rust without also automatically picking up
other installed libraries.
This is for the benefit of our powerpc ports, where recent rust
has been changed to insist on using -latomic due to the lack of
native 64-bit atomic operations.
Version history: (Expand)
- (2020-11-29) Package added to pkgsrc.se, version libatomic-links-1.0 (created)
CVS history: (Expand)
2021-01-03 19:28:05 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Allow this to be installed on i386 too.
|
2020-12-12 02:39:37 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
libatomic-links: mark this package only for NetBSD-powerpc
|
2020-11-29 14:23:40 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Add a package which makes -latomic available from a unique directory.
This is so that we can add that directory to the default
link search path of rust without also automatically picking up
other installed libraries.
This is for the benefit of our powerpc ports, where recent rust
has been changed to insist on using -latomic due to the lack of
native 64-bit atomic operations.
|