Changeset View
Changeset View
Standalone View
Standalone View
build_files/scons/config/darwin-config.py
| Show First 20 Lines • Show All 197 Lines • ▼ Show 20 Lines | |||||
| WITH_BF_BOOST = True | WITH_BF_BOOST = True | ||||
| BF_BOOST = LIBDIR + '/boost' | BF_BOOST = LIBDIR + '/boost' | ||||
| BF_BOOST_INC = '${BF_BOOST}/include' | BF_BOOST_INC = '${BF_BOOST}/include' | ||||
| BF_BOOST_LIB = 'boost_date_time-mt boost_filesystem-mt boost_regex-mt boost_system-mt boost_thread-mt boost_wave-mt' | BF_BOOST_LIB = 'boost_date_time-mt boost_filesystem-mt boost_regex-mt boost_system-mt boost_thread-mt boost_wave-mt' | ||||
| BF_BOOST_LIB_INTERNATIONAL = 'boost_locale-mt' | BF_BOOST_LIB_INTERNATIONAL = 'boost_locale-mt' | ||||
| BF_BOOST_LIBPATH = '${BF_BOOST}/lib' | BF_BOOST_LIBPATH = '${BF_BOOST}/lib' | ||||
| WITH_BF_OPENVDB = True | |||||
| BF_OPENVDB = '/openvdb' | |||||
| BF_OPENVDB_INC = '${BF_OPENVDB}/include' | |||||
| BF_OPENVDB_LIB = 'openvdb tbb' | |||||
| BF_OPENVDB_LIB_PATH = '${BF_OPENVDB}/lib' | |||||
| WITH_BF_CYCLES_CUDA_BINARIES = False | WITH_BF_CYCLES_CUDA_BINARIES = False | ||||
| BF_CYCLES_CUDA_NVCC = '/usr/local/cuda/bin/nvcc' | BF_CYCLES_CUDA_NVCC = '/usr/local/cuda/bin/nvcc' | ||||
| BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52'] | BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52'] | ||||
| #Freestyle | #Freestyle | ||||
| WITH_BF_FREESTYLE = True | WITH_BF_FREESTYLE = True | ||||
| #OpenMP ( will be checked for compiler support and turned off eventually ) | #OpenMP ( will be checked for compiler support and turned off eventually ) | ||||
| ▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines | |||||