Lines Matching full:jl
62 libCEED's Julia interface (LibCEED.jl) has two components:
64 * LibCEED.jl, the user-facing package that contains the Julia interface.
68 First, libCEED_jll is updated, and then LibCEED.jl.
73 In this PR, the file `L/libCEED/build_tarballs.jl` should be changed to update version number and c…
75 diff --git a/L/libCEED/build_tarballs.jl b/L/libCEED/build_tarballs.jl
76 --- a/L/libCEED/build_tarballs.jl
77 +++ b/L/libCEED/build_tarballs.jl
91 …sion of libCEED_jll will automatically be registered, and then we can proceed to update LibCEED.jl.
93 ### Updating LibCEED.jl
95 …r package libCEED_jll has been updated, we are ready to update the main Julia interface LibCEED.jl.
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
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
131 LibCEED.jl has both _development_ and _release_ unit tests.
136 … in the file `julia/LibCEED.jl/test/runtests.jl` and the development tests are found in `julia/Lib…