summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-03-25 11:02:28 -0400
committertgrogers <[email protected]>2018-03-25 11:02:28 -0400
commit82a62207406739bc8597326aa473a99007029d75 (patch)
tree89e5e905f02b29bb7879ad774ee8058bc7a322ac /Makefile
parent78fd9e7f9d9934036b2f43392258b559886f3314 (diff)
parent6b27ee3d0e650524c441c1842fa7c7f333135818 (diff)
Merging with updates in the public repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1641833..2d0466e 100644
--- a/Makefile
+++ b/Makefile
@@ -161,6 +161,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.6.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.6.5; fi
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.7.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.7.5; fi
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.8.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.8.0; fi
+ if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.0; fi
if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.1 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.1; fi
$(SIM_LIB_DIR)/libcudart.dylib: makedirs $(LIBS) cudalib