Skip to content

Commit

Permalink
Make path to sopt consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Jul 12, 2023
1 parent 36d61f3 commit be602ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To build **PURIFY**:
1. Create a `conan` package for `sopt`

```bash
conan create ./sopt/ --build missing -s compiler.libcxx=libstdc++11 -pr:h=default -pr:b=default
conan create /path/to/code/sopt/ --build missing -s compiler.libcxx=libstdc++11 -pr:h=default -pr:b=default
```

1. Then, the program can be built using `conan`:
Expand Down Expand Up @@ -107,7 +107,7 @@ The `sopt` library includes an interface to TensorFlow for using trained models
1. Create a `conan` package for `sopt` with the `cppflow` option set to "on"

```bash
conan create ./sopt/ --build missing -s compiler.libcxx=libstdc++11 -o cppflow=on -pr:h=default -pr:b=default
conan create /path/to/code/sopt/ --build missing -s compiler.libcxx=libstdc++11 -o cppflow=on -pr:h=default -pr:b=default
```

1. Then, the program can be built using `conan` with the `cppflow` option set to "on":
Expand Down

0 comments on commit be602ca

Please sign in to comment.