Martin Blanchard

Results 6 issues of Martin Blanchard

Having a quick look at the Chrono's CMake scripts, it seems like the artifact install locations (`bindir`, `libdir` & friends) are hardcoded in [various ](https://github.com/projectchrono/chrono/blob/develop/src/CMakeLists.txt#L837) [places](https://github.com/projectchrono/chrono/blob/develop/src/chrono/CMakeLists.txt#L1328:L1332). CMake has [GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html): a...

proposal

Building Chrono 4.0.0, the exported CMake config. does not include the Chrono package version and does not install a `ChronoConfigVersion.cmake` along `ChronoConfig.cmake`, leading to errors of the kind: > CMake...

Building Chrono 4.0.0, the CMake config. script get installed as `//cmake/ChronoConfig.cmake`. This is somehow unfortunate because this is not a location CMake's [`find_package()` search procedure](https://cmake.org/cmake/help/latest/command/find_package.html?highlight=find_package#search-procedure) would search for `ChronoConfig.cmake`, leading...

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

help wanted
build system
compiler: intel

Installing MS-MPI using the official installer (`msmpisetup.exe`, tested with version 10.1.12498.18) brings `msmpi.dll`: ![image](https://user-images.githubusercontent.com/49144287/85834299-67eecc00-b793-11ea-847d-98d187fc6656.png) Uninstalling that package however doesn't seem to remove that library...

Supporting Windows MSVC compiler would require: - [x] Removing GCC/LLVMisms from CMake scripts - [ ] Ensuring C++ codes builds with `cl` - [ ] Probably more...

enhancement