Releases: ECP-VeloC/spath
Releases · ECP-VeloC/spath
v0.3.0
New Features:
- added cmake config support
- new minimum cmake version:
v2.8 v3.14
- update GitHub Actions
- add static and shared build tests
- split build into configure/build/test steps
Bug Fixes:
- drop unused EXTERNAL_LIBS
v0.2.0
New features:
- switch build tests from travis to github actions
Bug fixes:
- cmake: remove generated false for
config.h.in
- require MPI when
-DMPI=ON
v0.1.0
Release Notes
Release to support SCR v3.0rc2
- Static build
- Optionally build tests
- Clean up compiler warnings
- Drop zlib dependency
Config Options Changes
- New
TVDISPLAY
cmake option to compile tv_data_display.c for debugging with TotalView C++View
- New
BUILD_SHARED_LIBS
cmake option to build shared libraries or use static linking
- New
ENABLE_TESTS
cmake option
v0.0.1
This is an initial 0.0.1 Alpha release of SPath.
SPath libary defines a data structure and a number of functions to manipulate paths, including combining, slicing, simplification, computing relative paths, and converting to/from character strings.