JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
173 stars 57 forks source link

move BinDeps support to a separate package #111

Closed stevengj closed 6 years ago

stevengj commented 6 years ago

This is useful since most of the Conda users don't seem to use BinDeps anymore.

A CondaBinDeps.jl package will be created shortly. is here: https://github.com/JuliaPackaging/CondaBinDeps.jl

Don't merge this PR until CondaBinDeps is working and tagged in metadata, so that people using Conda can upgrade — i.e. wait for JuliaLang/METADATA.jl#15942

stevengj commented 6 years ago

The only registered packages that seem to use the Conda BinDeps feature are: NCDatasets, NetCDF, UDUnits

isuruf commented 6 years ago

Also Chemfiles, SymEngine

stevengj commented 6 years ago

Chemfiles doesn't use Conda.jl, but good catch on SymEngine.

stevengj commented 6 years ago

Okay, looks ready to merge since all of the dependencies have been updated.