You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During some work I found that this package appears to not work with unregistered packages as optional requirements
I used the following two lines in my __init__ funtion
and only the second message gets printed. The only difference that I can see is that LinearAlgebra is registered, whereas MKL is not.
I also tried adding a Manifest.toml to the package to no avail.
Would it be possible to make this work? Maybe go as far as enabling macro require(pkg::Pkg.PackageSpec, expr)
which would enable fixing specific commitIDs and more?
(Pkg.PackageSpec )
The text was updated successfully, but these errors were encountered:
During some work I found that this package appears to not work with unregistered packages as optional requirements
I used the following two lines in my
__init__
funtionand only the second message gets printed. The only difference that I can see is that
LinearAlgebra
is registered, whereasMKL
is not.I also tried adding a
Manifest.toml
to the package to no avail.Would it be possible to make this work? Maybe go as far as enabling
macro require(pkg::Pkg.PackageSpec, expr)
which would enable fixing specific commitIDs and more?
(Pkg.PackageSpec )
The text was updated successfully, but these errors were encountered: