Home
last modified time | relevance | path

Searched full:pkg (Results 1 – 13 of 13) sorted by relevance

/libCEED/.github/workflows/
H A Djulia-test-with-style.yml39 …_REF" =~ ^refs/(heads/release|tags/).* ]] || julia --project -e 'import Pkg; Pkg.test("LibCEED"; c…
40 git checkout test/Project.toml && julia --project -e 'import Pkg; Pkg.test("LibCEED")'
41 …julia --project=.style/ -e 'import Pkg; Pkg.instantiate()' && julia --project=.style/ .style/ceed_…
H A Djulia-documentation.yml19 …julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.…
/libCEED/julia/LibCEED.jl/test/
H A DProject.toml1 # A bug in Julia 1.6.0's Pkg causes Preferences to be dropped during `Pkg.test()`, so we work around
3 # through to the child Julia process. X-ref: https://github.com/JuliaLang/Pkg.jl/issues/2500
/libCEED/
H A DREADME.md116 pkg> add LibCEED
381 ### pkg-config
383 …n addition to library and header, libCEED provides a [pkg-config](https://en.wikipedia.org/wiki/Pk…
384 [For example](https://people.freedesktop.org/~dbn/pkg-config-guide.html#faq), if `$prefix` is a sta…
387 $ cc `pkg-config --cflags --libs ceed` -o myapp myapp.c
392 Most build systems have support for pkg-config.
H A DRELEASING.md79 using BinaryBuilder, Pkg
H A DMakefile512 # Collect list of libraries and paths for use in linking and pkg-config
/libCEED/rust/libceed-sys/
H A DCargo.toml34 pkg-config = "0.3.19"
H A DREADME.md44 …using a system version from a standard path/somewhere that can be found by pkg-config, then you'll…
/libCEED/examples/solids/
H A DMakefile71 pkgconf = $(shell pkg-config $1 | sed -e 's/^"//g' -e 's/"$$//g')
/libCEED/examples/fluids/
H A DMakefile98 pkgconf = $(shell pkg-config $(if $(STATIC),--static) $1 | sed -e 's/^"//g' -e 's/"$$//g')
/libCEED/examples/petsc/
H A DMakefile105 pkgconf = $(shell pkg-config $1 | sed -e 's/^"//g' -e 's/"$$//g')
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md237 - Static libraries can be built with `make STATIC=1` and the pkg-config file is installed according…
/libCEED/rust/libceed-sys/c-src/
H A DMakefile512 # Collect list of libraries and paths for use in linking and pkg-config