mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 20:35:44 +01:00
Try ppc64 emulator
This commit is contained in:
parent
34629c7d97
commit
66c13f1070
20
.github/workflows/actions.yml
vendored
20
.github/workflows/actions.yml
vendored
@ -41,6 +41,26 @@ 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