I seem to be missing something. Several tools are not available (blockMesh, icoFoam...)
After some digging I see this as the first Error in the log:
Assembler messages:
...
+ wmake libso dynamicMesh
...
Making dependency list for source file polyTopoChange/polyTopoChange/hexRef8.C
...
Error: can't open /tmp/ccthicyd.s for reading: No such file or directory
polyTopoChange/polyTopoChange/hexRef8.dep:467: recipe for target 'Make/linux64GccDPOpt/hexRef8.o' failed
make: *** [Make/linux64GccDPOpt/hexRef8.o] Error 1
Not sure if this is a problem with the package build or with my system (or for that matter if this question is better suited in the forums or here)
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.53 |
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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 27 Next › Last »
puppeteer commented on 2015-03-28 13:07 (UTC)
kragacles commented on 2015-03-13 19:06 (UTC)
Updated to rel5 to fix an openfoam.sh and cleaned up the pkgbuild some.
kragacles commented on 2015-03-09 15:49 (UTC)
Good catch; that is ugly. I'll push that up too here in a bit.
eleftg commented on 2015-03-09 15:46 (UTC)
Also, I just realized that in line 70 of the PKGBUILD:
echo "source ${FOAM_INST_DIR}/${_distpkgname}-${pkgver}/etc/bashrc" >> ${pkgdir}/etc/profile.d/openfoam.sh || return 1
${FOAM_INST_DIR} is expanded to ${srcdir} and therefore stored in /etc/profile.d/openfoam.sh with the wrong value. Perhaps we should have escaped the dollar sign like below:
echo "source \${FOAM_INST_DIR} ... ... ...
kragacles commented on 2015-03-09 15:15 (UTC)
Oh I see what you mean. Yeah I probably should update that as well, was always lazy about it till now. Thanks.
eleftg commented on 2015-03-09 15:11 (UTC)
Yes, I can see them in the tarball but I don't see them in the listing of "Sources" (source= variable of PKGBUILD). Up until now, I thought that they should be included in source= as well. If this is not the case... well.. my bad :-)
Thanks for updating
kragacles commented on 2015-03-09 15:02 (UTC)
I simply merged your patches into PKGBUILD and into scotch-options.patch; if you check those your code is in there.
kragacles commented on 2015-03-09 15:00 (UTC)
eleftg commented on 2015-03-09 14:54 (UTC)
Something is wrong. I don't see the patches in the sources :-)
kragacles commented on 2015-03-09 14:47 (UTC)
@eleftg thanks for catching that. Package has been updated.
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.