mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-23 04:43:57 +01:00
parent
66c13f1070
commit
e84ff0ee3c
20
.github/workflows/actions.yml
vendored
20
.github/workflows/actions.yml
vendored
@ -41,26 +41,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: uraimo/run-on-arch-action@v2
|
|
||||||
name: Run commands
|
|
||||||
id: runcmd
|
|
||||||
with:
|
|
||||||
arch: ppc64le
|
|
||||||
distro: ubuntu20.04
|
|
||||||
# Not required, but speeds up builds by storing container images in
|
|
||||||
# a GitHub package registry.
|
|
||||||
#githubToken: ${{ github.token }}
|
|
||||||
# Set an output parameter `uname` for use in subsequent steps
|
|
||||||
run: |
|
|
||||||
sudo apt-get install libhdf5-dev
|
|
||||||
git clone https://salsa.debian.org/debichem-team/libtrexio.git
|
|
||||||
cd libtrexio
|
|
||||||
autoreconf -i
|
|
||||||
./configure
|
|
||||||
make
|
|
||||||
make check
|
|
||||||
|
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository ppa:kelleyk/emacs
|
sudo add-apt-repository ppa:kelleyk/emacs
|
||||||
|
Loading…
Reference in New Issue
Block a user