Adam Getchell
Adam Getchell
conda
### Sanity checks - [X] My issue relates to a specific CLI completion spec (e.g. `git checkout` is missing options in `git` completion spec). If your issue is more general,...
Running my project through MSAN, which uses Docopt.cpp, gives me the following: ``` WARNING: MemorySanitizer: use-of-uninitialized-value [1441]()6: #0 0x434fdc in bcmp (/home/travis/build/acgetchell/CDT-plusplus/build/src/initialize+0x434fdc) [1442]()6: #1 0x625c4a in docopt::docopt_parse(std::__cxx11::basic_string const&, std::vector
#### Description of Problem, Request, or Question Delaunay Triangulations can be inserted into or deleted from in parallel using TBB by setting `CGAL_LINKED_WITH_TBB`. This fails under the current build. ####...
This just updates the versions of the GitHub Actions being used, which make some warnings go away. As some of the versions are being deprecated next year, this should hopefully...
Hello, I'm using this crate and the [example program](https://github.com/acgetchell/rust-blas/blob/b6f00a4499b4005f44824a66bc7ba0744564325b/src/main.rs) [fails due to linker issues](https://github.com/acgetchell/rust-blas/actions/runs/3643382516/jobs/6151553090#step:4:37). Suggestions? Sorry, I'm fairly new to Rust.
Lots of nice changes ... https://gcc.gnu.org/gcc-13/changes.html
Self-contained examples: https://github.com/acgetchell/rust-lapack/actions/runs/5255185673/jobs/9494761522#step:4:178 https://github.com/acgetchell/rust-blas/actions/runs/5251640672/jobs/9486785353#step:4:178 Error message: ``` Compiling openblas-src v0.10.8 Running `rustc --crate-name build_script_build --edition=2018 C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\openblas-src-0.10.8\build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg "feature=\"cblas\"" --cfg "feature=\"default\"" --cfg "feature=\"lapacke\"" -C...
Step by step instructions fail at first step: ┌─[adam][hapkido][±][master ✓][~/conan-gtest-example] └─▪ conan export lasote ERROR: Invalid parameter 'lasote', specify the full reference or user/channel
Feel free to ignore changes to SoundexTest.cpp but the changes to CMakeLists allows it to work with GMock 1.7.0, assuming that the following environment variables are set: export GMOCK_HOME="$HOME/gmock-1.7.0" export...