Skip to content

Commit 66ad5d1

Browse files
committed
Switch to yaml-cpp fork hosted in BayesianStellarEvolution
1 parent 6a5d26f commit 66ad5d1

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "yaml-cpp"]
22
path = yaml-cpp
3-
url = https://github.com/jbeder/yaml-cpp.git
3+
url = https://github.com/BayesianStellarEvolution/yaml-cpp.git
4+
branch = master

build.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,9 @@ cd "${BASE}"
2121
if [ ! -e "yaml-cpp/CMakeLists.txt" ]; then
2222
# Manually clone yaml-cpp, removing the directory first
2323
rm -r yaml-cpp
24-
git clone --depth=1 --branch=yaml-cpp-0.6.2 https://github.com/jbeder/yaml-cpp.git
24+
git clone --depth=1 https://github.com/BayesianStellarEvolution/yaml-cpp.git
2525
fi
2626

27-
cd yaml-cpp
28-
git checkout yaml-cpp-0.6.2
29-
30-
TMPFILE=`mktemp`
31-
cp src/regex_yaml.h "${TMPFILE}"
32-
#echo '#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"' > src/regex_yaml.h
33-
cat "${TMPFILE}" >> src/regex_yaml.h
34-
rm "${TMPFILE}"
35-
cd ..
36-
3727
cd ./BUILD
3828
if [ "$PREFIX" ]; then
3929
cmake -DCMAKE_BUILD_TYPE="RELEASE" -DCMAKE_INSTALL_PREFIX=$PREFIX ..

yaml-cpp

0 commit comments

Comments
 (0)