Skip to content

Commit

Permalink
(conan-io#3422) Bump dataframe/1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theirix authored Nov 5, 2020
1 parent 4863320 commit 9cac0fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/dataframe/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.14.0":
sha256: 45991cc16e478b24641d0548aab24fd59ad534ada30fca8776fd9990e1914ac7
url: https://github.com/hosseinmoein/DataFrame/archive/1.14.0.tar.gz
"1.12.0":
sha256: e951a699bd048bd7a034ac60bdd45f15cf066a04fda33cb22030d192b91a836c
url: https://github.com/hosseinmoein/DataFrame/archive/1.12.0.tar.gz
Expand Down
2 changes: 2 additions & 0 deletions recipes/dataframe/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def _configure_cmake(self):
if self._cmake:
return self._cmake
self._cmake = CMake(self)
if tools.Version(self.version) >= "1.14.0":
self._cmake.definitions["ENABLE_TESTING"] = False
self._cmake.configure()
return self._cmake

Expand Down
2 changes: 2 additions & 0 deletions recipes/dataframe/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.14.0":
folder: all
"1.12.0":
folder: all
"1.8.0":
Expand Down

0 comments on commit 9cac0fb

Please sign in to comment.