* Change Addons Link to point to the manual instead of the dev documentation. 
* Add sm_30 to Linux build configuration.
This commit is contained in:
Thomas Dinges
2012-09-21 17:53:52 +00:00
parent ecf6beb8d3
commit c39ac85899
2 changed files with 2 additions and 2 deletions

View File

@@ -239,7 +239,7 @@ WITH_BF_CYCLES = WITH_BF_OIIO and WITH_BF_BOOST
WITH_BF_CYCLES_CUDA_BINARIES = False
BF_CYCLES_CUDA_NVCC = '/usr/local/cuda/bin/nvcc'
BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21']
BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21', 'sm_30']
WITH_BF_OPENMP = True