ITensorNetworkAD.jl icon indicating copy to clipboard operation
ITensorNetworkAD.jl copied to clipboard

Automatically install Python library dependencies

Open mtfishman opened this issue 4 years ago • 1 comments

One thing we could try is moving the set of commands in the CI for installing AutoHOOT and cotengra into a file deps/build.jl, which Julia will run as a build step when the ITensorNetworkAD package gets installed. Similar to the discussions here: https://discourse.julialang.org/t/pycall-pre-installing-a-python-package-required-by-a-julia-package/3316 https://gist.github.com/Luthaf/368a23981c8ec095c3eb

mtfishman avatar Jul 28 '21 21:07 mtfishman

I guess we should actually add this as a build script in the AutoHOOT.jl package instead.

mtfishman avatar Jul 28 '21 21:07 mtfishman