Search Criteria
Package Details: openfoam-com v2306-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openfoam-com.git (read-only, click to copy) |
---|---|
Package Base: | openfoam-com |
Description: | The open source CFD toolbox (www.openfoam.com) |
Upstream URL: | http://www.openfoam.com |
Licenses: | GPL3 |
Submitter: | dl6tud |
Maintainer: | dl6tud |
Last Packager: | dl6tud |
Votes: | 10 |
Popularity: | 0.000020 |
First Submitted: | 2020-12-24 16:36 (UTC) |
Last Updated: | 2023-07-09 08:49 (UTC) |
Dependencies (9)
- boost (boost-gitAUR)
- cgal (cgal-gitAUR)
- fftw (fftw-amdAUR)
- gcc (gccrs-gitAUR, gcc-gitAUR, gcc11AUR)
- openmpi (openmpi-gitAUR, openmpi-ucxAUR)
- paraview (paraview-gitAUR)
- parmetisAUR (parmetis-gitAUR)
- scotchAUR (scotch-gitAUR)
- utf8cpp (utf8cpp-gitAUR)
Latest Comments
1 2 3 Next › Last »
carlosal1015 commented on 2023-06-02 16:25 (UTC)
With this change since commit OpenFOAM-v2012 (2023-03-09) it is working
dl6tud commented on 2023-06-02 11:23 (UTC)
I just tried again, and in my system it finds the file and compiles. Your log says it downloaded the patch correctly, but cannot find it afterwards. Do you have any idea, why?
carlosal1015 commented on 2023-06-01 16:45 (UTC) (edited on 2023-06-03 14:39 (UTC) by carlosal1015)
Hi, I have the following message error:
See https://github.com/arch4edu/cactus/actions/runs/5161248746
carlosal1015 commented on 2023-05-13 17:44 (UTC) (edited on 2023-05-13 17:46 (UTC) by carlosal1015)
Hi, I have the following message error:
Could you add as patch the following commit referenced there https://develop.openfoam.com/Development/openfoam/-/issues/2714
adrianinsaval commented on 2022-10-15 16:31 (UTC)
adding the aliases to .bashrc is a very unreliable method it only really works for the user that built the package and only if he uses bash, it also clutters the .bashrc on every build, I'm sure I'm not the only one that doesn't appreciate a PBKGBUILD meddling with my home folder so I suggest instead placing the aliases in a /etc/profile.d/ script, here my suggested patch to the PKGBUILD:
carlosal1015 commented on 2022-06-30 16:33 (UTC) (edited on 2022-07-10 17:07 (UTC) by carlosal1015)
Upcoming release here https://develop.openfoam.com/Development/openfoam/-/archive/OpenFOAM-v2206/openfoam-OpenFOAM-v2206.tar.gz
Good time to testing ^_^
Will be nice use this strategy for faster builds.
Edited 2022-07-10:
Compilation process looks fine, looking in the below paths and {
ldd -v
,objdump -p
,realdef d
}ing looks fine too.namcap
noticed that that we have some empty directories.libkahipDecomp.so
is gone. Whensource /opt/OpenFOAM/OpenFOAM-v2206/etc/bashrc
onlyMPI_ARCH_PATH
is set right, butCGAL_ARCH_PATH
,FFTW_ARCH_PATH
,ADIOS2_ARCH_PATH
,SCOTCH_ARCH_PATH
andBOOST_ARCH_PATH
are not set right since the directory is empty. I will take look how is done in other distributions.carlosal1015 commented on 2022-06-03 04:16 (UTC) (edited on 2022-06-04 00:08 (UTC) by carlosal1015)
Only leaving an informative message if someone else is facing this issue. No work around yet.
Edited 2022-06-03:
I run again some tutorials successfully after apply this 0001-GCC-12-compatibility.patch for
gcc 12.1.0
or later.It makes work our tutorials cases. Based in this upstream patch, solves this issue. Yay!
dl6tud commented on 2022-05-22 17:08 (UTC)
Done.
adrianinsaval commented on 2022-05-22 14:37 (UTC) (edited on 2022-05-22 14:37 (UTC) by adrianinsaval)
@dl6tud could you apply carlosal's patch to the PKGBUILD? at least the sed line as it does indeed fix the build
1 2 3 Next › Last »