Skip to content

Commit

Permalink
review comments fix
Browse files Browse the repository at this point in the history
CURA-11444
  • Loading branch information
saumyaj3 committed Feb 19, 2024
1 parent 164c01c commit d8ac36b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion recipes/mapbox-wagyu/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def package_id(self):

def export_sources(self):
export_conandata_patches(self)

def validate(self):
if self.settings.compiler.get_safe("cppstd"):
check_min_cppstd(self, self._min_cppstd)
Expand All @@ -56,7 +57,6 @@ def validate(self):
def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)


def package(self):
copy(self, "LICENSE", self.source_folder, os.path.join(self.package_folder, "licenses"))
copy(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
Subject: [PATCH] patch for wagyu
---
Index: include/mapbox/geometry/wagyu/ring.hpp
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/include/mapbox/geometry/wagyu/ring.hpp b/include/mapbox/geometry/wagyu/ring.hpp
--- a/include/mapbox/geometry/wagyu/ring.hpp (revision bca18747a2a529db59de34b97aaf395d815c5798)
+++ b/include/mapbox/geometry/wagyu/ring.hpp (date 1708339817748)
Expand All @@ -18,10 +11,6 @@ diff --git a/include/mapbox/geometry/wagyu/ring.hpp b/include/mapbox/geometry/wa
#include <iostream>
#include <sstream>
Index: include/mapbox/geometry/wagyu/ring_util.hpp
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/include/mapbox/geometry/wagyu/ring_util.hpp b/include/mapbox/geometry/wagyu/ring_util.hpp
--- a/include/mapbox/geometry/wagyu/ring_util.hpp (revision bca18747a2a529db59de34b97aaf395d815c5798)
+++ b/include/mapbox/geometry/wagyu/ring_util.hpp (date 1708339817743)
Expand Down

0 comments on commit d8ac36b

Please sign in to comment.