From 81a9d0e747d8a545bc68b55ad58e3fa0a3183a29 Mon Sep 17 00:00:00 2001 From: paul <40677073+paullee0@users.noreply.github.com> Date: Mon, 1 Oct 2018 08:02:52 +0800 Subject: [PATCH] Changing opencollada version to "v1.6.63" Discussion: https://github.com/IfcOpenShell/IfcOpenShell/issues/480 Summary: "... Compiling OpenCOLLADA fail on fedora 27... changing opencollada version to "v1.6.63" (since some time now they do proper tagging over there, the commit we track now is from 19 Dec 2013, probably worth updating as newer compilers might rightfully complain)... Probably best to rm -rf ... IfcOpenShell/build/Linux/x86_64/build/OpenCOLLADA before restarting." --- nix/build-all.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 7a96d2fbaf..b97e003d24 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -248,7 +248,8 @@ CMAKE_VERSION_2=CMAKE_VERSION[:CMAKE_VERSION.rindex('.')] OCE_LOCATION="https://github.com/tpaviot/oce/archive/OCE-%s.tar.gz" % (OCE_VERSION,) BOOST_LOCATION="http://downloads.sourceforge.net/project/boost/boost/%s/boost_%s.tar.bz2" % (BOOST_VERSION, BOOST_VERSION_UNDERSCORE) OPENCOLLADA_LOCATION="https://github.com/KhronosGroup/OpenCOLLADA.git" -OPENCOLLADA_COMMIT="f99d59e73e565a41715eaebc00c7664e1ee5e628" +#OPENCOLLADA_COMMIT="f99d59e73e565a41715eaebc00c7664e1ee5e628" +OPENCOLLADA_COMMIT="v1.6.63" # Helper functions