Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Dec 8, 2020
1 parent b6ed150 commit 3fc042b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/cwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 3fc042b

Please sign in to comment.