Lines Matching full:julia
52 8. Publish Julia, Python, and Rust packages.
60 ## Julia section in Release Procedures
62 libCEED's Julia interface (LibCEED.jl) has two components:
64 * LibCEED.jl, the user-facing package that contains the Julia interface.
72 …est against [Yggdrasil](https://github.com/JuliaPackaging/Yggdrasil), the Julia community build tr…
95 …per package libCEED_jll has been updated, we are ready to update the main Julia interface LibCEED.…
96 This requires updating the file `julia/LibCEED.jl/Project.toml` in the libCEED repository.
99 diff --git a/julia/LibCEED.jl/Project.toml b/julia/LibCEED.jl/Project.toml
100 --- a/julia/LibCEED.jl/Project.toml
101 +++ b/julia/LibCEED.jl/Project.toml
118 Make sure that the generated Julia bindings have been updated
120 $ cd julia/LibCEED.jl/gen
121 $ julia --project=../../.. -e 'include("generator.jl"); generate_ceed_bindings("../../..")'
125 > @JuliaRegistrator register branch=main subdir=julia/LibCEED.jl
127 At this point, the bot should create a PR against the [general Julia registry](https://github.com/J…
136 …elease tests are found in the file `julia/LibCEED.jl/test/runtests.jl` and the development tests a…