JuliaLang / Compat.jl

Compatibility across Julia versions
Other
145 stars 117 forks source link

add @artifact_str #684

Closed rapus95 closed 2 years ago

rapus95 commented 4 years ago

when creating an artifact with julia 1.3 the BinaryBuilder pipeline drops everything in the right place such that I could depend on the newly created jll even for pre 1.3 packages. Thus, an artifact"dependency" which could be made via the recommended pre 1.3 solution using BinaryProvider.jl would be perfect and to my understanding in the scope of this package

martinholters commented 2 years ago

Closing as Compat now targets Julia 1.6 or later, where this is not needed anymore.