Search Criteria
Package Details: openfoam-com v2206-2
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.010131 |
First Submitted: | 2020-12-24 16:36 (UTC) |
Last Updated: | 2022-10-17 21:12 (UTC) |
Latest Comments
1 2 3 Next › Last »
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
carlosal1015 commented on 2022-03-28 03:22 (UTC) (edited on 2022-03-29 21:58 (UTC) by carlosal1015)
It was true, now with this 0001-C-14-for-CGAL-5-compatibility-KaHIP-support.patch is compiling fine as before and working with CGAL 5 or later, plus this add support to
kahip
as we can see that creates the following shared objectin the full log, yay.
carlosal1015 commented on 2022-03-20 14:34 (UTC) (edited on 2022-03-28 20:52 (UTC) by carlosal1015)
Thanks for feedback, actually I compiled sucessfully openfoam-com before cgal-4.14.3 upgrade at 15th March, now with cgal-5.4-1, the compiler complains. Possible related with this issue https://develop.openfoam.com/Development/openfoam/-/issues/2209
Also I see that
is not pointing to adios2 from system when install by stock, like yes happen right for
CGAL_ARCH_PATH
,FFTW_ARCH_PATH
,MPI_ARCH_PATH
,SCOTCH_ARCH_PATH
, andBOOST_ARCH_PATH
.dl6tud commented on 2022-03-20 08:41 (UTC)
Your errors seem to be related to CGAL. The other errors such as
indicate that your CGAL works only with a compiler of the 2014 c++ standard. Maybe you have an old cgal version?
carlosal1015 commented on 2022-03-20 03:32 (UTC)
Hi, I have the following message error:
This is the full log.
1 2 3 Next › Last »