oracle / fastr

A high-performance implementation of the R programming language, built on GraalVM.
Other
624 stars 64 forks source link

linux-musl follow-up: fixed #include and CFLAGS for libf2c #176

Closed petermz closed 3 years ago

petermz commented 3 years ago

This fixes the build failure introduced by #175 by removing the #include_next magic altogether.

Plus I've identified another issue (somehow only showing with a freshly created repo): CFLAGS were missing for a couple of source files in libf2c Makefile. This is fixed as well.

steve-s commented 3 years ago

Thanks, I'll run this though our CI

steve-s commented 3 years ago

Merged, thanks @petermz