diff options
| author | tgrogers <[email protected]> | 2018-03-13 10:58:38 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-13 10:58:38 -0400 |
| commit | 7545c4e2c5a41cecc57e9a4bf443995700260a32 (patch) | |
| tree | 1b6ea2b29dd27843dfe352ad55d3a3797d8c55e7 /Makefile | |
| parent | d4db0d28cca5fb9ce6496aa7a18859a97e1bd56d (diff) | |
| parent | cada77625208167216a874b0dcec2b2828bbf788 (diff) | |
Merging in latest - Merged in the Jenkinsfile to run all Mahmoud's new configs
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\ |
