Searched full:libceed_jll (Results 1 – 8 of 8) sorted by relevance
| /libCEED/ |
| H A D | RELEASING.md | 65 * libCEED_jll, a binary wrapper package ("jll package") that contains prebuilt binaries of the li… 68 First, libCEED_jll is updated, and then LibCEED.jl. 70 ### Updating libCEED_jll 72 The binary wrapper package libCEED_jll is updated by making a pull request against [Yggdrasil](http… 91 After the PR is merged into Yggdrasil, the new version of libCEED_jll will automatically be registe… 95 After the binary wrapper package libCEED_jll has been updated, we are ready to update the main Juli… 97 The version number should be incremented, and the dependency on the updated version of `libCEED_jll… 114 -libCEED_jll = "0.7" 115 +libCEED_jll = "0.8" 132 …ts are run both with the current build of libCEED, and with the most recent release of libCEED_jll. [all …]
|
| /libCEED/julia/LibCEED.jl/ |
| H A D | README.md | 13 …matically installed by LibCEED.jl (through the [libCEED_jll](https://juliahub.com/ui/Packages/libC… 18 …the pre-built libCEED binaries provided by the [libCEED_jll](https://juliahub.com/ui/Packages/libC…
|
| H A D | Project.toml | 15 libCEED_jll = "762fde13-7596-547b-826d-8223c52d51c1" 28 libCEED_jll = "0.12"
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | index.md | 23 [libCEED_jll](https://juliahub.com/ui/Packages/libCEED_jll/LB2fn) package) 31 [libCEED_jll](https://juliahub.com/ui/Packages/libCEED_jll/LB2fn) package. If
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | LibCEED.jl | 231 set_preferences!(C.libCEED_jll, "libceed_path" => path; force=true) 243 set_preferences!(C.libCEED_jll, "libceed_path" => nothing; force=true) 249 delete_preferences!(Preferences.get_uuid(C.libCEED_jll), "libceed_path"; force=true) 275 get_libceed_path() = C.libCEED_jll.libceed_path
|
| H A D | C.jl | 5 using Libdl, libCEED_jll, Preferences 6 using libCEED_jll: libceed, libceed_handle
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | Project.toml | 11 libCEED_jll = "762fde13-7596-547b-826d-8223c52d51c1"
|
| /libCEED/.github/workflows/ |
| H A D | julia-test-with-style.yml | 37 echo "[preferences.libCEED_jll]" >> test/Project.toml
|