Search Criteria
Package Details: salome-kernel 8.3.0-1
Git Clone URL: | https://aur.archlinux.org/salome-kernel.git (read-only, click to copy) |
---|---|
Package Base: | salome-kernel |
Description: | Generic platform for Pre and Post-Processing for numerical simulation - KERNEL Module |
Upstream URL: | http://www.salome-platform.org |
Keywords: | FEM postprocessing |
Licenses: | |
Submitter: | mickele |
Maintainer: | gbs |
Last Packager: | mickele |
Votes: | 14 |
Popularity: | 0.000231 |
First Submitted: | 2010-06-05 18:15 |
Last Updated: | 2017-12-02 11:47 |
Dependencies (17)
- boost-libs (boost171, boost-libs-git)
- cppunit
- graphviz
- hdf5-salome
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl)
- libbatch
- libxml2 (libxml2-linenum, libxml2-git)
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git)
- omniorb416
- omniorbpy36
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda)
- python2
- python2-numpy
- boost (boost-git) (make)
- doxygen (doxygen-git) (make)
- python2-sphinx (make)
- swig2 (make)
Latest Comments
1 2 3 Next › Last »
crontab commented on 2019-10-30 13:15
That's because it's looking for rpc headers in /usr/include/rpc, and these headers are in /usr/include/tirpc/
To fix it, create the following symlinks:
ln -s /usr/include/tirpc/rpc/* /usr/include/rpc
ln -s /usr/include/tirpc/netconfig.h /usr/include/rpc
and, maybe,
ln -s /usr/include/tirpc/netconfig.h /usr/include
After that build will fail because the MPI_Errhandler_set function has been changed to MPI_Comm_set_errhandler. Open source tarball and replace old function name with the new one in following files:
src/KERNEL_SRC_8.3.0/src/Communication/Receivers.cxx
src/KERNEL_SRC_8.3.0/src/Communication/SALOME_Comm_i.cxx
src/KERNEL_SRC_8.3.0/src/MPIContainer/MPIObject_i.cxx
src/KERNEL_SRC_8.3.0/src/MPIContainer/testMPI2.cxx
src/MEDCOUPLING_SRC_8.3.0/src/ParaMEDMEMTest/MPI2Connector.cxx
Repack the souce tarball, and it will build successfully.
robotdna commented on 2019-10-29 21:58
This does not build:
salome-kernel/src/KERNEL_SRC_8.3.0/src/Communication/SALOME_Comm_i.cxx:26:10: fatal error: rpc/xdr.h: No such file or directory
After trying to find this file and add it, it gets removed during the build process so I'm not sure where to go from there. Also tried moving to cppunit-1.13.2 as Tomatopaste suggested.
Tomatopaste commented on 2017-05-30 10:03
Attention: Building the package seems to fail with cppunit-1.14.0-1.
It works fine with cppunit-1.13.2-2, though.
drhooves commented on 2016-08-23 23:58
Compilation failed because cmake adds _FORTIFY_SOURCE to HDF5_DEFINITIONS which causes:
>> cc: error: _FORTIFY_SOURCE=2: No such file or directory.
Has anyone else the same problem or is it just me?
I fixed it temporarily by adding SET(HDF5_DEFINITIONS "") to the root CMakeLists.txt somewhere below the line: FIND_PACKAGE(SalomeHDF5 REQUIRED COMPONENTS C)
EDIT: Adding -DHDF5_ROOT=/opt/hdf5-1.8 to the cmake command fixes the issue. It seems that otherwise FindHDF5.cmake uses hdf5 from the official repository. For more information see: https://cmake.org/cmake/help/v3.0/module/FindHDF5.html. I guess the salome build system uses some depricated way to specify the location.
CrocoDuck commented on 2016-06-29 08:58
Hi there! Thanks for the package.
I couldn't build without installing libbatch first: https://aur.archlinux.org/packages/libbatch/
Maybe a missed dependency?
blixawillbargeld commented on 2016-04-11 10:05
Please add net-tools as dependency as netstat is required for Salome.
blixawillbargeld commented on 2015-10-29 21:30
Did work for me now. Thanks for the work, I appreciate it!
mickele commented on 2015-09-26 10:57
I should have solved the issue adding
-DSPHINX_APIDOC_EXECUTABLE=/usr/bin/sphinx-apidoc2
Give it a try (7.6.0-2).
mickele commented on 2015-09-24 12:37
@blixawillbargeld, ArnaudNux
I have a lot to do in this perios, however I'll try to reproduce your issue.
blixawillbargeld commented on 2015-09-24 08:00
Same here, does not detect the python2-sphinx package. Anyone got an idea?