[julia-users] Re: CoinOptServices

2016-10-27 Thread Frank Kampas
I removed CoinOptServices and WinRPM and was then able to add CoinOptServices

Re: [julia-users] Re: CoinOptServices

2016-10-26 Thread Isaiah Norton
Other suggestion: try temporarily (re)moving that file (`%/liblapack.dll`). I wonder if Julia itself is opening the dll for some reason, before WinRPM tries to replace it. (check again with Process Explorer while Julia is still running?) On Wed, Oct 26, 2016 at 12:22 PM, Frank Kampas wrote: > >

[julia-users] Re: CoinOptServices

2016-10-26 Thread Frank Kampas
Handle or Dll substring "liblapack" returned 0 matching items

Re: [julia-users] Re: CoinOptServices

2016-10-26 Thread Isaiah Norton
> > Process Explorer does not indicate that lapack is being run when the > problem occurs. Does Find -> Find a Handle or DLL -> "liblapack" Return any results? The goal is to look for any open handle to "liblapack.dll", which would lead to the "Can not delete" error indicated in the posted err

[julia-users] Re: CoinOptServices

2016-10-26 Thread Frank Kampas
Process Explorer does not indicate that lapack is being run when the problem occurs. I do have mingw installed elsewhere on my computer.

Re: [julia-users] Re: CoinOptServices

2016-10-26 Thread Isaiah Norton
> > Something is preventing the lapack dll from being overwritten on your > system. Try Process Explorer ( https://technet.microsoft.com/en-us/sysinternals/processexplorer.aspx) "Find" menu -> "Find a Handle or DLL" search for "liblapack" and look at what process owns the handle. On Wed, O

[julia-users] Re: CoinOptServices

2016-10-26 Thread Tony Kelman
Look at the actual logs. It installs fine, just has a handful of known test failures that are due to bugs in the upstream library. Something is preventing the lapack dll from being overwritten on your system. That's not a problem that's been seen anywhere else as far as I'm aware.

[julia-users] Re: CoinOptServices

2016-10-26 Thread Frank Kampas
On Tuesday, October 25, 2016 at 9:01:29 AM UTC-4, Frank Kampas wrote: > > Is anybody working on fixing CoinOptServices? > the problem occurs when nothing else is open. I see on the GitHub page for CoinOptServices that the build is failing for Windows and Linux.

[julia-users] Re: CoinOptServices

2016-10-25 Thread Tony Kelman
do you have the lapack dll opened by some other julia process?

[julia-users] Re: CoinOptServices

2016-10-25 Thread Miles Lubin
Please open an issue on the CoinOptServices repository with as much information as you can to help reproduce the problem. On Tuesday, October 25, 2016 at 11:04:56 AM UTC-4, Frank Kampas wrote: > > When I run Pkg.build("CoinOptServices") using Julia 5.0 and Windows 10, I > get load errors and a b

[julia-users] Re: CoinOptServices

2016-10-25 Thread Frank Kampas
When I run Pkg.build("CoinOptServices") using Julia 5.0 and Windows 10, I get load errors and a build error message. On Tuesday, October 25, 2016 at 9:01:29 AM UTC-4, Frank Kampas wrote: > > Is anybody working on fixing CoinOptServices? >

[julia-users] Re: CoinOptServices

2016-10-25 Thread Miles Lubin
I'm not aware of any broken functionality in CoinOptServices, but it hasn't been updated to get rid of deprecation warnings on 0.5. We'd welcome a PR. On Tuesday, October 25, 2016 at 9:01:29 AM UTC-4, Frank Kampas wrote: > > Is anybody working on fixing CoinOptServices? >