Skip to content

GPI Version 1.1

Compare
Choose a tag to compare
@borupdaniel borupdaniel released this 14 Aug 14:56
· 82 commits to develop since this release

This release should feel much the same as GPI v1.0, but will look a bit different thanks to support for qt5. Although we've attempted to preserve backwards compatibility with qt4, we are no longer supporting it and recommend upgrading.

In addition, we've added support for packaging node libraries via conda-forge to accompany GPI's move to conda-forge. The core node library has also moved to conda-forge in its latest release, v2.0. GPI users are still welcome to keep their libraries locally, as before. If you're interested in adding your node library to conda-forge, please contact us.

This release also features minor changes to the gpi_make script:

  • Addition of a new flag, --ignore-system-libs, that avoids linking to libraries outside the conda environment. This can be called during a gpi_make and can be used in addition to --ignore-gpirc.
  • Updated text output when running gpi_make to better describe the build paths being specified.