OpenModelica / OpenModelicaBuildScripts

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

feature: use system package for thirdparty software when available #24

Open Trophime opened 2 years ago

Trophime commented 2 years ago

Hi, would it be possible to use system package for thirdparty software when available? At least on Debian/Ubuntu

Best

sjoelund commented 2 years ago

No. It would be a nightmare to test it properly. Many pieces of software is not fully source-compatible either (like Sundials). It is also often compiled with the wrong flags (like skipping -fPIC when creating static libraries).