Skip to content

Commit 29304fd

Browse files
BrewTestBotchenrui333
authored andcommitted
eigenpy 3.8.2
Signed-off-by: Rui Chen <[email protected]> eigenpy: add numpy 2 patch Signed-off-by: Rui Chen <[email protected]>
1 parent 7dcf45c commit 29304fd

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Formula/e/eigenpy.rb

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Eigenpy < Formula
22
desc "Python bindings of Eigen library with Numpy support"
33
homepage "https://github.com/stack-of-tasks/eigenpy"
4-
url "https://github.com/stack-of-tasks/eigenpy/releases/download/v3.8.0/eigenpy-3.8.0.tar.gz"
5-
sha256 "81b8d6a44fe57c14cb4b99defd0621d862cf416fab70e1f77575446739c91e38"
4+
url "https://github.com/stack-of-tasks/eigenpy/releases/download/v3.8.2/eigenpy-3.8.2.tar.gz"
5+
sha256 "a451b2eca0a634d373f4d1457c161d7d30616121f7635f2f38e8ef45e12c1300"
66
license "BSD-2-Clause"
7-
revision 1
87
head "https://github.com/stack-of-tasks/eigenpy.git", branch: "master"
98

109
bottle do
@@ -28,6 +27,16 @@ class Eigenpy < Formula
2827
depends_on "[email protected]"
2928
depends_on "scipy"
3029

30+
# Support numpy 2, upstream patch PR, https://github.com/stack-of-tasks/eigenpy/pull/496
31+
patch do
32+
url "https://github.com/stack-of-tasks/eigenpy/commit/98ec8fe8b2bcdde5b1fe2a85660cd7b7761e9e36.patch?full_index=1"
33+
sha256 "fb32fd117fcd7d3bbbc751cb850fa2a8a3121a695f70269bce935352592d9067"
34+
end
35+
patch do
36+
url "https://github.com/stack-of-tasks/eigenpy/commit/b36cded3d855557bd69f63b215b9c45ecb8b0255.patch?full_index=1"
37+
sha256 "ab5f5cfe66d23a1128de4340f49de28487b1ae7082bc48e71b68521fda540e5d"
38+
end
39+
3140
def python3
3241
"python3.12"
3342
end

0 commit comments

Comments
 (0)