https://github.com/JuliaLang/julia
Raw File
Tip revision: fb70241679cbc7b051c454023f02306aa954ff48 authored by Kristoffer Carlsson on 22 January 2017, 12:01:37 UTC
add BLAS.set_num_threads
Tip revision: fb70241
NATIVE.cmake
# native toolchain file to fix llvm cross-compilation finickiness
# ref http://lists.llvm.org/pipermail/llvm-dev/2016-February/095366.html
set(CMAKE_C_COMPILER cc)
set(CMAKE_CXX_COMPILER c++)
back to top