#LLVM v4.17.1

1 messages · Page 1 of 1 (latest)

hexed spade
#

Hi,

I am trying to add the latest LLVM (v4.17.1) julia to fix some code that is breaking, and am running into this issue:

pkg> activate .
  Activating project at `~/Documents/Julia/Test`

pkg> add [email protected]
  Installing known registries into `~/.julia`
    Updating registry at `~/.julia/registries/General.toml`
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package LLVM [929cbde3]:
 LLVM [929cbde3] log:
 ├─possible versions are: 0.9.0-4.17.0 or uninstalled
 └─restricted to versions 4.17.1 by an explicit requirement — no versions left

I did rm -rf ~/.julia and retried that to no avail - any pointers?

quartz sleet
#

You're trying to install v4.17.1 but the maximum version available seems to be 4.17.0.

#

One issue could simply be that the General Registry's server in your area is not up to date yet. It sometimes happen

#

The best workaround is to ] dev LLVM and then just git checkout the version you want