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
eb61d44d
Commit
eb61d44d
authored
4 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/cppadcodegen] ensure that PREFIX.cppad is used
parent
315dea1f
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
cppadcodegen/Makefile
+2
-0
2 additions, 0 deletions
cppadcodegen/Makefile
cppadcodegen/distinfo
+1
-0
1 addition, 0 deletions
cppadcodegen/distinfo
cppadcodegen/patches/patch-ab
+16
-0
16 additions, 0 deletions
cppadcodegen/patches/patch-ab
with
19 additions
and
0 deletions
cppadcodegen/Makefile
+
2
−
0
View file @
eb61d44d
...
...
@@ -20,6 +20,8 @@ LICENSE= eclipse
MAINTAINER
=
gsaurel@laas.fr
CMAKE_ARGS
+=
-DCREATE_DOXYGEN_DOC
=
YES
CMAKE_ARGS
+=
-DCPPAD_HOME
=
${
PREFIX.cppad
}
DYNAMIC_PLIST_DIRS
+=
share/doc/cppadcg
include
../../wip/cppad/depend.mk
...
...
This diff is collapsed.
Click to expand it.
cppadcodegen/distinfo
+
1
−
0
View file @
eb61d44d
...
...
@@ -2,3 +2,4 @@ SHA1 (v2.4.3.tar.gz) = 34746ee7fb1cd2483e974c39e62557f1dcc26810
RMD160 (v2.4.3.tar.gz) = cd3f396234e77893e50ec9c5b25a2a0f8f4bf64f
Size (v2.4.3.tar.gz) = 572645 bytes
SHA1 (patch-aa) = 47d408925ca7fa808a4c4412cf2736c49bf2570e
SHA1 (patch-ab) = d9c5286ec1518c2133fcdc1b21f3cefe46d83571
This diff is collapsed.
Click to expand it.
cppadcodegen/patches/patch-ab
0 → 100644
+
16
−
0
View file @
eb61d44d
--- cmake/FindCppAD.cmake.orig 2020-03-18 19:33:25.000000000 +0100
+++ cmake/FindCppAD.cmake 2020-04-08 15:35:47.121123892 +0200
@@ -27,7 +27,7 @@
IF (DEFINED CPPAD_HOME)
FIND_PATH(CPPAD_INCLUDE_DIR NAMES cppad/cppad.hpp
- PATHS "${CPPAD_HOME}"
+ PATHS "${CPPAD_HOME}/include"
NO_DEFAULT_PATH)
FIND_LIBRARY(CPPAD_IPOPT_LIBRARY
@@ -107,4 +107,3 @@
ENDIF ()
ENDIF ()
-
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