Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Based on feedback from Daipayan, make OptiX optional.
  • Loading branch information
jvermaas authored Apr 26, 2022
1 parent 1b2f1d2 commit 1f2eb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
DESTDIR=$(shell pwd)
ARCH=$(shell getconf LONG_BIT)
VMDVER="1.9.4a55"
OPTIX=""
ifeq ($(ARCH),64)
PLUGINTEXT=LINUXAMD64
OPTIX=LIBOPTIX
#OPTIX=LIBOPTIX #Uncomment this if you want to add in the OptiX renderer.
else
PLUGINTEXT=LINUX
OPTIX=""
endif
PLUGINDIR=$(DESTDIR)/../vmd-plugins/usr/lib/vmd/plugins
PLUGINBINDIR=$(DESTDIR)/../vmd-plugins/usr/bin
Expand Down

0 comments on commit 1f2eb6a

Please sign in to comment.