#!/usr/bin/env bash # Copyright (c) Contributors to the aswf-docker Project. All rights reserved. # SPDX-License-Identifier: Apache-2.0 set -ex export BOOST_VERSION=1.70.0 export CMAKE_VERSION=3.17.3 export NUMPY_VERSION=1.16 export PYSIDE_VERSION=5.12.6 export PYTHON_VERSION_FULL=3.7.3 export PYTHON_VERSION=3.7 export QT_VERSION=5.12.8