From 2b516591fea67b04283001202ed485083107d426 Mon Sep 17 00:00:00 2001 From: Josh Vermaas Date: Mon, 17 Apr 2023 13:57:18 -0400 Subject: [PATCH] Update the makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f3622f8..03b2c40 100755 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ DESTDIR=$(shell pwd) ARCH=$(shell getconf LONG_BIT) -VMDVER="1.9.4a55" -OPTIX="" -OSPRAY="" +VMDVER="1.9.4a57" +OPTIX= +OSPRAY= ifeq ($(ARCH),64) PLUGINTEXT=LINUXAMD64 #OPTIX=LIBOPTIX #Uncomment this if you want to add in the OptiX renderer. @@ -16,7 +16,7 @@ TCL_INCLUDE_DIR=/usr/include/tcl8.6/ TCL_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu TK_INCLUDE_DIR=/usr/include/tcl8.6/ TK_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu -PYTHON_INCLUDE_DIR=/usr/include/python3.8 +PYTHON_INCLUDE_DIR=/usr/include/python3.10 export all: compileplugins compilevmd