[WIP] Migrate openmm-example-plugin here#5
Conversation
|
The example plugin isn't intended to be something we actually package and distribute. It's just for people to use as a starting point for their own code. |
We don't necessarily want to distribute it, but we do want to give people an idea of how they can build and distribute a plugin via conda (and Even better would be to package a working plugin that did something useful! |
|
The issue here seems to be that we install the @peastman: To solve this, we could
Any thoughts? Would it be OK to package the headers in official conda releases? |
|
What headers are you referring to? All public header files get installed in |
|
The travis build failure is due to a failure to find the OpenMM headers: The conda recipe to build the plugin requires the I'm asking how we would like to include the OpenMM headers in a conda package to make it simple to build conda packages for OpenMM plugins. |
|
It ought to be including them. Is your question how to determine which headers to install? It should include everything that gets installed when you do a |
|
I just downloaded one of the conda packages and verified that the |
Ah! That's probably it exactly. It looks like I'll need to modify the |
No description provided.