Skip to content

Commit

Permalink
[autodock-vina] update to 1.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Jan 13, 2025
1 parent 6f29f12 commit f4889e1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 86 deletions.
2 changes: 1 addition & 1 deletion ports/autodock-vina/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.11)

project(autodock-vina)

set(GIT_VERSION v1.2.5)
set(GIT_VERSION v1.2.6)
set(CMAKE_CXX_STANDARD 11)

find_package(Boost REQUIRED COMPONENTS
Expand Down
46 changes: 0 additions & 46 deletions ports/autodock-vina/fix-compatibility-with-boost-1.83.patch

This file was deleted.

30 changes: 0 additions & 30 deletions ports/autodock-vina/fix-compatibility-with-boost-1.85.patch

This file was deleted.

5 changes: 1 addition & 4 deletions ports/autodock-vina/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ccsb-scripps/AutoDock-Vina
REF v${VERSION}
SHA512 d36908e5833d22bcbc4dae353ef32b905d6eb46511302f7583a291398bfadff5e75fc99ce7b380860578b2257e5c32434cc75b1ca51fafb4b5f12d9477a878e9
SHA512 8f974aa5772575af950e90206e98a9ac29f5ddaed2db47b3756df4cb7a79d38eb21384e14dc2359ad3c2d4957df5a5d120fc117223d0ee312012323d834ba654
HEAD_REF develop
PATCHES
fix-compatibility-with-boost-1.83.patch
fix-compatibility-with-boost-1.85.patch
)

file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
Expand Down
5 changes: 2 additions & 3 deletions ports/autodock-vina/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "autodock-vina",
"version-semver": "1.2.5",
"port-version": 3,
"version-semver": "1.2.6",
"description": "AutoDock Vina is one of the fastest and most widely used open-source docking engines.",
"homepage": "http://vina.scripps.edu/",
"homepage": "https://vina.scripps.edu/",
"dependencies": [
"boost-algorithm",
"boost-array",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/autodock-vina.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fe9bac99748f92bed5428087d5db7c6457f7e7da",
"version-semver": "1.2.6",
"port-version": 0
},
{
"git-tree": "17529fd4b800ef3453f99cf2607e64fea59f6481",
"version-semver": "1.2.5",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@
"port-version": 2
},
"autodock-vina": {
"baseline": "1.2.5",
"port-version": 3
"baseline": "1.2.6",
"port-version": 0
},
"avcpp": {
"baseline": "2.4.0",
Expand Down

0 comments on commit f4889e1

Please sign in to comment.