Package Details: salome-kernel 9.15.0-1

Git Clone URL: https://aur.archlinux.org/salome-kernel.git (read-only, click to copy)
Package Base: salome-kernel
Description: Implements general services of SALOME platform
Upstream URL: https://www.salome-platform.org
Licenses: LGPL2+
Submitter: ashs
Maintainer: ashs
Last Packager: ashs
Votes: 1
Popularity: 0.41
First Submitted: 2025-02-12 09:50 (UTC)
Last Updated: 2025-11-28 07:56 (UTC)

Dependencies (12)

Required by (0)

Sources (1)

Pinned Comments

ashs commented on 2025-06-17 06:57 (UTC)

@bricem12 this is an issue with FindSalomeHDF5.cmake. I've reported this on salome-configuration package also. You can make changes to the /usr/share/salome/configuration/cmake/FindSalomeHDF5.cmake file as per this link: https://github.com/SalomePlatform/configuration/commit/b2da3831f46a070951b2197a368e9bf87b24600b

Latest Comments

CAVT commented on 2025-09-08 00:58 (UTC)

Kernel version (14) doesn't match bootstrap version (13). I modified bootstrap pkgbuild adding the version tag to the git url and the pkgver, and I managed to make it compile, but now the kernel doesn't find the bootstrap configurations. Directory /opt/salome/RUN_SALOME/salome_adm is not created so it doesn't find the cmake files to be copied, but at this point I don't know if I should tweak the bootstrap pkgbuild or this one. Would you kindly have a look at this? Thanks!

ashs commented on 2025-07-17 11:09 (UTC)

I apologise, I must've not done a clean build last time. I've made changes to the PKGBUILD & it is compiling now.

merlinuxxx commented on 2025-07-15 07:36 (UTC)

@ashs thank you for the update. I am not sure I am doing something wrong but I tried to recompile and it looks like I am back to the first error (I cleaned the cache before trying): home/merlinux/.cache/yay/salome-kernel/src/kernel/src/HDFPersist/HDFascii.cc:31:10: fatal error: Basics_Utils.hxx: No such file or directory 31 | #include "Basics_Utils.hxx"

ashs commented on 2025-07-15 06:29 (UTC)

@merlinuxxx I have updated the PKGBUILD, and it is compiling now. I'm not sure what you mean by 'failing trying to link testDF'.

merlinuxxx commented on 2025-07-14 22:47 (UTC)

Did someone manage to compile salome-kernel? I am having a real hard time doing that. Here's what I added to the PKGBUILD and it's still failing trying to link testDF.

-DSALOME_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/opt/salome \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DSALOMEBOOTSTRAP_ROOT_DIR=/opt/salome \ -DCMAKE_PREFIX_PATH=/opt/salome \ -DCMAKE_CXX_FLAGS="-I/opt/salome/RUN_SALOME/include/salome" \ -DCMAKE_SWIG_FLAGS="-I/opt/salome/RUN_SALOME/include/salome"

ashs commented on 2025-06-17 06:57 (UTC)

@bricem12 this is an issue with FindSalomeHDF5.cmake. I've reported this on salome-configuration package also. You can make changes to the /usr/share/salome/configuration/cmake/FindSalomeHDF5.cmake file as per this link: https://github.com/SalomePlatform/configuration/commit/b2da3831f46a070951b2197a368e9bf87b24600b

bricem13 commented on 2025-04-29 16:55 (UTC)

Hi though I have cmake3, I am getting an error that is I believe cmake related:

-- Variable SWIG_ROOT_DIR was not explicitly defined. An installation was found anyway: /usr -- Variable LIBXML2_ROOT_DIR was not explicitly defined. An installation was found anyway: /usr -- Found HDF5: /usr/lib/libhdf5.so;/usr/lib/libsz.so;/usr/lib/libz.so;/usr/lib/libdl.a;/usr/lib/libm.so (found version "1.14.5") CMake Error at /usr/share/salome/configuration/cmake/FindSalomeHDF5.cmake:93 (GET_PROPERTY): GET_PROPERTY given invalid argument "/usr/lib/libsz.so". Call Stack (most recent call first): CMakeLists.txt:90 (FIND_PACKAGE)