xtensor-stack / Xtensor.jl

Julia package for xtensor-julia
http://quantstack.net/xtensor
BSD 3-Clause "New" or "Revised" License
41 stars 6 forks source link

Separate Pure C++ xtensor-julia #82

Closed SylvainCorlay closed 6 years ago

SylvainCorlay commented 6 years ago

Dynamically fetches https://github.com/QuantStack/xtensor-julia upon installation of the Julia package instead of vendoring the source in the repository.

With this, xtensor-julia is installed exactly in the same way as xtensor and xtl.

Instead of specifying a "directory" for it, and libcxxwrap-julia, I wonder if it would be better to specify un single CMAKE_PREFIX_PATH to build.jl where everything would be. <- cc @barche.