Home
last modified time | relevance | path

Searched full:toml (Results 1 – 11 of 11) sorted by relevance

/libCEED/.github/workflows/
H A Djulia-test-with-style.yml36 echo >> test/Project.toml
37 echo "[preferences.libCEED_jll]" >> test/Project.toml
38 echo "libceed_path = \"$LIBCEED_LIB\"" >> test/Project.toml
40 git checkout test/Project.toml && julia --project -e 'import Pkg; Pkg.test("LibCEED")'
/libCEED/rust/libceed/
H A DREADME.md14 To call libCEED from a Rust package, the following `Cargo.toml` can be used.
15 ```toml
20 For a development version of the libCEED Rust bindings, use the following `Cargo.toml`.
21 ```toml
/libCEED/rust/libceed-sys/
H A DREADME.md12 To use low level libCEED bindings in a Rust package, the following `Cargo.toml` can be used.
13 ```toml
18 For a development version of the libCEED Rust bindings, use the following `Cargo.toml`.
19 ```toml
/libCEED/julia/LibCEED.jl/
H A D.gitignore1 LocalPreferences.toml
2 Manifest.toml
/libCEED/julia/LibCEED.jl/gen/
H A Dgenerator.jl9 # load options from generator TOML file
10 options = load_options(joinpath(@__DIR__, "generator.toml"))
/libCEED/julia/LibCEED.jl/test/
H A DProject.toml2 # it by explicitly creating a `test/Project.toml` which will correctly communicate any preferences
4 # See also test/Project.toml in FFTW.jl.
/libCEED/examples/rust-qfunctions/
H A DMakefile29 … build --release --manifest-path ex1-volume-rs/Cargo.toml --config ex1-volume-rs/.cargo/config.toml
/libCEED/
H A DRELEASING.md96 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
H A DREADME.md121 Rust users can include libCEED via `Cargo.toml`:
123 ```toml
/libCEED/julia/LibCEED.jl/src/
H A DLibCEED.jl223 [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.
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp281 "/.cargo/config.toml --manifest-path " + rust_dirs[i] + "/Cargo.toml"; in CeedCompileCore_Cuda()