summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPSuchita <[email protected]>2019-05-30 00:36:43 -0700
committerGitHub <[email protected]>2019-05-30 00:36:43 -0700
commit580a244665a4cf6855320dc209a66dc2fe81c645 (patch)
tree086c2973182f844dd090e60b5010f8b5aa6df06b /Makefile
parent51c853e42c805275c64ee90c1c025e4b111fc570 (diff)
parent5837143ef70e20c362083b36c55e4c473f59f358 (diff)
Merge pull request #4 from gpgpu-sim/dev
Dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d0466e..3db8ce8 100644
--- a/Makefile
+++ b/Makefile
@@ -163,6 +163,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib
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
+ if [ ! -f $(SIM_LIB_DIR)/libcudart.so.9.2 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.2; fi
$(SIM_LIB_DIR)/libcudart.dylib: makedirs $(LIBS) cudalib
g++ -dynamiclib -Wl,-headerpad_max_install_names,-undefined,dynamic_lookup,-compatibility_version,1.1,-current_version,1.1\