We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7864f87 commit e7ac783Copy full SHA for e7ac783
recipes/libsc/recipe.yaml
@@ -30,9 +30,7 @@ requirements:
30
- pkg-config
31
32
host:
33
- - if: unix
34
- then:
35
- - openmpi-mpicc
+ - openmpi-mpicc
36
- zlib
37
38
run_exports:
recipes/p4est/recipe.yaml
@@ -16,9 +16,10 @@ build:
16
script:
17
- if: unix
18
then:
19
- - cmake -B build -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_SHARED_LIBS=ON -DP4EST_USE_SYSTEM_SC=ON -DP4EST_BUILD_EXAMPLES=OFF
+ - cmake -B build $CMAKE_ARGS -DBUILD_SHARED_LIBS=ON -DP4EST_USE_SYSTEM_SC=ON -DP4EST_BUILD_EXAMPLES=OFF -DP4EST_BUILD_TESTING=ON
20
- cmake --build build --parallel
21
- cmake --install build
22
+ - cd build; ctest --output-on-failure
23
24
requirements:
25
build:
0 commit comments