david8dixon

Results 6 issues of david8dixon

How should user consume xtensor-blas? I discovered that there is an `xtensor_blas_INCLUDE_DIRS` that I can use to populate targets in my library via `target_include_dirs` but I would prefer to simply...

I am generating svg files from profile tests and they do not upload to the dashboard. See the following: https://discourse.cmake.org/t/attached-files/1641/2

I've made some changes to braid.hpp and I was wondering if you would accept a PR. Ultimately, my goal is to write this: ```c++ double time; int iter, level, done;...

Any ideas on how one might provide a custom `get` function to avoid extra call to get on the named type in the following: ``` c++ using Type1 = NamedType;...

I built hpx from master and when I try to compile: https://github.com/STEllAR-GROUP/tutorials/blob/master/examples/00_exercises/solution8.cpp It fails with: ``` undefined reference to `hpx::partitioned_vector_partition ``` so I did the following: ``` #include #include #include...

when calling find_package and pointing to a newly installed ACEtk, I get the following: By not providing "FindACEtk.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration...