Search Criteria
Package Details: openfoam-org 12.20250206-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/openfoam.git (read-only, click to copy) |
---|---|
Package Base: | openfoam |
Description: | The open source CFD toolbox (www.openfoam.org) |
Upstream URL: | http://www.openfoam.org |
Licenses: | GPL-3.0-or-later |
Provides: | openfoam |
Submitter: | None |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 65 |
Popularity: | 1.03 |
First Submitted: | 2009-07-02 09:16 (UTC) |
Last Updated: | 2025-05-22 22:18 (UTC) |
Dependencies (24)
- boost (boost-gitAUR)
- bzip2 (bzip2-gitAUR)
- cgal (cgal-gitAUR)
- double-conversion (double-conversion-gitAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gl2ps (gl2ps-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- gnuplot (gnuplot4AUR, gnuplot-gitAUR, gnuplot-noguiAUR, gnuplot-headlessAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxt
- openmpi (openmpi-gitAUR)
- paraview (paraview-gitAUR, paraview-qt6AUR)
- parmetisAUR (parmetis-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- scotchAUR (scotch-gitAUR)
- utf8cpp (utf8cpp-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zoltanAUR (trilinosAUR)
- flex (flex-gitAUR) (make)
- qt5-svg (qt5-svg-gitAUR) (make)
- qt5-tools (make)
- qt5-x11extras (make)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 30 Next › Last »
lahwaacz commented on 2019-04-17 21:34 (UTC)
@Xwang: The problem is that unlike environment variables, aliases are not propagated from parent shells to the subshells. Hence, the alias works if and only if your interactive shell sources the /etc/profile.d/openfoam-6.sh file directly. This is the case if the shell is a login shell (see https://wiki.archlinux.org/index.php/Bash#Configuration_files), but the package should not assume that all shells are login shells. As a workaround, you can add
source /etc/profile.d/openfoam-6.sh
to your.bashrc
.Xwang commented on 2019-04-17 15:23 (UTC) (edited on 2019-04-17 15:48 (UTC) by Xwang)
I have an Issue with the ofoam alias. It is not "executed" and so it returns foam bash: ofoam: comando not found
If I execute alias I obtain only the following alias which is written in mine .bashrc file: alias ls='ls --color=auto'
The puzzling thing is that the /etc/profile.d/openfoam-6.sh script seems to be only half executed because after reboot I can run echo $FOAM_INST_DIR and I correctly obtain: /opt/OpenFOAM
Can you help me, please?
EDIT
I've solved adding source /etc/profile in my .bashrc file
Kunda commented on 2019-02-23 11:56 (UTC)
@petronny check out https://repology.org/project/openfoam/related
petronny commented on 2019-02-01 10:53 (UTC)
@Kunda @tomracing So
1901
should be better? Or6.1901
?tomracing commented on 2019-01-31 21:14 (UTC)
@kunda they are following the ESI scheme then maybe also their package while this package is from the foundation.
Kunda commented on 2019-01-31 21:03 (UTC)
@petronny, interesting that Debian has changed the version scheme for openfoam. See https://repology.org/metapackage/openfoam/badges
Kunda commented on 2019-01-18 16:01 (UTC)
There is a new minor update https://github.com/OpenFOAM/OpenFOAM-6/releases/tag/20190108
petronny commented on 2018-11-27 05:54 (UTC)
@lahwaacz Thanks. I have no problem when building the package. It's bulit with
arch4edu-x86_64-build
from devtools-arch4edu and it's a definitely clean chroot.I get that error when I install the binaries into my personal environment and run
ofoam
.intel-mkl
adds it's path before the system one.lahwaacz commented on 2018-11-26 20:52 (UTC)
@petronny Or just build in a clean chroot... https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
petronny commented on 2018-11-26 09:38 (UTC) (edited on 2018-11-26 09:38 (UTC) by petronny)
@gpettinello @jancici
My bad. I'm getting
gcc: error: unrecognized command line option '--showme:link'
. And I thought it was the mpi problem.Now I found it's because I'm using
intel-mkl
and its mpicc overrides the system one. So I just need to setWM_MPLIB
toMPICH
locally.Sorry for these 2 version bumps.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 30 Next › Last »