Search Criteria
Package Details: openmodelica 1.27.0-1
Package Actions
| 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.000004 |
| First Submitted: | 2017-10-02 19:23 (UTC) |
| Last Updated: | 2026-07-05 16:14 (UTC) |
Dependencies (25)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-openblas-gitAUR, blas-gitAUR, aocl-blisAUR, openblas-lapackAUR, blas-mklAUR, blas-openblas)
- boost-libs
- curl (curl-gitAUR, curl-c-aresAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- icu (icu-gitAUR)
- lapack (aocl-libflame-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-openblas-gitAUR, lapack-gitAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- libffi (libffi-gitAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libgfortran (libgfortran-snapshotAUR)
- libglvnd (libglvnd-gitAUR)
- libgomp (libgomp-fast-optimizedAUR, libgomp-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- openscenegraph (openscenegraph-gitAUR, flightgear-openscenegraph-gitAUR, openscenegraph-openmw-gitAUR)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-httpserver
- qt6-svg
- qt6-webengine
- readline (readline-gitAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- Show 5 more dependencies...
Required by (2)
- openmodelica-omlibraries (requires openmodelica-omc)
- python-ompython (requires openmodelica-omc)
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-5compatafter install it manually it made it past configureSpieringsAE 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 ?
1 2 3 4 Next › Last »