We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36a8cb commit 2502d85Copy full SHA for 2502d85
deps/build.jl
@@ -13,7 +13,7 @@ if PyCall.pyversion.major != 3 || PyCall.pyversion.minor != 7
13
end
14
Conda.add("nomkl")
15
Conda.add("numpy")
16
- if (not Conda.exists("rmg")) && (not Conda.exists("rmgmolecule"))
+ if (!Conda.exists("rmg")) && (!Conda.exists("rmgmolecule")) #if rmg and rmgmolecule not present install molecule
17
Conda.add_channel("hwpang")
18
Conda.add("rmgmolecule")
19
0 commit comments