Commit be835f24 authored by sevenuz's avatar sevenuz
Browse files

Changelog and README

parent ccc92da6
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### New
### Changed
- Unify dependency scripts (dl and compile): Unify `-d` and `-p` flags ([!174](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/174)).
### Removed
### Fixed

+2 −0
Original line number Diff line number Diff line
@@ -74,6 +74,8 @@ GekkoFS testing support: `python38-devel` (**>Python-3.6 required**)
4. Download and compile the direct dependencies, e.g.,
    - Download example: `gekkofs/scripts/dl_dep.sh /home/foo/gekkofs_deps/git`
    - Compilation example: `gekkofs/scripts/compile_dep.sh /home/foo/gekkofs_deps/git /home/foo/gekkofs_deps/install`
    - Specific profiles or dependencies: use `-p` option to specify the profile, e.g., `mogon2:latest` which is equivalent
      to `mogon2:` or for a dependency in the mogon2:0.8.0 profile: e.g. `lifabric@mogon2:0.8.0`, the profile can be omitted
    - Consult `-h` for additional arguments for each script
5. Compile GekkoFS and run optional tests
    - Create build directory: `mkdir gekkofs/build && cd gekkofs/build`