Closed LinjianMa closed 3 years ago
Looks good, this will be very helpful.
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 ITensorNetworkAD 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
AutoHOOT
cotengra
deps/build.jl
ITensorNetworkAD
This would make it easier for people to test out the package. We can leave that for a future issue.
Looks good, this will be very helpful.
One thing we could try is moving the set of commands in the CI for installing
AutoHOOT
andcotengra
into a filedeps/build.jl
, which Julia will run as a build step whenITensorNetworkAD
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/368a23981c8ec095c3ebThis would make it easier for people to test out the package. We can leave that for a future issue.