Search Criteria
Package Details: omnetpp 6.3.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/omnetpp.git (read-only, click to copy) |
|---|---|
| Package Base: | omnetpp |
| Description: | Component-based simulation package designed for modeling communication networks |
| Upstream URL: | http://www.omnetpp.org |
| Licenses: | Academic Public License |
| Conflicts: | omnetpp |
| Provides: | omnetpp |
| Submitter: | yhfudev |
| Maintainer: | ekkelett (a36233) |
| Last Packager: | a36233 |
| Votes: | 5 |
| Popularity: | 0.30 |
| First Submitted: | 2016-05-17 06:16 (UTC) |
| Last Updated: | 2026-03-29 13:40 (UTC) |
Dependencies (35)
- doxygen (doxygen-gitAUR)
- graphviz
- ipython (ipython-gitAUR)
- jdk-openjdk (jdk16-adoptopenjdkAUR, jdk23-temurinAUR, zing-23-binAUR, openjdk-zulu-ca-fx-binAUR, openjdk-zulu17-ca-fx-binAUR, openjdk-zulu21-ca-fx-binAUR, openjdk-liberica11-full-binAUR, openjdk-liberica17-full-binAUR, openjdk-liberica21-full-binAUR, openjdk-liberica8-full-binAUR, openjdk-liberica-full-binAUR, zing-21-binAUR, zing-17-binAUR, jdk16-temurinAUR, jdk25-temurinAUR, jdk21-temurinAUR, jdk17-temurinAUR, jdk11-temurinAUR, jdk-temurinAUR)
- libpcap (libpcap-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- openmpi (openmpi-gitAUR)
- openscenegraph (openscenegraph-gitAUR, flightgear-openscenegraph-gitAUR, openscenegraph-openmw-gitAUR)
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy1AUR
- python-pandas
- python-posix_ipcAUR
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-setuptools
- python-tzdata
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-svg
- tcl (tcl-fossilAUR, tcl84AUR, tcl84AUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- Show 15 more dependencies...
Latest Comments
1 2 3 Next › Last »
a36233 commented on 2026-03-29 13:44 (UTC) (edited on 2026-03-29 13:47 (UTC) by a36233)
@SpacingBat3 -march and other compiler + Linker flags can be adjusted at
/etc/makepkg.confhttps://rfc.archlinux.page/0002-x86-64-v3-microarchitecture/SpacingBat3 commented on 2026-03-16 12:04 (UTC)
@ekkelett @a36233 are you still working towards packaging it? I'm trying out right now various discrete network simulators and in the meantime aiming to improve their quality/maintenance on AUR, so I can adopt/comaintain it if you don't have much time.
omnetppseem to be in good quality, it passes at least it builds, runs and seem to work in core part under most build environments, I think I maybe had some build failures in Arch Docker image, probably it needed-march=x86-64-v2feature set or was some kind of random failure due to net, so I expect I'll only need to do a version bump.TUC commented on 2025-08-05 11:25 (UTC)
can be removed. Log is now written to
XDG_STATE_HOMEfolder by default, i.e. to$HOME/.local/state/omnetpp/ide-error.log.qt5-baseshould be replace byqt6-baseas Qtenv is now using Qt 6.x.Note sure if still true for 6.2, but
qt6-svgmight be needed to display some icons in the GUI.torokati44 commented on 2022-06-19 08:31 (UTC)
Hi nourthe,
Unfortunately, this is a bug in OMNeT++ we haven't caught in 6.0. Some standard headers were accidentally only included in some source files indirectly (through other standard headers), and this stopped being the case with some newer clang (or rather, libc++ or libstdc++) versions. This is now fixed in master, and should be included in the soon to be released 6.0.1 version. See: https://github.com/omnetpp/omnetpp/commit/f94edef0977595b18e1584f4d831c4c1c74475b1
Apologies for the inconvenience, Attila
nourthe commented on 2022-06-18 20:52 (UTC) (edited on 2022-06-18 20:54 (UTC) by nourthe)
Hi.
I'm having a problem trying to install it in my system.
The error-related messages are:
I don't know what else to add, I have
base-develinstalled and I'm usingyaywith command:yay -S omnetppP/D: Thanks for this great package, I used it in another computer and it worked wonderfully.
EDIT: I forget a warning I have:
==> ADVERTENCIA: Usando el árbol existente $srcdir/That in english means something like
==> WARNING: Using the existing tree $srcdir/TUC commented on 2022-04-08 15:43 (UTC)
FYI, an update to OMNeT++ 5.7. IDE is running, but I haven't used it, yet.
torokati44 commented on 2021-05-19 17:02 (UTC)
Hi everyone! I'm one of the OMNeT++ developers - but not an Arch user at all. We've just recently discovered that these packages here are being worked on!
First of all, we'd like to thank you all for packaging our software into AUR, making it easier to install for your fellow Archers. Especially that you got both the stable 5.x releases and the 6.0 previews covered. We appreciate it.
About this in the pinned comment:
In the past, we have planned to support splitting a release into separate places (the usual way for most packages) during installation.
But lately, we've come to think of it as the integrated library/toolkit/framework/SDK/IDE combination it really is; and now think that it is best if all of its pieces are kept in one place, as you also suggested. Many other software of this kind are installed the same way.
This could perhaps help avoid some potential confusion and conflicts for users using different major versions for different projects they are working on. If the version number is also included in the name of the installation directory, that would also allow any number of versions to be installed independently, for example in /opt/omnetpp-5.6.2 and /opt/omnetpp-6.0pre11, and so on.
If you need help with anything regarding the build process, feel free to reach out!
h3ndrk commented on 2021-05-18 05:49 (UTC)
I tried this package again (5.6.2-4) and tried to compile INET framework but got the following error:
I was unable to "Build Project" from the IDE (it warns me about a missing Makefile in
src/Makefile). The error above comes from executingmake makefileswithin the INET working directory.FYI: I used https://github.com/inet-framework/inet/releases/tag/v4.2.3
ekkelett commented on 2021-05-03 22:37 (UTC) (edited on 2021-05-04 00:08 (UTC) by ekkelett)
pkgrel 3- now 4 is up. Your mileage may indeed vary; I haven't gotten around to running the sample
tictocyet, but we'll get there (and get it automated).(If you're considering using OMNeT++, do use omnetpp-preview if you can. It's pretty nice.)
ekkelett commented on 2021-05-03 09:23 (UTC)
@ChillFre4k we'll see. It should be smooth sailing, but I haven't taken a proper look yet. Patches are welcome. Please use the out-of-date flag feature for its intended purpose.
1 2 3 Next › Last »