commit | 56d14d049bcb1966fac953d1bf07a9e5bedf5ebc | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Oct 09 15:28:51 2020 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 28 19:12:52 2020 -0400 |
tree | e60f7877c225f7a195cc06766b65b4035efb03a1 | |
parent | f6783cd4497b1b57e1277dc1dd7d4c8484f0df41 [diff] |
c++17: drop experimental::filesystem Use std::filesystem, and drop support for building with experimental under c++14. Change-Id: I32755f0d1b119c041978c2f8b988a16a14ba88d4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.