summarylogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorMartin Diehl2023-05-23 08:16:34 +0200
committerMartin Diehl2023-05-23 08:16:34 +0200
commitf62684759253d37a37f624c96e3fde1872c7aadc (patch)
treedc6687e0e9ca2a76034062a7bade6c140d429c0e /Makefile.inc
parent2e4b46b19beb8104e2e22dab8f0d6c3ab63e95b6 (diff)
downloadaur-f62684759253d37a37f624c96e3fde1872c7aadc.tar.gz
correct include directories
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 57735b552a44..a17c9289c14b 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -41,7 +41,7 @@
#
SCOTCHDIR = /usr
-ISCOTCH = -I$(SCOTCHDIR)/include/scotch
+ISCOTCH = -I$(SCOTCHDIR)/include
#
# You have to choose one among the following two lines depending on
# the type of analysis you want to perform. If you want to perform only
@@ -58,7 +58,7 @@ IPORD = -I$(topdir)/PORD/include/
LPORD = -L$(LPORDDIR) -lpord
LMETISDIR = /usr/lib
-IMETIS = -I/usr/include/metis
+IMETIS = -I/usr/include
# You have to choose one among the following two lines depending on
# the type of analysis you want to perform. If you want to perform only