2018-03-30 13:21:15 +01:00
|
|
|
diff --git a/unix/Make-config b/unix/Make-config
|
|
|
|
--- a/unix/Make-config
|
|
|
|
+++ b/unix/Make-config
|
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
# Bourne Shell Configuration:
|
|
|
|
# set SHELL=/bin/sh or wherever your bourne shell is
|
|
|
|
##########################################################################
|
|
|
|
-SHELL=/bin/sh
|
|
|
|
+# SHELL=/bin/sh
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-03-25 10:51:09 +00:00
|
|
|
@@ -30,7 +30,7 @@
|
2018-03-30 13:21:15 +01:00
|
|
|
|
|
|
|
# The following line should be set to -Ixxx where xxx is your X11 include path
|
|
|
|
# Sun puts X11 in /usr/openwin/xxx
|
|
|
|
-X11INC= -I/usr/openwin/include
|
|
|
|
+# X11INC= -I/usr/openwin/include
|
|
|
|
|
|
|
|
# Others typically use /usr/X11 or /usr/X11R6
|
|
|
|
#X11INC= -I/usr/X11
|
2021-03-25 10:51:09 +00:00
|
|
|
@@ -105,9 +105,9 @@
|
2018-03-30 13:21:15 +01:00
|
|
|
##########################################################################
|
2021-03-25 10:51:09 +00:00
|
|
|
# Customize MPI directories and includes as-needed.
|
|
|
|
# A typical MPICH installation location:
|
2018-03-30 13:21:15 +01:00
|
|
|
-MPIDIR=/usr/local/mpi
|
2021-03-25 10:51:09 +00:00
|
|
|
-MPIINC=$(MPIDIR)/include
|
|
|
|
-MPILIB=$(MPIDIR)/lib
|
2018-03-30 13:21:15 +01:00
|
|
|
+# MPIDIR=/usr/local/mpi
|
2021-03-25 10:51:09 +00:00
|
|
|
+# MPIINC=$(MPIDIR)/include
|
|
|
|
+# MPILIB=$(MPIDIR)/lib
|
2018-03-30 13:21:15 +01:00
|
|
|
|
2021-03-25 10:51:09 +00:00
|
|
|
# MPI defines and any flags needed by the local installation.
|
|
|
|
# Always list -DMPI at a minimum.
|
|
|
|
@@ -166,9 +166,9 @@
|
2018-03-30 13:21:15 +01:00
|
|
|
# http://www.ijg.org/files/
|
|
|
|
##########################################################################
|
|
|
|
# Uncomment the following lines to disable JPEG support
|
|
|
|
-USEJPEG=
|
|
|
|
-JPEGINC=
|
|
|
|
-JPEGLIB=
|
|
|
|
+# USEJPEG=
|
|
|
|
+# JPEGINC=
|
|
|
|
+# JPEGLIB=
|
|
|
|
|
|
|
|
# Uncomment the following lines to enable JPEG support
|
|
|
|
#USEJPEG= -DUSEJPEG
|
2021-03-25 10:51:09 +00:00
|
|
|
@@ -186,9 +186,9 @@
|
2018-03-30 13:21:15 +01:00
|
|
|
# http://www.libpng.org/
|
|
|
|
##########################################################################
|
|
|
|
# Uncomment the following lines to disable PNG support
|
|
|
|
-USEPNG=
|
|
|
|
-PNGINC=
|
|
|
|
-PNGLIB=
|
|
|
|
+# USEPNG=
|
|
|
|
+# PNGINC=
|
|
|
|
+# PNGLIB=
|
|
|
|
|
|
|
|
# Uncomment the following lines to enable PNG support
|
|
|
|
#USEPNG= -DUSEPNG
|