From 3fc042b071664ef0ad5e317ed850de89503cd52b Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn Date: Tue, 8 Dec 2020 15:39:28 +0100 Subject: [PATCH] Update --- .github/workflows/make.yml | 1 + test/cwrapper.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 56f0380..3a70479 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -75,6 +75,7 @@ jobs: run: f2c -w -a -C++ -Nn1604 -Nq1200 -dsrc/eos/ src/eos/*.f & f2c -w -a -C++ -dsrc/sme/ src/sme/*.f - run: ./bootstrap && ./configure --prefix=$PWD - run: make install + - run: ls lib - run: zip -r ${{ matrix.container }}-${{ matrix.compiler}} lib share - run: pip3 install -r test/requirements.txt diff --git a/test/cwrapper.py b/test/cwrapper.py index 1507423..a5c991a 100644 --- a/test/cwrapper.py +++ b/test/cwrapper.py @@ -30,7 +30,7 @@ class IDL_String(ct.Structure): def get_lib_name(): """ Get the name of the sme C library """ - system = sys.platform + system = platform.system().lower() arch = platform.machine() bits = platform.architecture()[0][:-3]