diff options
| author | PSuchita <[email protected]> | 2019-05-30 00:36:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-30 00:36:43 -0700 |
| commit | 580a244665a4cf6855320dc209a66dc2fe81c645 (patch) | |
| tree | 086c2973182f844dd090e60b5010f8b5aa6df06b /Makefile | |
| parent | 51c853e42c805275c64ee90c1c025e4b111fc570 (diff) | |
| parent | 5837143ef70e20c362083b36c55e4c473f59f358 (diff) | |
Merge pull request #4 from gpgpu-sim/dev
Dev
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\ |
