Skip to content

Commit

Permalink
Merge pull request #74 from Derecho-Project/songweijia-patch-1
Browse files Browse the repository at this point in the history
Introducing Cascade/Derecho version compatible table.
  • Loading branch information
songweijia committed May 9, 2024
2 parents 797b4cd + 8792bff commit 8e218d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(cascade CXX)

# Version
set(cascade_VERSION 1.0rc0)
set(cascade_build_VERSION 1.0rc0)
set(cascade_VERSION 1.0.1)
set(cascade_build_VERSION 1.0.1)

# C++ STANDARD
set(CMAKE_CXX_STANDARD 17)
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ We recommend coordinating with [Weijia Song](mailto:songweijia@gmail.com) if you
- Python 3.8 or newer and [pybind11](https://github.com/pybind/pybind11) (Optional for Python API)
- OpenJDK 11.06 or newer. On Ubuntu, use `apt install openjdk-11-jdk` to install it. (Optional for Java API)
- .NET Framework 6x. Please follow the instructions from Microsoft to install it based on Linux distro [here](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu). (Optional for C\# API)
- Derecho v2.4.0 Plesae follow this [document](http://github.com/Derecho-Project/derecho) to install Derecho. Note: this cascade version replies on Derecho commit 45d81d0 on the master branch.
- Derecho. Plesae follow this [document](http://github.com/Derecho-Project/derecho) to install Derecho. Please follow the following Derecho/Cascade compatible table to choose the compatible derecho version:

| Cascade | Derecho |
| --- | --- |
| `v1.0.0` | [Commit 982f54a on `master`](https://github.com/Derecho-Project/derecho/commit/982f54a28ae62e85772cb4f071c46c138fd95016) |
| `v1.0.1` | [v2.4.0](https://github.com/Derecho-Project/derecho/releases/tag/v2.4.0) |

## Build Cascade
1) Download Cascade Source Code
Expand Down

0 comments on commit 8e218d0

Please sign in to comment.