RubixML / Tensor

A library and extension that provides objects for scientific computing in PHP.
https://rubixml.com
MIT License
229 stars 28 forks source link

Building on Alpine Linux is overcomplicated #19

Closed mlocati closed 3 years ago

mlocati commented 3 years ago

Building for Alpine Linux requires that we set the LDFLAGS environment variable.

What about improving the config.m4 file to simplify users' life, so that they can simply call pecl install tensor without any hassle?