Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d915f29f8ed36b7004f8d7b1232a1d4ef4521120)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d915f29f8ed36b7004f8d7b1232a1d4ef4521120)
  • Date: Sun, 1 Feb 2015 10:59:37 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/yaml-cpp/BUILD | 1 +
libs/yaml-cpp/DETAILS | 1 +
libs/yaml-cpp/HISTORY | 1 +
3 files changed, 3 insertions(+)

New commits:
commit d915f29f8ed36b7004f8d7b1232a1d4ef4521120
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

yaml-cpp - build shared library

diff --git a/libs/yaml-cpp/BUILD b/libs/yaml-cpp/BUILD
index e013b8d..2f7ef24 100755
--- a/libs/yaml-cpp/BUILD
+++ b/libs/yaml-cpp/BUILD
@@ -1 +1,2 @@
+OPTS+=" -DBUILD_SHARED_LIBS=1" &&
cmake_build
diff --git a/libs/yaml-cpp/DETAILS b/libs/yaml-cpp/DETAILS
index 44768f2..519afc2 100755
--- a/libs/yaml-cpp/DETAILS
+++ b/libs/yaml-cpp/DETAILS
@@ -1,6 +1,7 @@
SPELL=yaml-cpp
VERSION=0.5.1

SOURCE_HASH=sha512:3c6928684d603815c016d663af36be94507f2cccf167d6d8d7cd7dea3ea5f73ec88d62952a2b5d11796e40132857afcbbacd9eafd688f2dc11d0c339caf2e013
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/libs/yaml-cpp/HISTORY b/libs/yaml-cpp/HISTORY
index 7f983b3..92433c2 100644
--- a/libs/yaml-cpp/HISTORY
+++ b/libs/yaml-cpp/HISTORY
@@ -1,5 +1,6 @@
2015-02-01 Treeve Jelbert <treeve AT sourcemage.org>
* vresion 0.5.1
+ * BUILD: force BUILD_SHARED_LIBS

2013-01-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d915f29f8ed36b7004f8d7b1232a1d4ef4521120), Treeve Jelbert, 02/01/2015

Archive powered by MHonArc 2.6.24.

Top of Page