diff options
| author | tgrogers <[email protected]> | 2018-03-25 11:02:28 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-25 11:02:28 -0400 |
| commit | 82a62207406739bc8597326aa473a99007029d75 (patch) | |
| tree | 89e5e905f02b29bb7879ad774ee8058bc7a322ac /Makefile | |
| parent | 78fd9e7f9d9934036b2f43392258b559886f3314 (diff) | |
| parent | 6b27ee3d0e650524c441c1842fa7c7f333135818 (diff) | |
Merging with updates in the public repo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
