Skip to content

Commit

Permalink
Merge branch 'develop' into bug/array-aitem-names
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Sep 5, 2023
2 parents 80c8825 + a19507f commit a31fc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/build-ubi/install-paho-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set -e

echo
echo -e "\e[1;32m Debian Builder: installing Paho MQTT C library \e[0m"
wget https://mirror.centos.org/centos/7/os/x86_64/Packages/doxygen-1.8.5-4.el7.x86_64.rpm
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/doxygen-1.8.5-4.el7.x86_64.rpm
yum install -y doxygen-1.8.5-4.el7.x86_64.rpm


Expand Down
2 changes: 1 addition & 1 deletion docker/build-ubi/install-postgres-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ yum -y install https://rpmfind.net/linux/centos/8-stream/PowerTools/x86_64/os/Pa
yum -y install https://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/blas-3.8.0-8.el8.x86_64.rpm
yum -y install https://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/lapack-3.8.0-8.el8.x86_64.rpm
#yum -y install https://rpmfind.net/linux/epel/8/Everything/x86_64/Packages/a/armadillo-10.8.2-1.el8.x86_64.rpm
yum -y install http://yum.stanford.edu/mrepo/epel-EL8-x86_64/RPMS.all/armadillo-9.700.2-1.el8.x86_64.rpm
yum -y install https://archives.fedoraproject.org/pub/archive/epel/8.1/Everything/x86_64/Packages/a/armadillo-9.700.2-1.el8.x86_64.rpm

echo "Add repos"
yum update -y --nogpgcheck
Expand Down

0 comments on commit a31fc24

Please sign in to comment.