File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 88source :
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
1412build :
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
2524requirements :
2625 build :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments