Install SeisComP and scanloc ARM64 nightly packages
This commit is contained in:
@ -1 +1 @@
|
||||
apt install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl1.1 libncurses5 libmariadb3 libpq5 libpython3.9 python3-numpy
|
||||
apt install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl1.1 libncurses5 libmariadb3 libpq5 libpython3.9 python3-numpy libboost-container1.74.0 libbson-1.0-0
|
||||
|
||||
@ -1 +1 @@
|
||||
apt install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl3 libncurses5 libmariadb3 libpq5 libpython3.11 python3-numpy
|
||||
apt install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl3 libncurses5 libmariadb3 libpq5 libpython3.11 python3-numpy libboost-container1.74.0 libbson-1.0-0
|
||||
|
||||
1
share/deps/rhel/10/install-base.sh
Normal file
1
share/deps/rhel/10/install-base.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-system openssl ncurses mariadb postgresql python3-numpy epel-release boost-container libbson
|
||||
10
share/deps/rhel/10/install-fdsnws.sh
Normal file
10
share/deps/rhel/10/install-fdsnws.sh
Normal file
@ -0,0 +1,10 @@
|
||||
dnf install python3-dateutil python3-pip
|
||||
|
||||
echo "user name for pip install (sysop):"
|
||||
read user
|
||||
|
||||
if [ -z "$user" ]; then user=sysop; fi
|
||||
|
||||
# install Python packages using pip
|
||||
echo "installing packages for user " $user
|
||||
su - $user -c 'python3 -m pip install --user twisted'
|
||||
1
share/deps/rhel/10/install-gui.sh
Normal file
1
share/deps/rhel/10/install-gui.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install qt6-qtbase qt6-qtbase-gui qt6-qtsvg
|
||||
50
share/deps/rhel/10/install-iloc.sh
Normal file
50
share/deps/rhel/10/install-iloc.sh
Normal file
@ -0,0 +1,50 @@
|
||||
#!/bin/bash
|
||||
|
||||
# The name of the following file may change. Find the correct one in source:
|
||||
# https://github.com/IstvanBondar/iLoc
|
||||
# The download source corresponds to the iloc documentation
|
||||
URL="https://github.com/IstvanBondar/iLoc/raw/main/iLocAuxDir4.2.tgz"
|
||||
|
||||
error() {
|
||||
echo $1
|
||||
exit 1
|
||||
}
|
||||
|
||||
echo "Installing iLoc dependencies"
|
||||
|
||||
echo -n "User name for owning the SeisComP installation (sysop): "
|
||||
read user
|
||||
|
||||
if [ -z "$user" ]; then
|
||||
user=sysop
|
||||
fi
|
||||
|
||||
seiscompTemp=/home/${user}/seiscomp
|
||||
|
||||
echo -n "SeisComP installation directory (${seiscompTemp}): "
|
||||
read seiscomp
|
||||
|
||||
if [ -z "$seiscomp" ]; then
|
||||
seiscomp=${seiscompTemp}
|
||||
fi
|
||||
|
||||
if [ ! -d "${seiscomp}" ]; then
|
||||
error "Directory "${seiscomp}" does not exists"
|
||||
fi
|
||||
|
||||
iloc="$seiscomp/share/iloc"
|
||||
|
||||
mkdir -p "${iloc}" || error "Could not create target path ${iloc}"
|
||||
|
||||
tarFile="$(mktemp)"
|
||||
|
||||
echo "Downloading ${URL} to ${tarFile}"
|
||||
wget -O "${tarFile}" "${URL}" || error "Failed to download ${URL} to ${tarFile}"
|
||||
|
||||
echo "Extracting tarball to '${iloc}'"
|
||||
tar xzf "${tarFile}" -C "${iloc}" || error "Failed to extract ${tarFile}"
|
||||
|
||||
echo "Changing ownership of ${iloc} to $user - you may wish to set group ownership"
|
||||
chown -R $user "${iloc}"
|
||||
|
||||
exit 0
|
||||
1
share/deps/rhel/10/install-mariadb-server.sh
Normal file
1
share/deps/rhel/10/install-mariadb-server.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install mariadb mariadb-server
|
||||
1
share/deps/rhel/10/install-postgresql-server.sh
Normal file
1
share/deps/rhel/10/install-postgresql-server.sh
Normal file
@ -0,0 +1 @@
|
||||
dnf install postgresql postgresql-server
|
||||
@ -1 +1 @@
|
||||
yum install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-signals boost-system openssl ncurses mariadb postgresql python3-numpy mysql-libs
|
||||
yum install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-signals boost-system openssl ncurses mariadb postgresql python3-numpy mysql-libs epel-release boost-container libbson
|
||||
|
||||
@ -1 +1 @@
|
||||
dnf install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-system openssl ncurses mariadb postgresql python3-numpy
|
||||
dnf install libxml2 boost-filesystem boost-iostreams boost-thread boost-program-options boost-regex boost-system openssl ncurses mariadb postgresql python3-numpy epel-release boost-container libbson
|
||||
|
||||
@ -1 +1 @@
|
||||
apt-get install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl3 libncurses6 libmysqlclient21 libmariadb3 libpq5 libpython3.10 python3-numpy
|
||||
apt-get install libxml2 libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-thread1.74.0 libboost-program-options1.74.0 libboost-regex1.74.0 libboost-system1.74.0 libssl3 libncurses6 libmysqlclient21 libmariadb3 libpq5 libpython3.10 python3-numpy libboost-container1.74.0 libbson-1.0-0
|
||||
|
||||
@ -1 +1 @@
|
||||
apt-get install libxml2 libboost-filesystem1.83.0 libboost-iostreams1.83.0 libboost-thread1.83.0 libboost-program-options1.83.0 libboost-regex1.83.0 libboost-system1.83.0 libssl3 libncurses6 libmysqlclient21 libmariadb3 libpq5 libpython3.12 python3-numpy
|
||||
apt-get install libxml2 libbson-1.0-0t64 libboost-filesystem1.83.0 libboost-iostreams1.83.0 libboost-thread1.83.0 libboost-program-options1.83.0 libboost-regex1.83.0 libboost-system1.83.0 libssl3 libncurses6 libmysqlclient21 libmariadb3 libpq5 libpython3.12 python3-numpy libboost-container1.83.0
|
||||
|
||||
Reference in New Issue
Block a user