Skip to content

Installing BLIS.jl yields an older version #15

@ikirill

Description

@ikirill

When I install BLIS.jl with julia 1.7.3, it gives BLIS v0.2.0 and blis_jll v0.8.1, despite there being more recent updates to the package. In particular, I'm also getting the crash fixed in #12

I think this commit: f805070 might have bumped the version down by accident so Pkg.jl automatically installs an older version. I had to do dev BLIS to work around this.

▶ testjulia1 % julia --project=@.                                                                                                                                                    
               _                                                                                                                                                                     
   _       _ _(_)_     |  Documentation: https://docs.julialang.org                                                                                                                  
  (_)     | (_) (_)    |                                                                                                                                                             
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.                                                                                                                      
  | | | | | | |/ _` |  |                                                                                                                                                             
  | | |_| | | | (_| |  |  Version 1.7.3 (2022-05-06)                                                                                                                                 
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release                                                                                                                    
|__/                   |                                                                                                                                                             
                                                                                                                                                                                     
(@v1.7) pkg> activate .                                                                                                                                                              
  Activating new project at `~/Sandboxes/testjulia1`                                                                                                                                 
                                                                                                                                                                                     
(testjulia1) pkg> add BLIS                                                                                                                                                           
    Updating registry at `~/.julia/registries/General.toml`                                                                                                                          
   Resolving package versions...                                                                                                                                                     
    Updating `~/Sandboxes/testjulia1/Project.toml`                                                                                                                                   
  [32f2db32] + BLIS v0.2.0                                                                                                                                                           
    Updating `~/Sandboxes/testjulia1/Manifest.toml`                                                                                                                                  
  [32f2db32] + BLIS v0.2.0                                                                                                                                                           
  [692b3bcd] + JLLWrappers v1.4.1                                                                                                                                                    
  [21216c6a] + Preferences v1.3.0                                                                                                                                                    
  [1d63c593] + LLVMOpenMP_jll v14.0.4+0                                                                                                                                              
  [6136c539] + blis_jll v0.8.1+3                                                                                                                                                     
etc.

(the version numbers for BLIS and blis_jll are wrong)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions