Skip to content

Node Swap now correctly swaps schema parents #213

Node Swap now correctly swaps schema parents

Node Swap now correctly swaps schema parents #213

Workflow file for this run

name: uberenv install
on:
pull_request:
branches: [ develop ]
jobs:
uberenv_install_ubuntu_latest:
name: Uberenv Install ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Install Deps
run: |
sudo apt-get update
sudo apt-get install binutils \
gcc \
g++ \
gfortran \
python3 \
perl \
git \
git-lfs \
curl \
wget \
tar \
unzip \
build-essential \
libncurses-dev \
libssl-dev \
libblas-dev \
liblapack-dev \
zlib1g-dev \
libgdbm-dev \
libreadline-dev \
libsqlite3-dev \
libbz2-dev \
mpich \
libmpich-dev \
libhdf5-dev
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install
run: |
python3 scripts/uberenv/uberenv.py --install --prefix="build" --spack-config-dir=scripts/uberenv_configs/spack_configs/configs/alpinedav/ubuntu_18.04_devel/ --spec="^silo~fortran"