Package Details: openmodelica-git 1.20.0.dev.r320.g9cbaf6232e-1

Git Clone URL: https://aur.archlinux.org/openmodelica-git.git (read-only, click to copy)
Package Base: openmodelica-git
Description: The Open Source Modelica Suite
Upstream URL: https://openmodelica.org
Licenses: OSMC-PL
Conflicts: openmodelica, openmodelica-dev, openmodelica-svn
Provides: openmodelica
Submitter: Xwang
Maintainer: ElMastro
Last Packager: ElMastro
Votes: 11
Popularity: 0.000000
First Submitted: 2015-06-20 11:21 (UTC)
Last Updated: 2022-10-02 22:56 (UTC)

Dependencies (19)

Required by (0)

Sources (10)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 Next › Last »

ElMastro commented on 2019-05-28 13:59 (UTC)

The lib32 can be found on the [multilib] repository, that must be activated (uncommented) in /etc/pacman.conf. If they have been added in the source as dependencies, chances are that they needed and that would be really difficult to patch to substitute them out with other libraries

christianlupus commented on 2019-05-28 12:00 (UTC)

If I clone the aur package and issue makepkg I get the following output:

$ LANG=C makepkg
==> Making package: openmodelica-git 1.14.0.dev.r334.g4e226ae04-2 (Tue May 28 13:57:54 2019)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> jre7-openjdk
  -> subversion
  -> lib32-expat
  -> lib32-ncurses
  -> lib32-readline
==> ERROR: Could not resolve all dependencies.

The subversion and jre7-openjdk should be solvable from plain core packages. However the lib32 libraries are not obvious to me, sorry.

ElMastro commented on 2019-05-28 09:31 (UTC)

I run it on an amd64 machine. It seems to run without problem, except for the part of OMOptim for which we are expecting paradiseo working. Does it gives problem to you?

christianlupus commented on 2019-05-28 09:19 (UTC)

Unfortunately I have the problem that the lib32 libraries are (no longer) supported. Where dud you get these or can we run on amd64 with 64bit-only libraries?

ElMastro commented on 2019-02-01 00:05 (UTC) (edited on 2019-02-01 00:07 (UTC) by ElMastro)

Gentlemen, The PKGBUILD doesn't work anymore. Here https://pastebin.com/bVPYGebQ there is a working one. If someone want to can mantain it, otherwise I'll mantain it until someone will claim it

xantares commented on 2017-05-19 09:08 (UTC)

hello, you can use source=(git+https:///....git) to downlod sources 'subversion' must be replaced by 'git' also autoconf,automake,libtool,gcc are part of base-devel package and it's useless to list them as makedepends conflicts=(openmodelica) is enough xan.

Xwang commented on 2016-12-24 14:43 (UTC)

@tlou You should open a bug at openmodelica, since it is not a packaging issue.

tlou commented on 2016-12-24 13:42 (UTC)

I changed the signature of KINLapackCompletePivotingFree and it looks working now. You can try to change the return type of this function from void to int in ./OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp and ./OMCompiler/SimulationRuntime/cpp/Include/Solver/Kinsol/KinsolLapack.h. And don't forget to return 0 at the end of function

Meltea commented on 2016-11-25 00:55 (UTC)

Build fails with, not exactly sure what to do about that. /openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp: In function ‘int KINLapackCompletePivoting(void*, int)’: /openmodelica-git/src/openmodelica-git/OMCompiler/SimulationRuntime/cpp/Solver/Kinsol/KinsolLapack.cpp:44:24: error: invalid conversion from ‘void (*)(KINMem) {aka void (*)(KINMemRec*)}’ to ‘int (*)(KINMemRec*)’ [-fpermissive] kin_mem->kin_lfree = KINLapackCompletePivotingFree;

vantu5z commented on 2016-08-01 12:50 (UTC)

CMakeLists.txt file was changed by commit: https://github.com/OpenModelica/OMEdit/commit/45325bdd585001b2f588d00c39ebf1974f489fed You need to update patch or PKGBUILD.