Version 1.3.0 — Minor Improvements to gpi_make
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
).