Skip to content

Commit 7864f87

Browse files
claudiushaagtraversaro
authored andcommitted
Update libsc
1 parent 7a348c3 commit 7864f87

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

recipes/libsc/recipe.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ package:
88
source:
99
url: https://github.com/cburstedde/libsc/releases/download/v${{ version }}/libsc-${{ version }}.tar.gz
1010
sha256: 96028B7E16917E90DD319E9F7BBB231280FF3E74ECFE2A5480B5FF94AE1428CD
11-
patches:
12-
- shared_library.patch
1311

1412
build:
1513
number: 0
@@ -18,9 +16,10 @@ build:
1816
script:
1917
- if: unix
2018
then:
21-
- cmake -B build -DCMAKE_INSTALL_PREFIX=$PREFIX -DSC_BUILD_SHARED_LIBS=ON -DSC_ENABLE_MPI=ON -DSC_HAVE_JSON=OFF -DSC_USE_INTERNAL_JSON=OFF
19+
- cmake -B build $CMAKE_ARGS -DBUILD_SHARED_LIBS=ON -DSC_ENABLE_MPI=ON -DSC_HAVE_JSON=OFF -DSC_USE_INTERNAL_JSON=OFF -DSC_BUILD_TESTING=ON
2220
- cmake --build build --parallel
2321
- cmake --install build
22+
- cd build; ctest --output-on-failure
2423

2524
requirements:
2625
build:

recipes/libsc/shared_library.patch

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)