LLNL / zfp

Compressed numerical arrays that support high-speed random access
http://zfp.llnl.gov
BSD 3-Clause "New" or "Revised" License
765 stars 155 forks source link

GNU make builds do not support make install #172

Open lindstro opened 2 years ago

lindstro commented 2 years ago

zfp library installation differs between CMake and GNU make in that there's currently no install target for GNU make builds. make install ought to install components in a user-defined directory.

alexmyczko commented 2 years ago

Just use the CMake build instead? Or send install target patches?