C.D. Clark III
C.D. Clark III
This is related to a topic that was brought up in issue #7118. That issue originally asked about a different feature, so I am opening a new one. I think...
Hello, and thank you for the project. In physics, we often work with fields, i.e. a tensor that is defined at all points in space. In this case, the components...
The library fails to compile on Windows and MacOS in conan-center's CI. Need to figure out why and fix. https://github.com/conan-io/conan-center-index/pull/14939
This adds support for creating the install destination, giving a user-defined install directory with `--root` option, and changes the default install directory to `~/.cppship/bin`.
I've implemented an index command for managing local conan recipe indexes. This makes it easy to add conan remotes from git repositories. For example: ``` $ cppship index add --name...
The integration classes have some new methods that are not documented yet. For example, you can can now pass optional index bounds when integrating discretized function ``` I = integrate(x,y);...