The script fails because BinDeps is looking for a shared library called `ply.so` (or .dll, etc.) to satisfy the `library_dependency`. You are installing a python package, so this condition cannot be met. I'm not sure if there is a way around this in BinDeps right now, although a very hacky solution might be to declare as an alias some library that should always be available - like libjulia.
On Sun, Sep 28, 2014 at 11:32 AM, Eric Davies <[email protected]> wrote: > Build script, error output, and versioninfo(): > https://gist.github.com/iamed2/8a4454c4a04fbf03a22f > > I'm trying to set up a very simple BinDeps build script so that my package > will finally actually load through the package evaluator (sorry Iain for my > complacency) but I'm having trouble. The install process seems to work > fine, but I keep getting an error at the end after everything completes. > Can anyone clue me in to my mistake? This is on Julia 0.3.1 with BinDeps > 0.3.5. > > Thanks, > Eric >
