OpenModelica / OpenModelicaBuildScripts

Scripts to build OpenModelica packages on miscellaneous platforms
3 stars 9 forks source link

How to build/package OMLibrary within debian? #4

Open Trophime opened 6 years ago

Trophime commented 6 years ago

Hi, I'm a newbie..

I would like to rebuild OpenModelica packages for latest Debian/Buster or Ubuntu/Bionic. To start with, I've tried to reproduce the package for Debian 9. I works fine...

Now I'm trying to build and package the OMLibrary (remove the --without-omlibrary flag in debian/rules) It seems that git cannot be performed in pdebuild...

Is there a source package for the omlibrary somewhere? Thanks for any pointers

Best C

sjoelund commented 6 years ago

There are already Ubuntu/Bionic packages available. The library source packages are available in its repository, or here: https://build.openmodelica.org/apt/pool/libraries/

You can also generate the library packages from: https://github.com/OpenModelica/OMLibraries (make debian after configuring some locations). Note that these packages are separate for good reason (my plan is to make different OpenModelica versions possible to install in parallel and share the installed libraries).