JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

Unsatisfiable requirements #34

Closed Peiffap closed 5 years ago

Peiffap commented 5 years ago

I was trying to add this package on Julia 1.1.1, and got the following error message:

(v1.1) pkg> add AppleAccelerate
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package AppleAccelerate [13e28ba4]:
 AppleAccelerate [13e28ba4] log:
 ├─possible versions are: [0.1.0-0.1.1, 0.2.0-0.2.1] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.1.0-0.1.1, 0.2.0-0.2.1]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left
KristofferC commented 5 years ago

It needs a new version tagged.

You can do add AppleAccelerate#master for now.

simonbyrne commented 5 years ago

@JuliaRegistrator register

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/1041

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" f657cb9398fdc8fba16316d06930068b0c9d7781
git push origin v0.3.0
simonbyrne commented 5 years ago

Should now be fixed.