Skip to content

Version 1.3.0 — Minor Improvements to gpi_make

Compare
Choose a tag to compare
@borupdaniel borupdaniel released this 27 Apr 22:30
· 54 commits to master since this release
1a5ca2a

This release contains minor upgrades to gpi_make to provide more flexibility when compiling C++ extensions in GPI.

  • The target version of OSX can now be set when calling gpi_make by using the flag --osx-ver=10.XX.
  • A default C++ compiler flag has been bumped from C++98 to C++11.
  • Use of other C++ standards is still possible by specifying another -std-c++XX flag in the "CFLAGS" section of your GPI config file (usually ~/.gpirc).