Skip to content

Commit 8eeb777

Browse files
author
Francesco Rizzi
committed
Merge branch 'develop' into main
2 parents 57e0900 + ba1519c commit 8eeb777

File tree

854 files changed

+188812
-24976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

854 files changed

+188812
-24976
lines changed

.github/workflows/test-all.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
config:
3131
- { cxx: clang++, mode: Release }
3232
- { cxx: clang++, mode: Debug }
33-
#- { cxx: g++, mode: Release }
33+
- { cxx: g++, mode: Release }
34+
- { cxx: g++, mode: Debug }
3435

3536
env: # environment variables available to all steps
3637
CXX: ${{ matrix.config.cxx }}
@@ -88,9 +89,9 @@ jobs:
8889
- name: Configure C++ tests
8990
run: |
9091
cmake \
92+
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
9193
-DCMAKE_BUILD_TYPE:STRING=${{ matrix.config.mode }} \
9294
-DPRESSIODEMOAPPS_ENABLE_TESTS:BOOL=ON \
93-
-DPRESSIODEMOAPPS_ENABLE_TPL_EIGEN:BOOL=ON \
9495
-DPRESSIODEMOAPPS_ENABLE_BINDINGS:BOOL=OFF \
9596
-B $BUILD_DIR -S $DEMOAPPS_HOME
9697
@@ -109,7 +110,7 @@ jobs:
109110
- name: Install Python package
110111
run: |
111112
cd $DEMOAPPS_HOME
112-
python build.py --build_mode=${{ matrix.config.mode }}
113+
python cmake_build.py --build_mode=${{ matrix.config.mode }}
113114
pip install .
114115
115116
- name: Run Python tests

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.idea
22
venv
3-
*__pycache__
3+
*__pycache__
4+
.vscode
5+
_build/
File renamed without changes.

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 9496505ded07588f5aaf5bec094e07a6
3+
config: 3b1c65869bab72c29fb54b0cde6df578
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
5.83 KB
Binary file not shown.

docs/.doctrees/api.doctree

-111 Bytes
Binary file not shown.

docs/.doctrees/apicpp.doctree

73.8 KB
Binary file not shown.

docs/.doctrees/apipy.doctree

47.1 KB
Binary file not shown.

docs/.doctrees/burgers_2d.doctree

16.2 KB
Binary file not shown.
1.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)