Skip to content

Commit

Permalink
- use uuid from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jan 15, 2025
1 parent da0c61e commit 549ca1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/copasi_se.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
working-directory: ${{github.workspace}}/dependencies/lib/cmake
run: |
sed -i 's|/home/runner/work/copasi-dependencies/copasi-dependencies/install/|${_IMPORT_PREFIX}/|g' *.cmake
apt update
apt install -y libuuid-dev
- name: Patch dependencies (mac)
shell: bash
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/copasi_se_mp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ jobs:
- name: install libuuid (static)
run: |
curl -L -O http://downloads.sourceforge.net/libuuid/libuuid-1.0.3.tar.gz
tar -zxf libuuid-1.0.3.tar.gz
cd libuuid-1.0.3
./configure --disable-dependency-tracking --with-pic --enable-static=yes --enable-shared=no
make
make install
rm /usr/local/lib/libuuid.la
yum install -y libuuid-devel
- name: Update COPASI Version
run: ./gitTools/UpdateCopasiVersion --force
Expand Down

0 comments on commit 549ca1f

Please sign in to comment.