Searched full:toml (Results 1 – 11 of 11) sorted by relevance
36 echo >> test/Project.toml37 echo "[preferences.libCEED_jll]" >> test/Project.toml38 echo "libceed_path = \"$LIBCEED_LIB\"" >> test/Project.toml40 git checkout test/Project.toml && julia --project -e 'import Pkg; Pkg.test("LibCEED")'
14 To call libCEED from a Rust package, the following `Cargo.toml` can be used.15 ```toml20 For a development version of the libCEED Rust bindings, use the following `Cargo.toml`.21 ```toml
12 To use low level libCEED bindings in a Rust package, the following `Cargo.toml` can be used.13 ```toml18 For a development version of the libCEED Rust bindings, use the following `Cargo.toml`.19 ```toml
1 LocalPreferences.toml2 Manifest.toml
9 # load options from generator TOML file10 options = load_options(joinpath(@__DIR__, "generator.toml"))
2 # it by explicitly creating a `test/Project.toml` which will correctly communicate any preferences4 # See also test/Project.toml in FFTW.jl.
29 … build --release --manifest-path ex1-volume-rs/Cargo.toml --config ex1-volume-rs/.cargo/config.toml
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.toml100 --- a/julia/LibCEED.jl/Project.toml101 +++ b/julia/LibCEED.jl/Project.toml
121 Rust users can include libCEED via `Cargo.toml`:123 ```toml
223 [Overrides.toml](https://pkgdocs.julialang.org/dev/artifacts/#Overriding-artifact-locations).273 calling [`set_libceed_path!`](@ref) or by using a depot-wide Overrides.toml file.
281 "/.cargo/config.toml --manifest-path " + rust_dirs[i] + "/Cargo.toml"; in CeedCompileCore_Cuda()