SMESH | Mesh module from the Salome Platform | Service Mesh library
kandi X-RAY | SMESH Summary
kandi X-RAY | SMESH Summary
A stand-alone library of the mesh framework from the Salome Platform. This repository primary copies upstream sources and builds a library that be linked to other programs. If you are looking to use this functionality in a Python application, check out pySMESH.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SMESH
SMESH Key Features
SMESH Examples and Code Snippets
git clone --recurse-submodules https://github.com/trelau/SMESH.git
python prepare.py
conda install -c conda-forge python-patch
pip intall "patch==1.*"
mkdir build
cd build
cmake ..
Community Discussions
Trending Discussions on SMESH
QUESTION
I’m stuck compiling FC on macOS Big Sur. The build breaks with an error not finding certain XercesC libraries. But these libraries are installed and the path is even found by the CMake preparation process.
I postet this issue in the FreeCAD forum under https://forum.freecadweb.org/viewtopic.php?f=4&t=60663, but found no help. I would appreciate if anyone here at StackOverflow could verify this error or better yet have a hint for a solution. Thanks in advance.
System Info:
- macOS Big Sur version 11.5.1
- Homebrew version 3.2.5-15-g13d3eab
- FreeCAD Version from latest master, see https://github.com/FreeCAD/FreeCAD
Complete steps for the build prozess:
...ANSWER
Answered 2021-Aug-09 at 15:54There is a typo in the build script.
The final report prints XercesC_INCLUDE_DIRS
,
but the CMakeLists.txt for that subdirectory uses XERCESC_INCLUDE_DIR
.
I suggest you fix the typo (to XercesC_INCLUDE_DIRS
) in src/Mod/Measure/App/CMakeLists.txt
and file a pull request.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SMESH
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page