Home
last modified time | relevance | path

Searched refs:ceed_dir (Results 1 – 3 of 3) sorted by relevance

/libCEED/python/ !
H A Dtest-wheel.sh3 ceed_dir=${1:-.}
4 echo "Using CEED_DIR=${ceed_dir}"
8 pushd ${ceed_dir}/python/tests
H A Dbuild_ceed_cffi.py49 ceed_dir, ceed_libdir = get_ceed_dirs() variable
96 os.path.join(ceed_dir, "include")], # include path
/libCEED/examples/python/ !
H A Dsetup_qfunctions.py6 ceed_dir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) variable
9 include_dirs = [os.path.join(ceed_dir, "include")]
12 library_dirs = [os.path.join(ceed_dir, "lib")]