Package Details: openfoam-org 12.20250206-4

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: 64
Popularity: 0.139199
First Submitted: 2009-07-02 09:16 (UTC)
Last Updated: 2025-02-07 05:05 (UTC)

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 29 Next › Last »

Xwang commented on 2015-01-16 19:29 (UTC)

I've got the following error: Avvio di package() in corso... /tmp/yaourt-tmp-andreak/aur-openfoam/./PKGBUILD: riga 49: /tmp/yaourt-tmp-andreak/aur-openfoam/decomp-options.patch: File o directory non esistente ==> ERRORE: Si è verificato un errore in package(). L'operazione sta per essere interrotta... ==> ERRORE: Makepkg non è riuscito a compilare openfoam. ==> Riavviare la compilazione di openfoam [s/N The issue is in these lines of the PKGBUILD file: # Patch for archlinux parmetis, paraview and openmpi paths, and ptscotch link lines patch -p1 < $startdir/decomp-options.patch patch -p1 < $startdir/paraFoam.patch patch -p1 < $startdir/scotch-options.patch because in /tmp/yaourt-tmp-andreak/aur-openfoam/ these files are not present.

kragacles commented on 2015-01-15 21:00 (UTC)

Updated for 2.3.1

kragacles commented on 2014-12-10 16:26 (UTC)

2.3.1 is out, I'll be updating once I verify everything builds and works again.

kragacles commented on 2014-06-04 14:19 (UTC)

2.3.0 is up. Sorry for the wait!

panda-z commented on 2014-02-20 02:18 (UTC)

New dependencies: flex, cgal

kragacles commented on 2014-02-17 16:11 (UTC)

2.3.0 is out. Since it's a pretty major release it will take me a bit longer to verify everything is working out ok.

panda-z commented on 2013-10-14 16:21 (UTC)

2.2.2 is out

panda-z commented on 2013-10-10 11:51 (UTC)

I somehow can not run application(snappyHexMesh) with scotch/ptscotch method in decomposeParDict: (0): ERROR: SCOTCH_dgraphInit: Scotch compiled with SCOTCH_PTHREAD and program not launched with MPI_THREAD_MULTIPLE Any comments would be appreciated.

kragacles commented on 2013-10-07 19:13 (UTC)

I'm afraid the scotch / ptscotch-openmpi conflicts are something the OpenFOAM package keeps running into, and I don't have the perfect fix since it's really a scotch issue. Since they both provide scotch you could try altering the PKGBUILD to use scotch_esmumps instead. Just remove the ptscotch-openmpi dependency (line 16) and then change the ptscotch-openmpi in line 34 to scotch_esmumps.

Raptorista commented on 2013-10-07 16:21 (UTC)

Hi! I have openfoam installed but I would like to install FEniCS as well, whose dependency scotch_esmumps and ptscotch-openmpi conflict, forcing me to uninstall openfoam. scotch_esmumps, on its own, carries openmpi as a dependency: would it be possible to use the latter with openfoam, so to have both openfoam and fenics on the same machine? Is there another way to have them both? Thanks!