xref: /petsc/petscdir.mk (revision 1a6d72e33cb55b6b3c4b1bf620c1d27c5b1e4181)
1#
2#   This sets PETSC_DIR if it has not been set in the environment; it uses the path of this file, not the path of the makefile that includes this file
3#
4PETSC_DIR_TMP := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
5PETSC_DIR ?= $(PETSC_DIR_TMP)
6
7