Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Gepetto
robotpkg-wip
Commits
2b82140d
Commit
2b82140d
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/py-crocoddyl] fix python sitelib
parent
9945dae6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
py-crocoddyl/Makefile
+2
-1
2 additions, 1 deletion
py-crocoddyl/Makefile
py-crocoddyl/distinfo
+0
-1
0 additions, 1 deletion
py-crocoddyl/distinfo
py-crocoddyl/patches/patch-aa
+0
-27
0 additions, 27 deletions
py-crocoddyl/patches/patch-aa
with
2 additions
and
29 deletions
py-crocoddyl/Makefile
+
2
−
1
View file @
2b82140d
...
...
@@ -5,7 +5,7 @@
ORG
=
loco-3d
NAME
=
crocoddyl
VERSION
=
0.9.0
PKGREVISION
=
1
PKGREVISION
=
2
DISTNAME
=
${
NAME
}
-
${
VERSION
}
PKGNAME
=
${
PKGTAG.python-
}${
DISTNAME
}
...
...
@@ -22,6 +22,7 @@ MAINTAINER= gepetto-soft@laas.fr
CONFLICTS
+=
py[0-9][0-9]-crocoddyl
CMAKE_ARGS
+=
-DCMAKE_INSTALL_LIBDIR
=
lib
CMAKE_ARGS
+=
-DPYTHON_PACKAGES_DIR
=
site-packages
DYNAMIC_PLIST_DIRS
+=
share/doc/
${
NAME
}
...
...
This diff is collapsed.
Click to expand it.
py-crocoddyl/distinfo
+
0
−
1
View file @
2b82140d
SHA1 (crocoddyl-0.9.0.tar.gz) = 07709cdd8b984c80ea8ba89192242071aa3f72f9
RMD160 (crocoddyl-0.9.0.tar.gz) = dcd3982f7e07d52208d3cf398c1532a326c0391d
Size (crocoddyl-0.9.0.tar.gz) = 2129419 bytes
SHA1 (patch-aa) = 949bd23d0f834a59ca51232aa769fd52991c1965
This diff is collapsed.
Click to expand it.
py-crocoddyl/patches/patch-aa
deleted
100644 → 0
+
0
−
27
View file @
9945dae6
--- bindings/python/crocoddyl/CMakeLists.txt.orig 2019-08-30 22:43:50.324843483 +0200
+++ bindings/python/crocoddyl/CMakeLists.txt 2019-08-30 22:44:29.598973409 +0200
@@ -6,7 +6,6 @@
__init__.py
)
-
ADD_LIBRARY(${PROJECT_NAME}_pywrap SHARED ${${PROJECT_NAME}_PYTHON_BINDINGS_SOURCES})
PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME}_pywrap eigen3)
PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME}_pywrap eigenpy)
@@ -17,15 +16,11 @@
INSTALL(TARGETS ${PROJECT_NAME}_pywrap DESTINATION ${PYTHON_SITELIB}/${PROJECT_NAME})
-
FOREACH(python ${${PROJECT_NAME}_PYTHON_BINDINGS_FILES})
PYTHON_BUILD(. ${python})
- INSTALL(FILES
- "${${PROJECT_NAME}_SOURCE_DIR}/bindings/python/crocoddyl/${python}"
- DESTINATION ${PYTHON_SITELIB}/${PROJECT_NAME})
+ INSTALL(FILES ${python} DESTINATION ${PYTHON_SITELIB}/${PROJECT_NAME})
ENDFOREACH(python ${${PROJECT_NAME}_PYTHON_BINDINGS_FILES})
-
SET(${PROJECT_NAME}_BINDINGS_UTILS_PYTHON_FILES
__init__.py
biped.py
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