I've started to get CI failures on Appveyor, which are possibly caused by the new build in #46. See here for an example. This was working fine on build gsl-2.5-h294904e_0, but is now failing on gsl-2.5-h631dd0c_1.
The specific error is:
_msprimemodule.c(28): fatal error C1083: Cannot open include file: 'gsl/gsl_version.h': No such file or directory
I've started to get CI failures on Appveyor, which are possibly caused by the new build in #46. See here for an example. This was working fine on build
gsl-2.5-h294904e_0
, but is now failing ongsl-2.5-h631dd0c_1
.The specific error is:
Is anyone else seeing this?