Skip to content

Commit 84692fa

Browse files
authored
Properly pin eigen version
1 parent a643d77 commit 84692fa

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

robostack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ doxygen:
8181
draco:
8282
robostack: [draco]
8383
eigen:
84-
robostack: [eigen]
84+
robostack: [eigen, eigen-abi-devel]
8585
emacs:
8686
robostack: [emacs]
8787
festival:

vinca.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build_number: 15
1010

1111
mutex_package:
1212
name: "ros2-distro-mutex"
13-
version: "0.8.1"
13+
version: "0.8.0"
1414
upper_bound: "x.x"
1515
run_constraints:
1616
- libboost 1.88.*
@@ -20,9 +20,6 @@ mutex_package:
2020
- libprotobuf 6.33.5.*
2121
- vtk 9.5.2.*
2222
- krb5 1.21.*
23-
- eigen 3.4.*
24-
25-
trigger_new_versions: True
2623

2724
patch_dir: patch
2825
rosdistro_snapshot: rosdistro_snapshot.yaml

0 commit comments

Comments
 (0)