Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rubberband
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
Francois Hamonic
rubberband
Commits
d340ea61
Commit
d340ea61
authored
5 years ago
by
Francois Hamonic
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
aa7d41d1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+31
-0
31 additions, 0 deletions
README.md
with
31 additions
and
0 deletions
README.md
0 → 100644
+
31
−
0
View file @
d340ea61
requires base packages build-essential git gcc-9 g++-9
and cmake gfortran for compiling the thirdparties
requires Clp, Lemon:
from package manager :
sudo apt install libeigen3-dev
sudo apt install coinor-libclp-dev coinor-libcbc-dev
sudo apt install liblemon-dev
I recommend getting librairies from sources for lattest versions :
Clp : using coinbrew :
mkdir coinor
cd coinor
git clone https://github.com/coin-or/coinbrew
export OPT_CXXFLAGS="-pipe -flto -O3 -march=native"
export OPT_CFLAGS="-pipe -flto -O3 -march=native"
export LDFLAGS="-pipe -flto"
./coinbrew/coinbrew build Clp:releases/1.17.5
add 'export LD_LIBRARY_PATH=/home/plaiseek/Libs/coinor/dist/lib' to your ~/.bashrc
Lemon : http://lemon.cs.elte.hu/trac/lemon/wiki/Downloads
cd lemon-x.y.z
mkdir build
cd build
cmake ..
make
sudo make install
Then specify the paths in the makefile
\ No newline at end of file
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