Skip to content

Commit

Permalink
[ci] update wxWidgets to 3.2.6 and googletest to 1.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Feb 10, 2025
1 parent bb7205e commit 0175bb2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions 3rdParty/buildLinuxDependencies.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# This file is part of BOINC.
# http://boinc.berkeley.edu
# Copyright (C) 2019 University of California
# https://boinc.berkeley.edu
# Copyright (C) 2025 University of California
#
# BOINC is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -137,10 +137,11 @@ if [ "${doclean}" = "yes" ]; then
echo ${build_config} >${PREFIX}/build-config
fi

wx_ver="3.2.0"
wx_ver="3.2.6"
gtest_ver="1.16.0"
#download_and_build $DIRNAME $FILENAME $DOWNLOADURL $BUILDSCRIPT
if [ "${gtest_only}" = "yes" ]; then
download_and_build "googletest-release-1.8.1" "release-1.8.1.tar.gz" "https://github.com/google/googletest/archive/release-1.8.1.tar.gz" "${ROOTDIR}/3rdParty/buildGoogletestLinux.sh"
download_and_build "googletest-$gtest_ver" "v$gtest_ver.tar.gz" "https://github.com/google/googletest/archive/refs/tags/vgtest_ver.tar.gz" "${ROOTDIR}/3rdParty/buildGoogletestLinux.sh"
else
download_and_build "wxWidgets-$wx_ver" "wxWidgets-$wx_ver.tar.bz2" "https://github.com/wxWidgets/wxWidgets/releases/download/v$wx_ver/wxWidgets-$wx_ver.tar.bz2" "${ROOTDIR}/3rdParty/buildWxLinux.sh ${wxoption}"
fi
Expand Down

0 comments on commit 0175bb2

Please sign in to comment.