Searched refs:cmdlines (Results 1 – 1 of 1) sorted by relevance
50 …const char *const cmdlines[] = {"-c 'import os, sysconfig; print(os.path.join(sysconfig.get_config… in PetscPythonFindLibrary() local67 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()