Package Details: openmodelica 1.26.3-1

Git Clone URL: https://aur.archlinux.org/openmodelica.git (read-only, click to copy)
Package Base: openmodelica
Description: Open-source Modelica-based modeling and simulation environment
Upstream URL: https://www.openmodelica.org
Licenses: OSMC-PL
Provides: openmodelica-omc
Submitter: hobbypunk
Maintainer: kyak (xantares)
Last Packager: xantares
Votes: 9
Popularity: 0.000043
First Submitted: 2017-10-02 19:23 (UTC)
Last Updated: 2026-02-25 20:14 (UTC)

Dependencies (12)

Required by (2)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

LO_ORE commented on 2025-12-04 21:27 (UTC) (edited on 2025-12-04 21:27 (UTC) by LO_ORE)

I encounter an error (exit status 4) during building of the following: OMEdit/OMEditLIB/CMakeFiles/OMEditLib.dir/Modeling/ModelWidgetContainer.cpp.o

The error being the following:

error: no matching function for call to ‘QString::arg(const RealAnnotation&)’ 3946 | coOrdinateSystemList.append(QString("initialScale=%1").arg(mCoordinateSystem.getInitialScale()));
| ^~~ Does anybody else get this?

SpieringsAE commented on 2024-11-09 14:15 (UTC)

there seems to be a missing dependency on qt6-5compat after install it manually it made it past configure

SpieringsAE commented on 2024-11-03 11:35 (UTC)

1.24.0 seems to have removed the dependency on qt5, but the OMSens_Qt module still depends on Qt5. This is causing a build issue for me. After installing the old qt5 dependencies it builds fine.

lucas.mior commented on 2024-10-22 16:57 (UTC)

This build is causing a bug with the MODELICAPATH, as described here: https://github.com/OpenModelica/OpenModelica/issues/13045

The same bug does not happen when compiling directly from the openmodelica repo.

xantares commented on 2024-08-28 14:04 (UTC)

no need to change it globally in makepkg.conf, lets patch the PKGBUILD

julico commented on 2024-08-28 09:01 (UTC) (edited on 2024-08-28 09:01 (UTC) by julico)

It did indeed work after changing in my makepkg.conf the line:

OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto)

to

OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto)

Thank you !

Is there a way to fix this in the PKGBUILD or should it be fixed elsewhere (makefile on the openmodelica repository for example) ?

xantares commented on 2024-08-26 19:54 (UTC) (edited on 2024-08-26 19:58 (UTC) by xantares)

weird; I do have that symbol:

$ nm /usr/lib/omc/libModelicaStandardTables.a|grep ModelicaStandardTables_CombiTimeTable_init2

0000000000005650 T ModelicaStandardTables_CombiTimeTable_init2

the difference here is the flags automatically passed by makepkg, and yes it does involve lto by default, can you see if rebuilding the package with:

options=(!lto)

makes your use-case succeed ?