From 5f1a68863c37868792f75c862b1dd61bfb93d6ff Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Fri, 22 Dec 2017 18:00:18 +0530 Subject: [PATCH] Install in root env as conda>=4.4 breaks custom envs in Conda.jl --- deps/build.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/build.jl b/deps/build.jl index 9d26fb0..f0a0b34 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -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.