Adam Getchell

Results 12 comments of Adam Getchell

`conda remove` is similarly broken.

`cd` and `brew` work fine, I've so far only noticed issues with `conda`.

Yeah, saw that. My latest CI build showing the docopt error is here: https://app.travis-ci.com/github/acgetchell/CDT-plusplus/jobs/564919580#L1506 But for easy reference, the text is: ``` Test command: /home/travis/build/acgetchell/CDT-plusplus/build/src/initialize "--s" "-n640" "-t4" "-o" [1502]()6:...

Tried this, unfortunately it doesn't work. It used to be that in `config.toml` you could set `featured_image` to the path of the image you wanted and get the hero image...

This doesn't seem to work anymore: ``` cmake -Htest -Bbuild/test -DENABLE_TEST_COVERAGE=1 -- CPM: Adding package [email protected] (v2.4.9) -- CPM: Adding package [email protected] (v1.7.3) -- CPM: Adding package CDT@ (/Users/adam/projects/cdt/test/..) --...

@ClausKlein That fixes it, thanks!

After making the suggested changes: https://github.com/acgetchell/rust-blas/commit/44fa07562a875a5abc1ecb1a0236bffef16adc30 I still get a pretty long stack trace: https://gist.github.com/acgetchell/2369212198b92ecc23ec01d0ba5c22b1

It failed on Linux and Windows also: https://github.com/acgetchell/rust-blas/actions/runs/3643382516/jobs/6151553090 https://github.com/acgetchell/rust-blas/actions/runs/3661836469/jobs/6190437030

Thank you @termoshtt , the master branch fixed it for macOS and Linux: https://github.com/acgetchell/rust-blas/actions/runs/3665391387/jobs/6196433574 https://github.com/acgetchell/rust-blas/actions/runs/3665391387/jobs/6196433524 There still seems to be a vcpkg-related build error on Windows: https://github.com/acgetchell/rust-blas/actions/runs/3665391387/jobs/6196433625

I switched to [pkgx](https://pkgx.sh), which works for many compilers including [gcc-13](https://github.com/acgetchell/CDT-plusplus/blob/develop/.github/workflows/linux-gcc.yml), [clang-16](https://github.com/acgetchell/CDT-plusplus/blob/develop/.github/workflows/linux-clang.yml), and [clang-17](https://github.com/acgetchell/CDT-plusplus/blob/develop/.github/workflows/linux-clang-pkgx.yml).