Home
last modified time | relevance | path

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

/petsc/src/sys/python/
H A Dpythonsys.c50 …const char *const cmdlines[] = {"-c 'import os, sysconfig; print(os.path.join(sysconfig.get_config… in PetscPythonFindLibrary() local
67 for (size_t i = 0; i < PETSC_STATIC_ARRAY_LENGTH(cmdlines); i++) { in PetscPythonFindLibrary()
68 … PetscCall(PetscInfo(NULL, "Looking for Python library with \"%s %s\"\n", pythonexe, cmdlines[i])); in PetscPythonFindLibrary()
69 PetscCall(PetscPythonFindLibraryName(pythonexe, cmdlines[i], pythonlib, pl, &found)); in PetscPythonFindLibrary()