Home
last modified time | relevance | path

Searched full:env (Results 1 – 25 of 31) sorted by relevance

12

/libCEED/rust/libceed-sys/
H A Dbuild.rs8 let out_dir = PathBuf::from(env("OUT_DIR").unwrap()); in main()
9 let statik = env("CARGO_FEATURE_STATIC").is_some(); in main()
10 let system = env("CARGO_FEATURE_SYSTEM").is_some(); in main()
16 let makeflags = env("CARGO_MAKEFLAGS").unwrap(); in main()
29 .env("MAKEFLAGS", makeflags) in main()
89 fn env(k: &str) -> Option<String> { in env() function
90 std::env::var(k).ok() in env()
/libCEED/.github/workflows/
H A Dpython-test-with-style.yml31 env:
45 env:
51 env:
H A Dc-fortran-test-arm64.yml22 env:
H A Djulia-documentation.yml21 env:
H A Dc-fortran-test-icc.yml9 env:
H A Dc-fortan-test-ppc64le.yml25 env:
H A Dc-fortran-test-style.yml27 env:
H A Dc-fortran-test-linux-osx.yml48 env:
H A Drust-test-with-style.yml32 env:
H A Djulia-test-with-style.yml18 env:
/libCEED/rust/libceed/tests/
H A Dversion-numbers.rs12 let path = std::env::current_dir().unwrap(); in test_readme_deps()
21 let path = std::env::current_dir().unwrap(); in get_rel_path()
/libCEED/rust/libceed-sys/tests/
H A Dversion-numbers.rs4 let path = std::env::current_dir().unwrap(); in get_rel_path()
/libCEED/benchmarks/
H A Dpostprocess_table.py1 #!/usr/bin/env python3
H A Dpostprocess_base.py1 #!/usr/bin/env python3
H A Dpostprocess_plot.py1 #!/usr/bin/env python3
/libCEED/examples/deal.II/
H A DCMakeLists.txt4 HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
/libCEED/rust/libceed-sys/src/
H A Dlib.rs22 include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
/libCEED/examples/fluids/
H A Dconv_plot.py1 #!/usr/bin/env python3
/libCEED/
H A D.gitlab-ci.yml46 # Note: PETSC_DIR is set by default in GitLab runner env, unsetting to isolate core tests
96 # Note: PETSC_DIR is set by default in GitLab runner env, unsetting to isolate core tests
204 # Note: PETSC_DIR is set by default in GitLab runner env, unsetting to isolate core tests
259 # Note: PETSC_DIR is set by default in GitLab runner env, unsetting to isolate core tests
344 # # Note: PETSC_DIR is set by default in GitLab runner env, unsetting to isolate core tests
453 # Note: PETSC_DIR is set by default in GitLab runner env, unsetting to isolate core tests
/libCEED/backends/magma/tuning/
H A Dgenerate_tuning.py1 #!/usr/bin/env python3
/libCEED/examples/python/
H A Dex1_volume.py1 #!/usr/bin/env python3
H A Dex3_volume.py1 #!/usr/bin/env python3
H A Dex2_surface.py1 #!/usr/bin/env python3
/libCEED/tests/
H A Djunit_common.py246 env=my_env)
499 env=my_env)
631 env=my_env)
H A Djunit.py1 #!/usr/bin/env python3

12