From e378422e71eb7716b2ba473868648432c971b042 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Tue, 26 Mar 2024 00:39:07 +0100 Subject: [PATCH] Rename repo from general 'boinc-apps' to more exact 'boinc-autodock-vina' Signed-off-by: Vitalii Koshura --- .github/workflows/coverity.yml | 2 +- README.md | 34 +++++++++---------- prepare_release.py | 2 +- vcpkg_triplets/default/arm64-osx-static.cmake | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 31a5d4f..9916054 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -34,7 +34,7 @@ jobs: - name: Coverity Scan uses: vapier/coverity-scan-action@v1 with: - project: 'BOINC/boinc-apps' + project: 'BOINC/boinc-autodock-vina' token: ${{ secrets.COVERITY_SCAN_TOKEN }} email: 'lestat.de.lionkur@gmail.com' command: python3 build.py -nt -ql -ts=ci -t=${{ matrix.configuration }} ${{ matrix.app }} diff --git a/README.md b/README.md index c8dd126..0772ee8 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,38 @@ -# BOINC Applications +# BOINC Applications: Autodock Vina ## Status | Build Status | Code Quality | | --- | --- | -| [![Android](https://github.com/BOINC/boinc-apps/actions/workflows/android.yml/badge.svg?branch=master)](https://github.com/BOINC/boinc-apps/actions/workflows/android.yml) | [![codecov](https://codecov.io/gh/BOINC/boinc-apps/branch/master/graph/badge.svg?token=RZ5J0e24Ye)](https://codecov.io/gh/BOINC/boinc-apps) | -| [![Linux](https://github.com/BOINC/boinc-apps/actions/workflows/linux.yml/badge.svg?branch=master)](https://github.com/BOINC/boinc-apps/actions/workflows/linux.yml) | [![CodeQL](https://github.com/BOINC/boinc-apps/actions/workflows/codeql.yml/badge.svg)](https://github.com/BOINC/boinc-apps/actions/workflows/codeql.yml) | -| [![OSX](https://github.com/BOINC/boinc-apps/actions/workflows/osx.yml/badge.svg?branch=master)](https://github.com/BOINC/boinc-apps/actions/workflows/osx.yml) | [![Coverity Scan Build Status](https://scan.coverity.com/projects/24043/badge.svg)](https://scan.coverity.com/projects/boinc-boinc-apps) | -| [![Windows](https://github.com/BOINC/boinc-apps/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/BOINC/boinc-apps/actions/workflows/windows.yml) | | +| [![Android](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/android.yml/badge.svg?branch=master)](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/android.yml) | [![codecov](https://codecov.io/gh/BOINC/boinc-autodock-vina/branch/master/graph/badge.svg?token=RZ5J0e24Ye)](https://codecov.io/gh/BOINC/boinc-autodock-vina) | +| [![Linux](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/linux.yml/badge.svg?branch=master)](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/linux.yml) | [![CodeQL](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/codeql.yml/badge.svg)](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/codeql.yml) | +| [![OSX](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/osx.yml/badge.svg?branch=master)](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/osx.yml) | [![Coverity Scan Build Status](https://scan.coverity.com/projects/24043/badge.svg)](https://scan.coverity.com/projects/boinc-boinc-autodock-vina) | +| [![Windows](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/BOINC/boinc-autodock-vina/actions/workflows/windows.yml) | | ## OS support ### Android -| Application | arm64-android-static | arm-neon-android-static | arm-android-static | x64-android-static | x86-android-static | -| --- | --- | --- | --- | --- | --- | -| boinc-autodock-vina | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| arm64-android-static | arm-neon-android-static | arm-android-static | x64-android-static | x86-android-static | +| --- | --- | --- | --- | --- | +| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | ### Linux -| Application | arm64-linux-static | armneon-linux-static | arm-linux-static | x64-linux-static | x86-linux-static | -| --- | --- | --- | --- | --- | --- | -| boinc-autodock-vina | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| arm64-linux-static | armneon-linux-static | arm-linux-static | x64-linux-static | x86-linux-static | +| --- | --- | --- | --- | --- | +| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | ### OSX -| Application | arm64-osx-static | x64-osx-static | -| --- | --- | --- | -| boinc-autodock-vina | :heavy_check_mark: | :heavy_check_mark: | +| arm64-osx-static | x64-osx-static | +| --- | --- | +| :heavy_check_mark: | :heavy_check_mark: | ### Windows -| Application | x64-windows-static | x86-windows-static | -| --- | --- | --- | -| boinc-autodock-vina | :heavy_check_mark: | :heavy_check_mark: | +| x64-windows-static | x86-windows-static | +| --- | --- | +| :heavy_check_mark: | :heavy_check_mark: | ## Building diff --git a/prepare_release.py b/prepare_release.py index b6b1899..9c97a02 100644 --- a/prepare_release.py +++ b/prepare_release.py @@ -36,7 +36,7 @@ def unzip(archive, destination, filename): def zip(source, destination): with zipfile.ZipFile(destination, 'w', compression=zipfile.ZIP_DEFLATED) as zip_ref: - for root, dirs, files in os.walk(source): + for root, _, files in os.walk(source): for file in files: zip_ref.write(os.path.join(root, file), os.path.relpath(os.path.join(root, file), os.path.join(source, '..'))) diff --git a/vcpkg_triplets/default/arm64-osx-static.cmake b/vcpkg_triplets/default/arm64-osx-static.cmake index 115e3a1..ac0fc14 100644 --- a/vcpkg_triplets/default/arm64-osx-static.cmake +++ b/vcpkg_triplets/default/arm64-osx-static.cmake @@ -16,4 +16,4 @@ # along with BOINC. If not, see . include(${CMAKE_CURRENT_LIST_DIR}/../vcpkg_root_find.cmake) -include(${VCPKG_ROOT}/triplets/community/arm64-osx.cmake) +include(${VCPKG_ROOT}/triplets/arm64-osx.cmake)