Skip to content

Commit e7ac783

Browse files
claudiushaagtraversaro
authored andcommitted
More updates
1 parent 7864f87 commit e7ac783

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

recipes/libsc/recipe.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ requirements:
3030
- pkg-config
3131

3232
host:
33-
- if: unix
34-
then:
35-
- openmpi-mpicc
33+
- openmpi-mpicc
3634
- zlib
3735

3836
run_exports:

recipes/p4est/recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ build:
1616
script:
1717
- if: unix
1818
then:
19-
- cmake -B build -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_SHARED_LIBS=ON -DP4EST_USE_SYSTEM_SC=ON -DP4EST_BUILD_EXAMPLES=OFF
19+
- cmake -B build $CMAKE_ARGS -DBUILD_SHARED_LIBS=ON -DP4EST_USE_SYSTEM_SC=ON -DP4EST_BUILD_EXAMPLES=OFF -DP4EST_BUILD_TESTING=ON
2020
- cmake --build build --parallel
2121
- cmake --install build
22+
- cd build; ctest --output-on-failure
2223

2324
requirements:
2425
build:

0 commit comments

Comments
 (0)