Revision 6d6e01cdbce34c5491d51c7615dc65563819f5ff authored by Tongliang Liao on 07 May 2018, 21:15:29 UTC, committed by Facebook Github Bot on 07 May 2018, 21:28:36 UTC
Summary:
TBBROOT and LIBRARY_PATH are set in env by the script.

With TBB 2018 the library path is $TBBROOT/lib/intel64/gcc4.7 for anything above gcc 4.7, which is both compiler and architecture related. We cannot simply do ${TBB_ROOT_DIR}/lib.
Closes https://github.com/facebook/rocksdb/pull/3815

Differential Revision: D7899006

Pulled By: ajkr

fbshipit-source-id: 159ab1f6a5c40452ed6aa8d79300206953d916c2
1 parent d72a51e
History
File Mode Size
cache_bench.cc -rw-r--r-- 7.4 KB
cache_test.cc -rw-r--r-- 19.9 KB
clock_cache.cc -rw-r--r-- 26.1 KB
clock_cache.h -rw-r--r-- 601 bytes
lru_cache.cc -rw-r--r-- 15.0 KB
lru_cache.h -rw-r--r-- 10.0 KB
lru_cache_test.cc -rw-r--r-- 5.0 KB
sharded_cache.cc -rw-r--r-- 4.8 KB
sharded_cache.h -rw-r--r-- 4.1 KB

back to top