Skip to content

Commit

Permalink
libcds2-2.0+git20150418 (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 30, 2016
1 parent 66c983c commit e9c065a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 40 deletions.
47 changes: 25 additions & 22 deletions libcds2/README
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,24 @@ Further long-term goals include:
* Wrappers for popular programming languages.

Runtime requirements:
cygwin-1.7.32-1
libcds2-devel-2.0+git20140724-1bl1
libcds2_2-2.0+git20140724-1bl1
libgcc1-4.9.0-1
libstdc++6-4.9.0-1
cygwin-2.6.1-1
libcds2-devel-2.0+git20150418-1bl1
libcds2_2-2.0+git20150418-1bl1
libgcc1-5.4.0-1
libstdc++6-5.4.0-1
pkg-config-0.29.1-1

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-9-1
binutils-2.24.51-5
cmake-2.8.12.2-3
cygport-0.17.0-1
gcc-core-4.9.0-1
gcc-g++-4.9.0-1
libtool-2.4.2-5
make-4.0-2
binutils-2.25-4
cmake-3.6.2-1
cygport-0.23.0-1
gcc-core-5.4.0-1
gcc-g++-5.4.0-1
libtool-2.4.6-4
make-4.2.1-1

Canonical website:
https://github.com/fclaude/libcds2
Expand All @@ -44,17 +45,17 @@ Canonical download:
-------------------------------------------

Build instructions:
unpack libcds2-2.0+git20140724-X-src.tar.xz
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
cygport ./libcds2-2.0+git20140724-X.cygport all
1. unpack libcds2-2.0+git20150418-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./libcds2-2.0+git20150418-X.cygport all

This will create:
/usr/src/libcds2-2.0+git20140724-X-src.tar.xz
/usr/src/libcds2-2.0+git20140724-X.tar.xz
/usr/src/libcds2_2-2.0+git20140724-X.tar.xz
/usr/src/libcds2-devel-2.0+git20140724-X.tar.xz
/usr/src/libcds2-2.0+git20150418-X-src.tar.xz
/usr/src/libcds2-2.0+git20150418-X.tar.xz
/usr/src/libcds2_2-2.0+git20150418-X.tar.xz
/usr/src/libcds2-devel-2.0+git20150418-X.tar.xz

-------------------------------------------

Expand Down Expand Up @@ -98,6 +99,8 @@ Files included in the binary package:

Port Notes:

----- version 2.0+git20150418-1bl1 -----
Version bump.

----- version 2.0+git20140724-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- origsrc/libcds2/Makefile.am 2014-08-30 19:40:53.000000000 +0900
+++ src/libcds2/Makefile.am 2014-08-30 19:48:09.963115000 +0900
--- origsrc/libcds2/Makefile.am 2016-12-31 00:47:48.000000000 +0900
+++ src/libcds2/Makefile.am 2016-12-31 00:48:15.377742900 +0900
@@ -3,7 +3,7 @@

ACLOCAL_AMFLAGS = -I m4
Expand All @@ -9,25 +9,16 @@

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = cds$(CDS_API_VERSION).pc
--- origsrc/libcds2/configure.ac 2014-08-30 19:40:53.000000000 +0900
+++ src/libcds2/configure.ac 2014-08-30 19:53:46.294169700 +0900
@@ -29,6 +29,8 @@ AC_LANG([C++])
AC_PROG_INSTALL
AC_PROG_CPP

+CXXFLAGS=-mcmodel=large
+
# Checks for libraries.

# Checks for header files.
@@ -50,5 +52,4 @@ AC_CONFIG_FILES([Makefile
--- origsrc/libcds2/configure.ac 2016-12-31 00:47:49.000000000 +0900
+++ src/libcds2/configure.ac 2016-12-31 00:48:29.793623300 +0900
@@ -50,5 +50,4 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
include/Makefile
cds${CDS_API_VERSION}.pc:cds.pc.in])
-AC_CONFIG_SUBDIRS([dep/gtest-1.6.0])
AC_OUTPUT
--- origsrc/libcds2/lib/Makefile.am 2014-08-30 19:40:54.000000000 +0900
+++ src/libcds2/lib/Makefile.am 2014-08-30 19:45:47.614482200 +0900
--- origsrc/libcds2/lib/Makefile.am 2016-12-31 00:47:50.000000000 +0900
+++ src/libcds2/lib/Makefile.am 2016-12-31 00:48:58.872131700 +0900
@@ -1,9 +1,9 @@
# This Makefile builds the libcds library.

Expand All @@ -40,8 +31,8 @@
libcds@CDS_API_VERSION@_la_SOURCES = \
../src/basic/array.cpp \
../src/basic/io.cpp \
--- origsrc/libcds2/tests/Makefile.am 2014-08-30 19:40:54.000000000 +0900
+++ src/libcds2/tests/Makefile.am 2014-08-30 19:52:55.444560300 +0900
--- origsrc/libcds2/tests/Makefile.am 2016-12-31 00:47:51.000000000 +0900
+++ src/libcds2/tests/Makefile.am 2016-12-31 00:49:28.184240600 +0900
@@ -1,12 +1,12 @@
# This Makefile is used to build and execute the tests when "make check"
# is run.
Expand Down

0 comments on commit e9c065a

Please sign in to comment.