<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, May 21, 2015 at 11:12 AM, Jonathan Helmus <span dir="ltr"><<a href="mailto:jjhelmus@gmail.com" target="_blank">jjhelmus@gmail.com</a>></span> wrote:<br><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">it sounds like a tool that is capable of converting between conda<br>
packages and wheel files</blockquote><div><br></div><div>converting from a wheel to a conda package should be very doable (and may already be done). But the other way around is not -- conda packages can hold a superset of what wheels can hold -- i.e. stuff outside of python.</div><div><br></div><div>Now that I think about it, it may seem kludgy, but conda packages can be built from wheel right now, with no special tools. A conda recipe that simply installs a wheel in it's build script would do just that.</div><div><br></div><div>I'm still a bit confused about the role of wheel here. Why build a wheel, jsut so you can go install it, rather than simply install the package directly?</div><div><br></div><div>I'm not sure it matters in this context, but I don't get the point.</div><div><br></div><div>Though now that I think about it, that's exactly what conda does -- if you want to install a package from a conda build recipe -- you build a conda package, and then install that. That may be required to support some stuff conda supports -- for instance, conda install can re-write paths to shared libs, for instance.</div><div><br></div><div>-Chris</div><div><br></div></div>-- <br><div class="gmail_signature"><br>Christopher Barker, Ph.D.<br>Oceanographer<br><br>Emergency Response Division<br>NOAA/NOS/OR&R            (206) 526-6959   voice<br>7600 Sand Point Way NE   (206) 526-6329   fax<br>Seattle, WA  98115       (206) 526-6317   main reception<br><br><a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a></div>
</div></div>