Skip to content

Commit

Permalink
Update the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvermaas committed Apr 17, 2023
1 parent c210615 commit 2b51659
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 2b51659

Please sign in to comment.