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
754d4f70
Commit
754d4f70
authored
14 years ago
by
Séverin Lemaignan
Browse files
Options
Downloads
Patches
Plain Diff
[wip/BioMove3D] Added most of the external dependencies + Jido compilation profile
parent
e8e158b9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
BioMove3D/Makefile
+23
-2
23 additions, 2 deletions
BioMove3D/Makefile
BioMove3D/PLIST
+529
-0
529 additions, 0 deletions
BioMove3D/PLIST
with
552 additions
and
2 deletions
BioMove3D/Makefile
+
23
−
2
View file @
754d4f70
...
...
@@ -5,7 +5,7 @@
DISTNAME
=
BioMove3D-3.5
CATEGORIES
=
path
MASTER_SITES
=
${
MASTER_SITE_OPENROBOTS:
=
BioMove3D/
}
MASTER_REPOSITORY
=
git
/usr/local/motion
/BioMove3d
.git
MASTER_REPOSITORY
=
git
ssh://trac.laas.fr/git/robots
/BioMove3d
MAINTAINER
=
biomove3dgitrepo@laas.fr
COMMENT
=
Motion planning and geometric reasonning module
...
...
@@ -16,17 +16,38 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES
+=
c c++
CMAKE_ARGS
+=
-DEigen_INCLUDE_DIR
=
${
PREFIX.eigen2
}
/include/eigen2
CMAKE_ARGS
+=
-DBOOST_INCLUDEDIR
=
${
PREFIX.boost-headers
}
/include
CMAKE_ARGS
+=
-DBOOST_LIBRARYDIR
=
${
PREFIX.boost-libs
}
/lib
PKG_OPTIONS_REQUIRED_GROUPS
=
robot
PKG_OPTIONS_GROUP.robot
=
jido
PKG_SUGGESTED_OPTIONS
+=
jido
PKG_OPTION_DESCR.jido
=
Compile BioMove3D
for
Jido
PKG_OPTION_SET.jido
:=
CMAKE_ARGS+
=
COMPILE_ON_JIDO
define
PKG_OPTION_SET.jido
CMAKE_ARGS
+=
-DCOMPILE_ON_JIDO
=
ON
include
../../mk/sysdep/gsl.mk
include
../../wip/pqp-libs/depend.mk
include
../../math/gbM/depend.mk
include
../../motion/softMotion-libs/depend.mk
endef
include
../../mk/sysdep/cmake.mk
include
../../devel/boost-headers/depend.mk
include
../../devel/boost-libs/depend.mk
include
../../mk/sysdep/glu.mk
include
../../math/eigen2/depend.mk
include
../../wip/sysdep/glpk.mk
include
../../wip/sysdep/gts.mk
include
../../wip/sysdep/qhull.mk
include
../../wip/sysdep/libxpm.mk
include
../../wip/sysdep/xforms.mk
include
../../mk/robotpkg.mk
This diff is collapsed.
Click to expand it.
BioMove3D/PLIST
0 → 100644
+
529
−
0
View file @
754d4f70
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