Skip to content

Commit 69d6b93

Browse files
committed
Add channels if rmg in packages
1 parent f866963 commit 69d6b93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deps/build.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@ if !("rmg" in packages) && !("rmgmolecule" in packages)
1515
CondaPkg.add("pydot")
1616
end
1717

18+
if "rmg" in packages
19+
CondaPkg.add_channel("defaults")
20+
CondaPkg.add_channel("rmg")
21+
CondaPkg.add_channel("conda-forge")
22+
CondaPkg.add_channel("cantera")
23+
end
24+
1825
const Pkg = Base.require(Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg"))
1926
Pkg.build("PythonCall")

0 commit comments

Comments
 (0)