Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing BLIS.jl yields an older version #15

Open
ikirill opened this issue Jul 14, 2022 · 1 comment
Open

Installing BLIS.jl yields an older version #15

ikirill opened this issue Jul 14, 2022 · 1 comment

Comments

@ikirill
Copy link
Contributor

ikirill commented Jul 14, 2022

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)

@xrq-phys
Copy link
Collaborator

Hi. Thanks for the issue.

Sorry I forgot to register the #12 fix to the Julia package registry. (s.t. it'll become v0.2.0+1)

Anyway, perhaps it's helpful to make it v0.2.1 now as you proposed in #16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants