File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -21,19 +21,9 @@ cd "${BASE}"
2121if [ ! -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
2525fi
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-
3727cd ./BUILD
3828if [ " $PREFIX " ]; then
3929 cmake -DCMAKE_BUILD_TYPE=" RELEASE" -DCMAKE_INSTALL_PREFIX=$PREFIX ..
You can’t perform that action at this time.
0 commit comments