Skip to content

Commit

Permalink
Install in root env as conda>=4.4 breaks custom envs in Conda.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Dec 22, 2017
1 parent 6e3c78c commit 5f1a688
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 5f1a688

Please sign in to comment.