Closed
Description
Not 100% sure that this is a conda issue, but it looks like changes in .27 are breaking Travis builds that
use extension modules.
In particular, the compiler is identified as
compiler: x86_64-conda_cos6-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -pipe -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -pipe -fPIC
Not sure why conda
would be in the compiler.
And example of a failed build can be see https://travis-ci.org/statsmodels/statsmodels/builds/280537305
Activity