Skip to content

Commit

Permalink
Merge pull request #108 from isuruf/conda
Browse files Browse the repository at this point in the history
Install in root env as conda>=4.4 breaks custom envs in Conda.jl
  • Loading branch information
isuruf authored Dec 22, 2017
2 parents 6e3c78c + 5f1a688 commit d34d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if is_windows()
url *= "v$(libsymengine_version)/symengine-$(libsymengine_version)-binaries-msvc-$(suffix).tar.bz2"
provides(Binaries, URI(url), libdep, unpacked_dir="symengine-$(libsymengine_version)/bin")
else
env = Symbol(path)
env = Symbol(Conda.ROOTENV)
EnvManagerType = Conda.EnvManager{env}
# Conda's method will install miniconda to check that a package exists.
# This will indicate to BinDeps that the packages for this env exists unconditionally.
Expand Down

0 comments on commit d34d918

Please sign in to comment.