Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
eigenpy
Commits
34126cfb
Unverified
Commit
34126cfb
authored
4 years ago
by
Justin Carpentier
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #189 from jcarpent/master
Sync submodule CMake
parents
f53d54d7
d86ec49c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-5
1 addition, 5 deletions
README.md
cmake
+1
-1
1 addition, 1 deletion
cmake
package.xml
+6
-4
6 additions, 4 deletions
package.xml
with
8 additions
and
10 deletions
README.md
+
1
−
5
View file @
34126cfb
...
...
@@ -19,7 +19,7 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
## Setup
The installation of
**EigenPy**
on your computer is made easy for Linux/BSD
and
Mac OS X environments.
The installation of
**EigenPy**
on your computer is made easy for Linux/BSD
,
Mac OS X
and Windows
environments.
### The Conda approach
...
...
@@ -69,10 +69,6 @@ and then install **EigenPy** for Python 3.x with:
```
brew install eigenpy
```
or for Python 2.7:
```
brew install eigenpy@2
```
## Credits
...
...
This diff is collapsed.
Click to expand it.
cmake
@
a61ae614
Compare
078c4aee
...
a61ae614
Subproject commit
078c4aee2d9d6c50007d587480b3e13dd1cca0b
d
Subproject commit
a61ae61479a1d50d1ae3c988d1d9aaf20841173
d
This diff is collapsed.
Click to expand it.
package.xml
+
6
−
4
View file @
34126cfb
<?xml version="1.0"?>
<package
format=
"
2
"
>
<package
format=
"
3
"
>
<name>
eigenpy
</name>
<version>
2.3.
1
</version>
<version>
2.3.
2
</version>
<description>
Bindings between Numpy and Eigen using Boost.Python
</description>
<maintainer
email=
"justin.carpentier@inria.fr"
>
Justin Carpentier
</maintainer>
<maintainer
email=
"wolfgang.merkt@ed.ac.uk"
>
Wolfgang Merkt
</maintainer>
...
...
@@ -13,8 +13,10 @@
<build_depend>
git
</build_depend>
<build_depend>
doxygen
</build_depend>
<depend>
python
</depend>
<depend>
python-numpy
</depend>
<depend
condition=
"$ROS_PYTHON_VERSION == 2"
>
python
</depend>
<depend
condition=
"$ROS_PYTHON_VERSION == 3"
>
python3
</depend>
<depend
condition=
"$ROS_PYTHON_VERSION == 2"
>
python-numpy
</depend>
<depend
condition=
"$ROS_PYTHON_VERSION == 3"
>
python3-numpy
</depend>
<depend>
eigen
</depend>
<depend>
boost
</depend>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment