Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libigl: migrate to Conan v2 #18849

Merged
merged 19 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions recipes/libigl/2.x.x/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions recipes/libigl/2.x.x/conandata.yml

This file was deleted.

140 changes: 0 additions & 140 deletions recipes/libigl/2.x.x/conanfile.py

This file was deleted.

17 changes: 0 additions & 17 deletions recipes/libigl/2.x.x/patches/0001-correct-fpic.patch

This file was deleted.

1 change: 1 addition & 0 deletions recipes/libigl/all/conan_deps.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find_package(Eigen3 REQUIRED)
valgur marked this conversation as resolved.
Show resolved Hide resolved
13 changes: 13 additions & 0 deletions recipes/libigl/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sources:
"2.5.0":
url: "https://github.com/libigl/libigl/archive/refs/tags/v2.5.0.zip"
sha256: "84af6a5f9266a4c1ce530f9ef8028c8a3569318563012d72a753622f61ea2f68"
"2.3.0":
url: "https://github.com/libigl/libigl/archive/refs/tags/v2.3.0.zip"
sha256: "5124443c2657023394039fe56fb240d4f7a867723ee4ebba053eaeb881ed7455"
patches:
"2.3.0":
- patch_file: "patches/001-replace-random_shuffle.patch"
patch_type: "portability"
patch_description: "Replace std::random_shuffle that was removed in C++17"
patch_source: "https://github.com/libigl/libigl/commit/3f3d186db7c2f5ce79194c3439134ca5faf2818a"
Loading
Loading