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: | LGPL |
Submitter: | mickele |
Maintainer: | None |
Last Packager: | mickele |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2010-06-05 18:15 (UTC) |
Last Updated: | 2017-12-02 11:47 (UTC) |
Dependencies (17)
- boost-libs (boost171, boost-libs-git, boost174-libs, boost-libs_v180)
- cppunit
- graphviz
- hdf5-salome
- lapack (openblas-lapack-git, lapack-tmg, armpl, atlas-lapack, openblas-lapack-static, openblas-lapack, lapack-git)
- libbatch
- libxml2 (libxml2-git)
- net-tools (net-tools-debian-ifconfig, net-tools-git)
- omniorb416
- omniorbpy36
- openmpi (openmpi-git)
- python2 (python2-bin)
- python2-numpy
- boost (boost-git, boost174) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- python2-sphinx (make)
- swig2 (make)
Latest Comments
1 2 3 Next › Last »
crontab commented on 2019-10-30 13:15 (UTC) (edited on 2019-10-30 13:17 (UTC) by crontab)
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 (UTC)
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 (UTC)
drhooves commented on 2016-08-23 23:58 (UTC) (edited on 2016-08-24 21:18 (UTC) by drhooves)
CrocoDuck commented on 2016-06-29 08:58 (UTC)
blixawillbargeld commented on 2016-04-11 10:05 (UTC)
blixawillbargeld commented on 2015-10-29 21:30 (UTC)
mickele commented on 2015-09-26 10:57 (UTC)
mickele commented on 2015-09-24 12:37 (UTC)
blixawillbargeld commented on 2015-09-24 08:00 (UTC)
1 2 3 Next › Last »