Skip to content

New architecture and binaries

Compare
Choose a tag to compare
@sfarrens sfarrens released this 14 Sep 08:54
· 44 commits to master since this release
f9e8952
  • Added BigMac dependency for AppleClang to allow OpenMP builds
  • Updated FFTW and NFFT build instructions to allow CMAKE variables to be passed to configuration scripts
  • Allowed standard install location for binaries, libraries and headers
  • Reformated CMakeLists.txt to make it easier to read and maintain
  • Added functions.cmake module for finding CFITSIO, building libs and binaries, and locating source files
  • Moved Border from private to public members in SB_Filter1D.h to resolve compilation errors
  • Moved MSVST sources to src/msvst for optional build
  • Moved cb_filter.cc, cb_mca.cc and mr1d_deconv.cc to src/unused until compilation errors can be resolved
  • Implemented CXX flag suggestions proposed in #29 without duplicates
  • Updated .gitignore with standard C++ project options
  • Updated .travis.yml