diff options
| author | Ahmed ElTantawy <[email protected]> | 2016-05-12 14:25:14 -0700 |
|---|---|---|
| committer | Ahmed ElTantawy <[email protected]> | 2016-05-12 14:25:14 -0700 |
| commit | c0ed7da45b3836cefc08c6072fd183d2b33bbdeb (patch) | |
| tree | 0e63167674a68469449ccdfd05dcde9d0c6d9c41 /Makefile | |
| parent | b2fc784cbb1c2e65736cea88d61509d08fddd83f (diff) | |
updating Makefile and setup environment for 7.5 support
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 \ |
