-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from Pressio/develop
v0.14.0
- Loading branch information
Showing
306 changed files
with
11,212 additions
and
14,278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
.. highlight:: sh | ||
|
||
Installation | ||
============ | ||
|
||
Build/install | ||
============= | ||
|
||
C++ library | ||
----------- | ||
|
||
The C++ library is header-only so it does not need to be compiled and installed. | ||
**The C++ library is header-only so it does not need to be compiled and installed.** | ||
|
||
To use it, you need a C++14 compiler and you have to: | ||
To use it, you need a C++17 compiler and you have to: | ||
|
||
1. include the ``pressiodemoapps/include`` subdirectory in your compilation line | ||
|
||
|
@@ -21,7 +20,7 @@ Building the test suite | |
If you want to build the C++ tests, you need CMake > 3.18.0 and then do:: | ||
|
||
git clone --recursive [email protected]:Pressio/pressio-demoapps.git | ||
export CXX=<path-to-your-CXX-compiler> #must support C++14 | ||
export CXX=<path-to-your-CXX-compiler> #must support C++17 | ||
cd pressio-demoapps && mkdir build && cd build | ||
cmake -DPRESSIODEMOAPPS_ENABLE_TESTS=On .. | ||
make -j4 | ||
|
@@ -33,7 +32,7 @@ Python library | |
|
||
To build/install the bindings, you need: | ||
|
||
- CMake > 3.18.0 and a C++ compiler with C++14 support | ||
- CMake > 3.18.0 and a C++ compiler with C++17 support | ||
|
||
- You also need these packages:: | ||
|
||
|
@@ -44,7 +43,7 @@ Then, you can do: | |
.. code-block:: shell | ||
git clone --recursive [email protected]:Pressio/pressio-demoapps.git | ||
export CXX=<path-to-your-CXX-compiler> #must support C++14 | ||
export CXX=<path-to-your-CXX-compiler> #must support C++17 | ||
cd pressio-demoapps | ||
python3 cmake_build.py | ||
pip3 install . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.