Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 46) sorted by relevance

12

/libCEED/rust/libceed/
H A DCargo.toml8 version = "0.12.0"
10 rust-version = "1.56"
21 libceed-sys = { version = "0.12", path = "../libceed-sys" }
22 katexit = { version = "0.1.1", optional = true }
25 version-sync = "0.9.2"
32 { file = "README.md", search = "libceed = \"[0-9.]*\"", replace = "libceed = \"{{version}}\"" },
33 …{ file = "../../README.md", search = "libceed = \"[0-9.]*\"", replace = "libceed = \"{{version}}\"…
/libCEED/rust/libceed-sys/
H A DCargo.toml9 version = "0.12.0"
37 version-sync = "0.9.2"
41 …{ file = "README.md", search = "libceed-sys = \"[0-9.]*\"", replace = "libceed-sys = \"{{version}}…
42 …d.rs", search = "atleast_version\\(\"[0-9.]*\"\\)", replace = "atleast_version(\"{{version}}\")" },
H A DREADME.md18 For a development version of the libCEED Rust bindings, use the following `Cargo.toml`.
44 If you disable the `static` feature and are not using a system version from a standard path/somewhe…
/libCEED/
H A Dsetup.py26 def version(): function
97 version=version(),
H A DRELEASING.md11 Some minor bookkeeping updates are needed when releasing a new version of the core library.
13 The version number must be updated in
56 Generate the PDF using `make doc-latexpdf`, click "New version" on the [Zenodo record](https://zeno…
58 Make a new PR to update the version number and DOI in `README.rst` and `doc/bib/references.bib`.
73 In this PR, the file `L/libCEED/build_tarballs.jl` should be changed to update version number and c…
82 -version = v"0.7.0"
83 +version = v"0.8.0"
91 After the PR is merged into Yggdrasil, the new version of libCEED_jll will automatically be registe…
97 The version number should be incremented, and the dependency on the updated version of `libCEED_jll…
105 -version = "0.1.0"
[all …]
H A DCITATION.cff1 cff-version: 1.2.0
3 version: 0.12.0
170 version: 0.11.0
H A DCODE_OF_CONDUCT.md81 …om the [Contributor Covenant][homepage], version 2.0, available at https://www.contributor-covenan…
/libCEED/julia/LibCEED.jl/src/
H A DLibCEED.jl163 Incompatible libCEED version.
164 LibCEED.jl requires libCEED version at least $minimum_libceed_version.
165 The version of the libCEED library is $(ceedversion())."
176 Returns a `VersionNumber` corresponding to the version of the libCEED library currently used.
202 ceedversion_ge(version::VersionNumber)
204 Returns true if the libCEED library is at least as current as the specified `version`. Returns
207 ceedversion_ge(version::VersionNumber) = !isrelease() || (ceedversion() >= version)
217 `set_libceed_path!(:prebuilt)` indicates to LibCEED.jl to use the prebuilt version of the libCEED
262 Indicates that the prebuilt version of the libCEED library (bundled with libCEED\\_jll) should be
/libCEED/examples/rust/ex3-volume/
H A DCargo.toml3 version = "0.11.0"
10 clap = { version = "4.0.17", features = ["derive"] }
/libCEED/examples/rust/ex1-volume/
H A DCargo.toml3 version = "0.11.0"
10 clap = { version = "4.0.17", features = ["derive"] }
/libCEED/examples/rust/ex2-surface/
H A DCargo.toml3 version = "0.11.0"
10 clap = { version = "4.0.17", features = ["derive"] }
/libCEED/examples/rust/ex3-volume-vector/
H A DCargo.toml3 version = "0.11.0"
10 clap = { version = "4.0.17", features = ["derive"] }
/libCEED/examples/rust/ex1-volume-vector/
H A DCargo.toml3 version = "0.11.0"
10 clap = { version = "4.0.17", features = ["derive"] }
/libCEED/examples/rust/ex2-surface-vector/
H A DCargo.toml3 version = "0.11.0"
10 clap = { version = "4.0.17", features = ["derive"] }
/libCEED/examples/rust-qfunctions/ex1-volume-rs/
H A DCargo.toml3 version = "0.1.0"
17 ndarray = {version = "0.16.1", default-features = false}
/libCEED/julia/LibCEED.jl/docs/src/
H A DExamples.md10 - `ex1-volume.jl`, a higher-level more idiomatic version of `ex1-volume.c`,
12 - `ex2-surface.jl`, a higher-level, idiomatic version of `ex2-surface.c`.
H A DLibCEED.md3 By default, LibCEED.jl uses a "basic version" of the libCEED library that is
14 The version number of the currently loaded libCEED library can also be queried
H A Dindex.md18 own version of the libCEED library, and configure LibCEED.jl to use this binary
64 match the `Read` version to get the array with non-`Read` version to restore the
71 version is always paired properly.
111 The macro version can provide better performance if a closure is required, and
/libCEED/tests/junit-xml/
H A DREADME.rst56 <?xml version="1.0" ?>
92 Releasing a new version
95 1. Bump version in `setup.py`
98 4. Verify the new version was uploaded at https://pypi.org/project/junit-xml/#history
/libCEED/examples/rust/mesh/
H A DCargo.toml3 version = "0.11.0"
/libCEED/julia/LibCEED.jl/
H A DProject.toml3 version = "0.3.0"
/libCEED/examples/python/
H A Dtutorial-0-ceed.ipynb115 "version": 3
122 "version": "3.8.5"
/libCEED/doc/sphinx/source/
H A Dconf.py88 version = pkgconf_version variable
H A DCODE_OF_CONDUCT.md81 …om the [Contributor Covenant][homepage], version 2.0, available at https://www.contributor-covenan…
/libCEED/doc/bib/
H A Dreferences.bib42 version = {0.12.0},

12