Package Details: openfoam-org 13.20250706+65eda17-2

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: 66
Popularity: 0.36
First Submitted: 2009-07-02 09:16 (UTC)
Last Updated: 2025-08-13 16:31 (UTC)

Latest Comments

1 2 3 4 5 6 .. 32 Next › Last »

Shinmen commented on 2025-08-15 11:51 (UTC)

Already have vtk on system, but reinstall fix the problem somehow

envolution commented on 2025-08-15 02:14 (UTC) (edited on 2025-08-15 02:16 (UTC) by envolution)

@Shinmen thanks for the report - that library issue seems related to vtk

$ pacman -Q vtk
vtk 9.5.0-6

$ pacman -Ql vtk | grep libvtkFiltersReduction.so.1
vtk /usr/lib/libvtkFiltersReduction.so.1

paraview is expecting to find symbols in your system installed vtk that is not being provided. This is typically a problem of upstream paraview being compiled with a newer version of vtk than your system provides

Shinmen commented on 2025-08-15 01:49 (UTC)

Getting the following output. The pvserver it's not correctly, I will try to uninstall and reinstall paraview to see if fix

==> Starting build()...
pvserver: symbol lookup error: /usr/lib/libvtkFiltersReduction.so.1: undefined symbol: _ZN3vtk6detail3smp24vtkSMPToolsImplForOpenMPExxxPFvPvxxxES2_b
Using paraview
    ParaView_DIR          : /opt/paraview
    ParaView_LIB_DIR      : /opt/paraview/lib
    ParaView_INCLUDE_DIR  : /opt/paraview/include/paraview
    PV_PLUGIN_PATH        : /home/Shinmen/openfoam/src/OpenFOAM-13/platforms/linux64GccDPInt32Opt/lib/paraview
wmakeLnIncludeAll: running wmakeLnInclude
[Shinmen@Saturn ~]$ which pvserver
/opt/paraview/bin/pvserver
[Shinmen@Saturn ~]$ pacman -Qo /usr/bin/pvserver
/usr/bin/pvserver is owned by paraview 6.0.0-2
[Shinmen@Saturn ~]$ pvserver --version
pvserver: symbol lookup error: /usr/lib/libvtkFiltersReduction.so.1: undefined symbol: _ZN3vtk6detail3smp24vtkSMPToolsImplForOpenMPExxxPFvPvxxxES2_b

envolution commented on 2025-08-14 21:05 (UTC)

@Shinmen

I think it's having trouble identifying your paraview installation, or the process in paraview.arch is not properly reproducable. Could I as you to please try run the following? This does not need to be done on a clean build - please open a fresh terminal (without running the ofoam alias, and without sourcing the openfoam-13.sh profile)

$ FOAM_VERBOSE=1 PS1='~' makepkg

The first few lines of output are what I'm interested in - it should look like:

Using paraview
    ParaView_DIR          : /opt/paraview
    ParaView_LIB_DIR      : /opt/paraview/lib
    ParaView_INCLUDE_DIR  : /opt/paraview/include/paraview
    PV_PLUGIN_PATH        : /Downloads/20250813122524_openfoam/openfoam/src/OpenFOAM-13/platforms/linux64GccDPInt32Opt/lib/paraview

I'm also interested in the following:

$ which pvserver
/usr/bin/pvserver
$ pacman -Qo /usr/bin/pvserver
/usr/bin/pvserver is owned by paraview 6.0.0-2
$ pvserver --version
paraview version 6.0.0

If those all look okay, please run the full makepkg from this terminal. Just to note I'm still having connectivity issues to AUR - if it's all the same to you can we continue with an issue report on https://github.com/envolution/aur/issues at least until things settle down?

Shinmen commented on 2025-08-14 02:32 (UTC)

still get the missing freetype error even in 13.20250706+65eda17-2 (rel /2/)

envolution commented on 2025-08-13 19:28 (UTC)

@Shinmen can you confirm you're trying to build 13.20250706+65eda17-2 (rel /2/) ? It seems the current aur situation caused some files not to be updated in rel 1 - specifically the paraview.arch file which would result in that exact issue. Sorry for the inconvenience

Shinmen commented on 2025-08-13 19:21 (UTC)

got following error

-- Found Freetype: /usr/lib/libfreetype.so (found version "2.13.3")
CMake Error at /opt/paraview/lib/cmake/paraview/ParaViewPlugin.cmake:1058 (message):
  The 's CMakeLists.txt may not add the libPVblockMeshReader_SM plugin.
Call Stack (most recent call first):
  CMakeLists.txt:48 (PARAVIEW_ADD_PLUGIN)

envolution commented on 2025-08-13 06:21 (UTC)

I've updated for openfoam-org v13, however AUR is currently having issues. Updated build files are at https://github.com/envolution/aur/tree/main/maintain/build/openfoam and you can find a prebuilt at https://github.com/envolution/aur/releases/tag/openfoam - build logs can be found at https://github.com/envolution/aur/actions/runs/16925354834/artifacts/3751299747 (expires in 1 week)

@warriorman8 I believe you can submit it for chaotic but it would likely need zoltan, parmetis, and scotch as they are also AUR packages

warriorman8 commented on 2025-08-08 14:27 (UTC)

can you make this compatible with qt6 so it can be added to the chaotic AUR for quick installs?

envolution commented on 2025-08-05 02:37 (UTC)

@carlosal1015 I assume you didn't get a chance to look at the comments before flagging OOD, it's currently segfaulting on the examples - feel free to have a look into it if you like - i linked to the WIP build files below