File: ppc64le_installer

package info (click to toggle)
python-fabio 2025.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,932 kB
  • sloc: python: 24,414; ansic: 1,126; makefile: 145; sh: 5
file content (11 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# This script contains the specific part for CI on IBM power computer (ppc64le)

wget http://www.silx.org/pub/ppc64le/HDF5-1.10.5-xenial-ppc64le.tar.gz
tar -xzf HDF5-1.10.5-xenial-ppc64le.tar.gz
export HDF5_DIR=${PWD}/HDF5-1.10.5

# Some more debugging
cat /etc/issue
cat /proc/cpuinfo