diff options
| author | Tim Rogers <[email protected]> | 2019-05-17 22:10:21 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-17 22:10:21 -0400 |
| commit | 0b73d6628a660a435f81877ca3be4b95d0e82930 (patch) | |
| tree | feec7720208da9f90e4a8478c10910ee16dae883 | |
| parent | cbb929b6f15f63f0b104e2acac7a17f02c0208fe (diff) | |
| parent | 12c121a0d3ba12659288719ef5af324208d94262 (diff) | |
Merge pull request #121 from tgrogers/dev
Stuff needed for other version of CUDA 9
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | linux-so-version.txt | 4 |
2 files changed, 5 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\ diff --git a/linux-so-version.txt b/linux-so-version.txt index c6e03e9..a7c2d3c 100644 --- a/linux-so-version.txt +++ b/linux-so-version.txt @@ -1,4 +1,8 @@ +libcudart.so.9.0{ +}; libcudart.so.9.1{ }; +libcudart.so.9.2{ +}; libcuda.so.1{ }; |
