Package Details: openfoam-org 12.20250206-8

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: 66
Popularity: 1.21
First Submitted: 2009-07-02 09:16 (UTC)
Last Updated: 2025-06-11 06:13 (UTC)

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 31 Next › Last »

panda-z commented on 2013-05-14 04:20 (UTC)

When running snappyHexMesh, I've got snappyHexMesh: symbol lookup error: /opt/OpenFOAM/OpenFOAM-2.2.0/platforms/linux64GccDPOpt/lib/openmpi-system/libptscotchDecomp.so: undefined symbol: _SCOTCHkgraphmapststratab Anyone has any idea on this?

kragacles commented on 2013-05-08 11:17 (UTC)

Thanks HBon, I have not tried that yet. I wonder if that could be an optional part of the pkgbuild, or if I would have to add another one.

HBon commented on 2013-05-05 19:26 (UTC)

@kragacles: Tranks!:-) Additonal Info: The wmakeScheduler (http://www.openfoam.org/download/source.php) works. Just add the export stuff after "Setup the build environment"...

kragacles commented on 2013-04-08 14:07 (UTC)

Thanks panda, I can make those changes with the next revision.

panda-z commented on 2013-03-18 16:38 (UTC)

Seems we don't need "return 1" in PKGBUILDs any more. And the install part should be in package() function.

kragacles commented on 2013-03-07 14:07 (UTC)

OpenFOAM 2.2.0 is up. This includes a fix for the scotch/ptscotch conflicts, panda-z's suggestions for the pkgbuild, and another small patch to find the system openmpi paths.

kragacles commented on 2013-03-06 17:05 (UTC)

Thanks Panda-z, great suggestions! I will make those changes. Also a bit late, but for CAVT, the whole scotch/ptscotch mess is resolved with this new update. More once I finish building and testing everything...

panda-z commented on 2013-03-06 17:01 (UTC)

@kragacles, First, thanks for your great job. I have some suggestions to improve PKGBUILD. 1. Ticket-2812 of openmpi have been fixed. 2. For non-English user, if there locale isn't en_US, there can't obtain correct $_pversion and $_sversion. An alternative is using _pversion=`pacman -Q paraview | sed -e 's/.* //; s/-.*//g'` _pmajor=`echo $_pversion | cut -d '.' -f1` _sversion=`pacman -Q scotch | sed -e 's/.* //; s/-.*//g'` 3. Use install -d instead of mkdir -p This can make PKGBUILD looks more standard and pretty.

kragacles commented on 2013-03-06 15:20 (UTC)

Great, I'll get it up as soon as all of my test compiles finish.

panda-z commented on 2013-03-06 15:20 (UTC)

2.2.0 is out