Skip to content

Commit

Permalink
switch to CondaBinDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored and visr committed Jul 23, 2018
1 parent 15f3d3e commit 3505107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
julia 0.6
BinDeps 0.4
Conda 0.3
CondaBinDeps
Formatting 0.1
Compat 0.19
6 changes: 3 additions & 3 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using BinDeps
using Conda
import CondaBinDeps

@BinDeps.setup
libnetcdf = library_dependency("libnetcdf", aliases = ["libnetcdf4","libnetcdf-7","netcdf"])

#Conda.add_channel("conda-forge")
provides(Conda.Manager, "libnetcdf", libnetcdf)
#CondaBinDeps.Conda.add_channel("conda-forge")
provides(CondaBinDeps.Manager, "libnetcdf", libnetcdf)
provides(AptGet, "libnetcdf-dev", libnetcdf, os = :Linux)
provides(Yum, "netcdf-devel", libnetcdf, os = :Linux)

Expand Down

0 comments on commit 3505107

Please sign in to comment.