Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EbsMagnet
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Accelerators
Magnets
EbsMagnet
Commits
81e6a101
Commit
81e6a101
authored
8 months ago
by
Damien Lacoste
Browse files
Options
Downloads
Patches
Plain Diff
Add MagnetModel library
install eigen in the build image
parent
35ec1546
No related branches found
No related tags found
No related merge requests found
Pipeline
#181333
failed
8 months ago
Stage: format
Stage: generate
Stage: trigg
Pipeline: EbsMagnet
#181334
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.user-ci.yml
+19
-0
19 additions, 0 deletions
.user-ci.yml
CMakeLists.txt
+10
-0
10 additions, 0 deletions
CMakeLists.txt
classes/EbsMagnet/config-class.cmake
+1
-1
1 addition, 1 deletion
classes/EbsMagnet/config-class.cmake
with
30 additions
and
1 deletion
.user-ci.yml
0 → 100644
+
19
−
0
View file @
81e6a101
.deb9:common
:
before_script
:
-
sudo apt update
-
sudo apt install -y libeigen3-dev
.ub20:common
:
before_script
:
-
sudo apt update
-
sudo apt install -y libeigen3-dev
.ub22:common
:
before_script
:
-
sudo apt update
-
sudo apt install -y libeigen3-dev
.ub24:common
:
before_script
:
-
sudo apt update
-
sudo apt install -y libeigen3-dev
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
10
−
0
View file @
81e6a101
...
...
@@ -20,6 +20,16 @@ OPTION(BUILD_TESTING "Build all the unit-tests" OFF)
# Manage common tasks
include
(
build-common
)
find_package
(
Eigen3 3.3 REQUIRED NO_MODULE
)
findLibConfig
(
#REQUIRED
CONFIG
NAME MagnetModel
NAME_CMAKE MagnetModel
VERSION 2
EXPECTED_TARGETS MagnetModel::MagnetModel
)
###############################################################################
# Local Tango Classes build in this project
...
...
This diff is collapsed.
Click to expand it.
classes/EbsMagnet/config-class.cmake
+
1
−
1
View file @
81e6a101
...
...
@@ -10,11 +10,11 @@
# PRIVATE
# custom::lib
# )
find_package
(
Eigen3 3.3 REQUIRED NO_MODULE
)
target_link_libraries
(
${
DEVICE_CLASS_TARGET
}
PRIVATE
EbsCorrector
Eigen3::Eigen
MagnetModel::MagnetModel
)
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