JuliaAstro / SPICE.jl

Julia wrapper for NASA NAIF's SPICE toolkit
MIT License
54 stars 14 forks source link

libcspice not found #20

Closed jmurphy6895 closed 2 years ago

jmurphy6895 commented 2 years ago

When trying to run SPICE.jl on my M1 Mac I get the following error

ERROR: InitError: UndefinedValError: libcspice not defined during evaluation of module SPICE

giordano commented 2 years ago

Allowing CPSICE_jll v67 at https://github.com/JuliaAstro/SPICE.jl/blob/c118d29eab6b660359eb22ca1bfb156254d29fa2/Project.toml#L17 should fix it

jmurphy6895 commented 2 years ago

This did fix the problem but when running tests, tkvrsn is now failing

jmurphy6895 commented 2 years ago

Nevermind I guess that's just the version number on cspice

helgee commented 2 years ago

Thanks for raising this issue and submitting a PR. I have tagged a new release which includes the fix.