David-Durst / aetherling

Create auto-scheduled data-parallel pipelines in hardware with user-friendly Python
MIT License
12 stars 1 forks source link

CoreIR Undefined Symbol On Travis #20

Closed David-Durst closed 5 years ago

David-Durst commented 5 years ago

I get the following error when using CoreIR in Aetherling's travis builds

OSError: /home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/coreir/libcoreir-c.so: undefined symbol: _ZNSt12__cow_stringC1EPKcm

https://travis-ci.com/David-Durst/aetherling/jobs/228414096#L707-L729

I'm using the latest release of travis with the tip of master for magma. I'm using the pycoreir package that comes with the latest magma.

https://travis-ci.com/David-Durst/aetherling/jobs/228414096#L367-L368

Do I need to change my .travis.yml config?

David-Durst commented 5 years ago

Travis started compiling CoreIR successful today despite the fact that

  1. I didn't change anything with the travis build configuration
  2. CoreIR release didn't change.

Closing until the issue reappers