Skip to content

Commit

Permalink
Merge pull request #94 from BOINC/vko_rename_repo
Browse files Browse the repository at this point in the history
Rename repo from general 'boinc-apps' to more exact 'boinc-autodock-vina'
  • Loading branch information
AenBleidd authored Mar 26, 2024
2 parents c6879e8 + e378422 commit 0841f47
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[email protected]'
command: python3 build.py -nt -ql -ts=ci -t=${{ matrix.configuration }} ${{ matrix.app }}
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion prepare_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, '..')))

Expand Down
2 changes: 1 addition & 1 deletion vcpkg_triplets/default/arm64-osx-static.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.

include(${CMAKE_CURRENT_LIST_DIR}/../vcpkg_root_find.cmake)
include(${VCPKG_ROOT}/triplets/community/arm64-osx.cmake)
include(${VCPKG_ROOT}/triplets/arm64-osx.cmake)

0 comments on commit 0841f47

Please sign in to comment.