diff options
| author | sspenst <[email protected]> | 2016-05-12 14:26:28 -0700 |
|---|---|---|
| committer | sspenst <[email protected]> | 2016-05-12 14:26:28 -0700 |
| commit | b5c7639bc486640db2525d1c35877c7f6cad1377 (patch) | |
| tree | 0e63167674a68469449ccdfd05dcde9d0c6d9c41 /Makefile | |
| parent | 8031edb12c3585777120b141c8579d57df785941 (diff) | |
| parent | c0ed7da45b3836cefc08c6072fd183d2b33bbdeb (diff) | |
Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution into dev
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib if [ ! -f $(SIM_LIB_DIR)/libcudart.so.5.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.5.0; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.5.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.5.5; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.6.0 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.6.0; fi - + if [ ! -f $(SIM_LIB_DIR)/libcudart.so.7.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.7.5; 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\ $(SIM_OBJ_FILES_DIR)/libcuda/*.o \ |
