diff options
| author | Mahmoud <[email protected]> | 2019-06-18 17:51:28 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-06-18 17:51:28 -0400 |
| commit | f025d73e8fc28f815e5d34b4e1427ed1918e8555 (patch) | |
| tree | f2340680bc36c21f06fb190d99ffbc21e629b1a0 /Makefile | |
| parent | fe58efe9c8ca38f7d0f3781e54b04bc526bdfd07 (diff) | |
| parent | 6337105df018f25ad1b58afa040d8b1006f2a0ce (diff) | |
Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution into dev-private
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -168,6 +168,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib 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\ $(SIM_OBJ_FILES_DIR)/libcuda/*.o \ |
