Skip to content

Instantly share code, notes, and snippets.

@terasakisatoshi
Last active August 26, 2020 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terasakisatoshi/163ab1fc3ff1adab340d221eae33d218 to your computer and use it in GitHub Desktop.
Save terasakisatoshi/163ab1fc3ff1adab340d221eae33d218 to your computer and use it in GitHub Desktop.
Build libcxxwrap-julia
git clone https://github.com/JuliaInterop/libcxxwrap-julia.git
JL="$(dirname "$(dirname `which julia`)")"
LIB_CXX=./libcxxwrap-julia
mkdir -p build
cmake -DJulia_PREFIX=$JL -S ${LIB_CXX} -B ./build
cmake --build ./build --config Release -j `nproc`