Mathieu Westphal
Mathieu Westphal
Although BSD license and GPL license are present in the repository, they seem to be missing from the binary package. It contains the README.md that mentions the license in explicit...
OpenVDB should not provide a FindTBB.cmake (or any Find*.cmake for that matter) because it overrides local TBBConfig.cmake and may miss some components. In my specific case, it results to the...
The provided FindOpenEXR.cmake (and all other Find*.cmake really) is overriding OpenEXRConfig.cmake, which means that some dependency of OpenEXR may be missing. In my specific case, OpenEXR is built with Imath,...
- Since only the singlePlugin logic is supported now, simplyify the cmake logic - Remove a duplicate installation of the plugin in the bin directory
### What is the idea? Reading the license of OpenTURNS and the GPL exception for its non optional component poissoninv, it looks like shipping openturns in another software would ship...
When using CMake to configure netcdf, zstd will be used and linked against if it is found, however there is no way to control this behavior from CMake options. It...
I've found a strange bug with cache action. I know about cache being only available to the PR with the branch you are working on, and only when run is...
**Describe the bug** macOS arm64 Wheels could be improved: - [ ] Test in CI - [ ] Package in the superbuild
**Is your feature request related to a problem? Please describe.** Our LFS action is great but it is inside F3D repository. Lets put it in a separate github action with...