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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 29 Next › Last »

Xwang commented on 2016-08-11 10:26 (UTC) (edited on 2016-08-11 10:50 (UTC) by Xwang)

@tomracing I've obtained the same by changing MAKEFLAGS option as described in my comment of 2016-06-13 16:17

tomracing commented on 2016-08-01 20:51 (UTC)

Great package! Could I suggest changing this line: # Build and clean up OpenFOAM ./Allwmake > ../../openfoam_log.make 2>&1 #|| return 1 To incorporate the compile in parallel build as specified in the OpenFOAM documentation: "or compile in parallel with all available cores/hyperthreads with: ./Allwmake -j Serial compilation takes several hours, whereas compilation on 8 cores/threads should take approximately one hour, possibly less, depending on the processor." That would save much time on builds.

threeofsix commented on 2016-06-24 17:33 (UTC)

Xwang, Yes, I modified the PKGBUILD that way and it installed fine, but I haven't gotten to any testing yet. My PKGBUILD ended up looking just like the current one, but with line 26 modified as I described. Here is a copy of it if you like: https://gist.github.com/zjibben/903343ac675b442de58bdac02bff6890 I did not update the pkgrel line. Thanks!

Xwang commented on 2016-06-22 21:59 (UTC)

Have you already tried to modify the PKGBUILD in that way? In case it works properly, can you copy it here as a comment so that I modify the PKGBUILD? Thank you, Xwang

threeofsix commented on 2016-06-22 19:37 (UTC)

I am getting the error: error: package 'paraview' was not found This occurs after starting prepare(), and appears to be due to the line _pversion=`pacman -Q paraview | sed -e 's/.* //; s/-.*//g'` I have paraview-bin installed, which provides paraview, so the hardcoded search for paraview fails. Something like the following, which searches for the package that provides the paraview command, may be a better alternative: _pversion=$(pacman -Q $(pacman -Qqo $(which paraview)) | sed -e 's/.* //; s/-.*//g')

ioquatix commented on 2016-06-20 21:34 (UTC)

Hello @Xwang, @D0NB0T, I just adopted scotch package and updated it so it should work out of the box with OpenFOAM. That was not working due to linking issues. The details are here: https://aur.archlinux.org/packages/scotch/ I would like your feedback, if possible, to confirm that the build is working correctly with this new package. Thanks :)

D0NB0T commented on 2016-06-17 19:08 (UTC) (edited on 2016-06-17 20:16 (UTC) by D0NB0T)

I tried this already and reimported all keys. Same Error with the Minerva Package. But the AUR Paraview and Scotch Packages seem to work now. Edit: Ok now it works with paraview and scotch from AUR and OpenFoam from Minerva, because OpenFoam from AUR couldnt be installed, it always stopped while building. I hope this will do it.

Xwang commented on 2016-06-17 18:09 (UTC)

https://wiki.archlinux.org/index.php/Pacman#.22Failed_to_commit_transaction_.28invalid_or_corrupted_package.29.22_error

D0NB0T commented on 2016-06-17 17:32 (UTC)

I always get the Error: "Failed to commit transaction (invalid or corrupted package)" while downloading. I tried installing from AUR and Minerva always the same error for Paraview and Scotch. It worked fine before the last update. Any suggestions? Thanks for your help!