JuliaSIMD / VectorizedRNG.jl

Vectorized uniform and normal random samplers.
MIT License
33 stars 7 forks source link

failure to load latest version #13

Closed baggepinnen closed 3 years ago

baggepinnen commented 3 years ago

On julia v1.6

(controlpaper) pkg> add VectorizedRNG
    Updating registry at `~/.julia/registries/CbRegistry`
    Updating git-repo `git@gitlab.cognibotics.net:cb/CbRegistry`
    Updating registry at `~/.julia/registries/General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Resolving package versions...
    Updating `~/scratch/controlpaper/Project.toml`
  [33b4df10] + VectorizedRNG v0.2.8
  No Changes to `~/scratch/controlpaper/Manifest.toml`

julia> using VectorizedRNG
[ Info: Precompiling VectorizedRNG [33b4df10-0173-11e9-2a0c-851a7edac40e]
ERROR: LoadError: UndefVarError: cache_linesize not defined
Stacktrace:
 [1] include
   @ ./Base.jl:386 [inlined]
 [2] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
   @ Base ./loading.jl:1213
 [3] top-level scope
   @ none:1
 [4] eval
   @ ./boot.jl:360 [inlined]
 [5] eval(x::Expr)
   @ Base.MainInclude ./client.jl:446
 [6] top-level scope
   @ none:1

Here's the full package environment

(controlpaper) pkg> st -m
      Status `~/scratch/controlpaper/Manifest.toml`
  [c3fe647b] AbstractAlgebra v0.16.0
  [1520ce14] AbstractTrees v0.3.4
  [79e6a3ab] Adapt v3.3.0
  [4fba245c] ArrayInterface v3.1.11
  [d360d2e6] ChainRulesCore v0.9.41
  [b630d9fa] CheapThreads v0.2.3
  [861a8166] Combinatorics v1.0.2
  [38540f10] CommonSolve v0.2.0
  [34da2185] Compat v3.28.0
  [187b0558] ConstructionBase v1.2.1
  [9a962f9c] DataAPI v1.6.0
  [864edb3b] DataStructures v0.18.9
  [e2d170a0] DataValueInterfaces v1.0.0
  [b552c78f] DiffRules v1.0.2
  [31c24e10] Distributions v0.24.18
  [ffbed154] DocStringExtensions v0.8.4
  [e2ba6199] ExprTools v0.1.3
  [1a297f60] FillArrays v0.11.7
  [59287772] Formatting v0.4.2
  [0e44f5e4] Hwloc v2.0.0
  [615f187c] IfElse v0.1.0
  [82899510] IteratorInterfaceExtensions v1.0.0
  [692b3bcd] JLLWrappers v1.3.0
  [b964fa9f] LaTeXStrings v1.2.1
  [2ee39098] LabelledArrays v1.6.0
  [23fbe1c1] Latexify v0.15.5
  [2ab3a3ac] LogExpFunctions v0.2.3
  [bdcacae8] LoopVectorization v0.12.18
  [1914dd2f] MacroTools v0.5.6
  [e1d29d7a] Missings v1.0.0
  [0987c9cc] MonteCarloMeasurements v0.10.3 `~/.julia/dev/MonteCarloMeasurements`
  [77ba4419] NaNMath v0.3.5
  [6fd5a793] Octavian v0.2.14
  [6fe1bfb0] OffsetArrays v1.7.0
  [bac558e1] OrderedCollections v1.4.0
  [90014a1f] PDMats v0.11.0
  [21216c6a] Preferences v1.2.1
  [1fd47b50] QuadGK v2.4.1
  [fb686558] RandomExtensions v0.4.3
  [3cdcf5f2] RecipesBase v1.1.1
  [731186ca] RecursiveArrayTools v2.11.3
  [189a3867] Reexport v1.0.0
  [ae029012] Requires v1.1.3
  [79098fc4] Rmath v0.7.0
  [7e49a35a] RuntimeGeneratedFunctions v0.5.2
  [476501e8] SLEEFPirates v0.6.16
  [0bca4576] SciMLBase v1.13.2
  [efcf1570] Setfield v0.7.0
  [a2af1166] SortingAlgorithms v1.0.0
  [276daf66] SpecialFunctions v1.3.0
  [aedffcd0] Static v0.2.4
  [90137ffa] StaticArrays v1.1.2
  [82ae8749] StatsAPI v1.0.0
  [2913bbd2] StatsBase v0.33.8
  [4c63d2b9] StatsFuns v0.9.8
  [d1fa6d79] StrideArrays v0.1.6
  [7792a7ef] StrideArraysCore v0.1.7
  [d1185830] SymbolicUtils v0.11.2
  [0c5d862f] Symbolics v0.1.25
  [3783bdb8] TableTraits v1.0.1
  [bd369af6] Tables v1.4.2
  [8290d209] ThreadingUtilities v0.4.1
  [a759f4b9] TimerOutputs v0.5.8
  [a2a6695c] TreeViews v0.3.0
  [3a884ed6] UnPack v1.0.2
  [3d5dd08c] VectorizationBase v0.19.36
  [33b4df10] VectorizedRNG v0.2.8
  [700de1a5] ZygoteRules v0.2.1
  [e33a78d0] Hwloc_jll v2.4.1+0
  [efe28fd5] OpenSpecFun_jll v0.5.4+0
  [f50d1b31] Rmath_jll v0.3.0+0
baggepinnen commented 3 years ago

I'm terribly sorry, it was my system image that was outdated :/