harvard-acc / ALADDIN

A pre-RTL, power-performance model for fixed-function accelerators
Other
161 stars 54 forks source link

Dependency on zlib #15

Closed yashkar closed 5 years ago

yashkar commented 5 years ago

I am trying to install LLVM Tracer but the cmake never makes it through. It requires zlib 1.2.10 specifically. I have 1.2.8 on my system as mentioned in the README. However, it looks like the Tracer requires zlib 1.2.10.

xyzsam commented 5 years ago

I guess the README is outdated then. We'll fix that. Please update your system to 1.2.10 or later.

Sam Xi Google Inc., Software Engineer http://www.samxi.org

On Wed, Oct 17, 2018 at 1:21 PM Yash Karundia notifications@github.com wrote:

I am trying to install LLVM Tracer but the cmake never makes it through. It requires zlib 1.2.10 specifically. I have 1.2.8 on my system as mentioned in the README. However, it looks like the Tracer requires zlib 1.2.10.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ysshao/ALADDIN/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/ABSxXK2GpR4ULNEPmtggyQPwPzeDfxLeks5ul5EzgaJpZM4XlqI5 .

yashkar commented 5 years ago

Okay. Thank you!