summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-06-21 12:09:17 -0400
committerGitHub <[email protected]>2019-06-21 12:09:17 -0400
commit2f749f6969cd0582b7ac2bfe33309034185cc77c (patch)
treeb344dfc77c47d1d789ac503b0420f650c904972a /Makefile
parentdc3c13e2d29ae296394ace75b2a4bf3a3c1da027 (diff)
parent3cac7525e1046285337e4dcf7fd8aa07c3a1f7c9 (diff)
Merge pull request #2 from purdue-aalp/dev
Dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3db8ce8..a69130c 100644
--- a/Makefile
+++ b/Makefile
@@ -164,6 +164,8 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib
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
+ if [ ! -f $(SIM_LIB_DIR)/libcudart.so.10.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.10.0; fi
+ if [ ! -f $(SIM_LIB_DIR)/libcudart.so.10.1 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.10.1; 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\