Skip to content

Commit

Permalink
Merge pull request #555 from Florin65/gc
Browse files Browse the repository at this point in the history
Gc
  • Loading branch information
Stefan Wold committed Jan 29, 2014
2 parents ca1ca0d + e3374ac commit bd41332
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devel/gc/BUILD
@@ -1,6 +1,6 @@
(

OPTS+=" --disable-static" &&
OPTS+=" --enable-cplusplus --disable-static" &&

default_build

Expand Down
1 change: 1 addition & 0 deletions devel/gc/DEPENDS
@@ -1 +1,2 @@
depends pkgconfig
depends libatomic_ops
8 changes: 4 additions & 4 deletions devel/gc/DETAILS
@@ -1,11 +1,11 @@
MODULE=gc
VERSION=7.2
SOURCE=$MODULE-${VERSION}d.tar.gz
VERSION=7.4.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source
SOURCE_VFY=sha1:b43573800e27361da78f05a2e98394521cfa04fc
SOURCE_VFY=sha1:82f031a5a6db004df3cf8f1b1e72dd6b313ab032
WEB_SITE=http://www.hpl.hp.com/personal/Hans_Boehm/gc
ENTERED=20020314
UPDATED=20120830
UPDATED=20140115
SHORT="A garbage collector"

cat << EOF
Expand Down
19 changes: 19 additions & 0 deletions libs/libatomic_ops/DETAILS
@@ -0,0 +1,19 @@
MODULE=libatomic_ops
VERSION=7.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE=$MODULE-${VERSION}e.tar.gz
SOURCE_URL=http://www.hpl.hp.com/research/linux/atomic_ops/download/
SOURCE_VFY=sha1:af2d72318b69597affe96ca1328dc33fbc4a43ef
WEB_SITE=http://www.hpl.hp.com/research/linux/atomic_ops/index.php4
ENTERED=20071005
UPDATED=20140115
SHORT="Atomic memory update operations"

cat << EOF
Provides implementations for atomic memory update operations on a
number of architectures. This allows direct use of these in
reasonably portable code. Unlike earlier similar packages, this
one explicitly considers memory barrier semantics, and allows
the construction of code that involves minimum overhead across a
variety of architectures.
EOF

0 comments on commit bd41332

Please sign in to comment.