Skip to content

Commit

Permalink
Merge pull request #101879 from sikmir/cloudcompare
Browse files Browse the repository at this point in the history
cloudcompare: 2.11.0 → 2.11.2
  • Loading branch information
nh2 committed Oct 28, 2020
2 parents 8385452 + 59645d2 commit c06f86d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/graphics/cloudcompare/default.nix
Expand Up @@ -18,17 +18,17 @@

mkDerivation rec {
pname = "cloudcompare";
version = "2.11.0";
version = "2.11.2";

src = fetchFromGitHub {
owner = "CloudCompare";
repo = "CloudCompare";
rev = "v${version}";
sha256 = "02ahhhivgb9k1aygw1m35wdvhaizag1r98mb0r6zzrs5p4y64wlb";
sha256 = "0sb2h08iaf6zrf54sg6ql6wm63q5vq0kpd3gffdm26z8w6j6wv3s";
# As of writing includes (https://github.com/CloudCompare/CloudCompare/blob/a1c589c006fc325e8b560c77340809b9c7e7247a/.gitmodules):
# * libE57Format
# * PoissonRecon
# In > 2.11 it will also contain
# In a future version it will also contain
# * CCCoreLib
fetchSubmodules = true;
};
Expand All @@ -53,7 +53,7 @@ mkDerivation rec {
];

cmakeFlags = [
# TODO: This will become -DCCCORELIB_USE_TBB=ON in > 2.11.0, see
# TODO: This will become -DCCCORELIB_USE_TBB=ON in a future version, see
# https://github.com/CloudCompare/CloudCompare/commit/f5a0c9fd788da26450f3fa488b2cf0e4a08d255f
"-DCOMPILE_CC_CORE_LIB_WITH_TBB=ON"
"-DOPTION_USE_DXF_LIB=ON"
Expand Down

0 comments on commit c06f86d

Please sign in to comment.