Skip to content

Commit

Permalink
Merge pull request #618 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Remove jarvis preamble
  • Loading branch information
lukemartinlogan authored Oct 16, 2023
2 parents a6e728a + fca73fe commit e733fa6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@ make -j8
make install
```

### Testing and Installation

After successfully building Hermes, it's a good idea to run the test suite via the command `ctest .`. This should be run from the build directory.

Finally, install the library with `make install`. You can find a complete example build script [here](https://github.com/HDFGroup/hermes/blob/master/ci/install_hermes.sh).

Before running ctests, you must install jarvis-util, which is used to execute
the tests.
```
cd $HERMES_ROOT/ci/jarvis-util
python3 -m pip install -r requirements.txt
python3 -m pip install -e .
```

## Contributing

We follow the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html). You can run `make lint` to ensure that your code conforms to the style. This requires the `cpplint` Python module (`pip install cpplint`). Alternatively, you can let the CI build inform you of required style changes.

0 comments on commit e733fa6

Please sign in to comment.