diff options
| author | Timothy G Rogers <[email protected]> | 2018-02-22 10:23:55 -0500 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-02-22 10:23:55 -0500 |
| commit | cc05635fc9e6db94b673401e74670dca6fa43943 (patch) | |
| tree | ac0180ec5fb467ea54cea51f9105c4c76e3ac26e /Makefile | |
| parent | 4a94401a277342cfd0799863b1a07abc95f954c7 (diff) | |
| parent | 71d9ada37b64360a216dbceef5b7a26a6cab8480 (diff) | |
Merge pull request #7 from tgrogers/dev-purdue-integration
Dev purdue integration
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -161,6 +161,7 @@ $(SIM_LIB_DIR)/libcudart.so: makedirs $(LIBS) cudalib if [ ! -f $(SIM_LIB_DIR)/libcudart.so.6.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.6.5; fi if [ ! -f $(SIM_LIB_DIR)/libcudart.so.7.5 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.7.5; fi 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.1 ]; then ln -s libcudart.so $(SIM_LIB_DIR)/libcudart.so.9.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\ |
