2
votes

I'd like to list an "unofficial" Julia package in my package's REQUIRE file. (That is, the package I'd like to list can only be installed with Pkg.clone, not Pkg.add.) How can I configure my package so that this unofficial package gets installed automatically, when someone clones my package?

1

1 Answers

2
votes

Unfortunately there is no way to do this at this time, but it is a requested feature. See this Github issue and this mailing list thread.