Open dschwen opened 4 years ago
The realpath posix system call is used in some places (e.g. netcdf). PETSc actually has a config test for it and a utility function PetscGetRealPath to workaround a missing realpath implementation (such as in mingw64). Libmesh should have this, too.
realpath
PetscGetRealPath
also testing for sys/ioctl.h would be nice
sys/ioctl.h
The
realpath
posix system call is used in some places (e.g. netcdf). PETSc actually has a config test for it and a utility functionPetscGetRealPath
to workaround a missing realpath implementation (such as in mingw64). Libmesh should have this, too.