Re: [julia-users] Re: Package build errors

2014-10-30 Thread Miguel Belbut Gaspar
It worked. Thanks. using WinRPM push!(WinRPM.sources, http://download.opensuse.org/repositories/home:kelman/openSUSE_13.1;) WinRPM.update() WinRPM.install(tk) Then I think things should work again for you. Please let me know if not.

Re: [julia-users] Re: Package build errors

2014-10-27 Thread Miguel Belbut Gaspar
Thanks! I will try it later, when I get back from work. On Mon, Oct 27, 2014 at 2:24 AM, Tony Kelman t...@kelman.net wrote: Okay, it turns out it's not very hard at all to use the opensuse build service, fork the package that's causing trouble, and revert it back to the last working state.

[julia-users] Re: Package build errors

2014-10-26 Thread Tony Kelman
Sorry about this Miguel. We use a build service from OpenSUSE to download WinRPM binaries for many packages on Windows. Unfortunately it's not a very stable repository, the maintainers frequently change the names around or do massive reformatting on the build scripts which cause our package

[julia-users] Re: Package build errors

2014-10-26 Thread Tony Kelman
Okay, it turns out it's not very hard at all to use the opensuse build service, fork the package that's causing trouble, and revert it back to the last working state. See https://build.opensuse.org/package/show/home:kelman/mingw64-tk You can use this by doing the following: using WinRPM