Search Criteria
Package Details: openmodelica 1.24.0-4
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 |
Submitter: | hobbypunk |
Maintainer: | kyak (xantares) |
Last Packager: | xantares |
Votes: | 9 |
Popularity: | 0.67 |
First Submitted: | 2017-10-02 19:23 (UTC) |
Last Updated: | 2024-11-09 15:34 (UTC) |
Dependencies (12)
- boost-libs
- java-environment (jdk12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk21-graalvm-binAUR, jdk17-jetbrainsAUR, jdk8-openj9-binAUR, jdk-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jdk19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jabba-binAUR, jdk21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, java-openjdk-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, zulu-23-binAUR, jdkAUR, jdk21-jetbrains-binAUR, java-openjdk-ea-binAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- openscenegraph (openscenegraph-gitAUR, openscenegraph-openmw-gitAUR)
- qt6-5compat
- qt6-svg
- qt6-tools
- qt6-webengine
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4
jhq commented on 2021-07-15 13:13 (UTC)
I was able to compile it (in a clean container) with the following changes:
-n
flag to cherry pick commandantlr4-runtime
as dependencyCXXFLAGS=-std=c++14
for netstream (thanks for reporting this upstream!)Thanks for your effort!
Diff of my changes:
kyak commented on 2021-06-27 08:34 (UTC)
I've reported upstream here: https://github.com/OpenModelica/OpenModelica/issues/7619
cxashundo commented on 2021-06-22 18:50 (UTC)
@jhq I managed to fix the issue by calling ./configure with CC = clang and CXX = clang++. You might try that.
kyak commented on 2021-06-21 18:10 (UTC) (edited on 2021-06-21 18:11 (UTC) by kyak)
@jhq,
I've changed
git cherry pick
togit cherry-pick -n
so it doesn't try to commit. I assume this should not require git configuration now. I didn't bump the package version because it doesn't change anything in the package and would only cause lengthy rebuilds for existing users.As for your error, I can confirm that I see the same error. This is probably due to newer gcc version. You should report upstream, since this is not a package issue.
jhq commented on 2021-06-20 16:26 (UTC)
Thanks for maintaining this package!
I have some problems when building this. I use
aur sync -c openmodelica
which builds in a clean clontainer:First, I need to configure git user and email for the cherry-pick to work (otherwise I get "git error: please tell me who you are")
Second, (if I fix the above), I get many errors like this one:
Any idea in how to fix this?
kyak commented on 2021-05-09 14:01 (UTC)
Hi everyone,
I took over this package ownership and intend to improve it over the time. Suggestions are welcome!
« First ‹ Previous 1 2 3 4