diff options
| author | tgrogers <[email protected]> | 2019-05-19 13:30:27 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-05-19 13:30:27 -0400 |
| commit | ce7e921be24df7065343d304a43282ec22f71999 (patch) | |
| tree | 85108f68b5d73363485c4da68cc90962a7da5a29 /Makefile | |
| parent | 8d9016e6d891b5fc15596d47ff81c5bf946b1ec8 (diff) | |
| parent | 0b73d6628a660a435f81877ca3be4b95d0e82930 (diff) | |
Merge remote-tracking branch 'upstream/dev' into 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\ |
