Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename repo from general 'boinc-apps' to more exact 'boinc-autodock-vina' #94

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading