xtensor icon indicating copy to clipboard operation
xtensor copied to clipboard

Adding CI as GH Action, to try to reproduce segmentation fault

Open tdegeus opened this issue 2 years ago • 2 comments

Checklist

  • [ ] The title and commit message(s) are descriptive.
  • [ ] Small commits made to fix your PR have been squashed to avoid history pollution.
  • [ ] Tests have been added for new features or bug fixes.
  • [ ] API of new functions and classes are documented.

Description

tdegeus avatar Mar 25 '22 14:03 tdegeus

@wolfv Do you have a suggestion how I can compile with MSVS? I tried to use bash everywhere but then Cmake finds GCC on Mingw (which is not what I want, and gives a compiler error). Furthermore I still think that there is some bug in provisions-with-micromamba

tdegeus avatar Mar 25 '22 15:03 tdegeus

Perhaps add compilers to requirements-dev.yml?

hameerabbasi avatar May 15 '22 14:05 hameerabbasi