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...
Search Criteria
Package Details: openfoam-org 11.20240704-1
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 |
Provides: | openfoam |
Submitter: | None |
Maintainer: | petronny (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 63 |
Popularity: | 1.44 |
First Submitted: | 2009-07-02 09:16 (UTC) |
Last Updated: | 2024-07-05 09:28 (UTC) |
Dependencies (8)
- boost (boost-gitAUR)
- bzip2 (bzip2-gitAUR)
- cgal (cgal-gitAUR)
- flex (flex-gitAUR)
- paraview (paraview-gitAUR)
- parmetisAUR (parmetis-gitAUR)
- scotchAUR (scotch-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 Next › Last »
kragacles commented on 2013-03-06 17:05 (UTC)
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
kragacles commented on 2013-02-04 13:20 (UTC)
Sorry for the late reply; I've been away.
Yes it used to be necessary to have both packages installed since they used to provide different headers. However I have not tried the most recent updates to both. I will test when I return.
CAVT commented on 2013-02-02 01:58 (UTC)
Sorry, but I have a doubt. Is it necessary to ahve both scotch and ptscotch installed? I ask becasue there is a problem with both of those packages, the try to install the same headers under the same directory and Pacman does not allow it. Have you faced that problem? It's not necessarily a bug, it looks that developers made it that way on purpose. Any help is appreciated.
kragacles commented on 2013-01-23 23:24 (UTC)
The old paraview (3.14) that used to be in the arch packages had boost as a dependency, which pulled it in for openfoam.
Looks like that is gone, and the paraview (3.98) in AUR does not have a boost dependency. I will add it in. Thanks for catching it.
soravux commented on 2013-01-23 00:32 (UTC)
I needed the boost package from the core repository to install this package. Maybe it should be in the dependencies?
kragacles commented on 2012-09-14 13:58 (UTC)
The ESI Group just aquired OpenCFD, ltd. Details here: http://www.openfoam.com/
kragacles commented on 2012-07-03 17:21 (UTC)
Minor update to automatically generate the /etc/profile.d/openfoam.sh file so there is no need to manually update the install path for OpenFOAM with each upgrade.
Pinned Comments
petronny commented on 2020-08-04 08:36 (UTC) (edited on 2023-04-14 08:48 (UTC) by petronny)
Pre-built binaries of this package and its dependencies can be found in the arch4edu repository.