Skip to content

Commit 549ca1f

Browse files
committed
- use uuid from repo
1 parent da0c61e commit 549ca1f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/copasi_se.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
working-directory: ${{github.workspace}}/dependencies/lib/cmake
5454
run: |
5555
sed -i 's|/home/runner/work/copasi-dependencies/copasi-dependencies/install/|${_IMPORT_PREFIX}/|g' *.cmake
56+
apt update
57+
apt install -y libuuid-dev
5658
5759
- name: Patch dependencies (mac)
5860
shell: bash

.github/workflows/copasi_se_mp.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ jobs:
3737
3838
- name: install libuuid (static)
3939
run: |
40-
curl -L -O http://downloads.sourceforge.net/libuuid/libuuid-1.0.3.tar.gz
41-
tar -zxf libuuid-1.0.3.tar.gz
42-
cd libuuid-1.0.3
43-
./configure --disable-dependency-tracking --with-pic --enable-static=yes --enable-shared=no
44-
make
45-
make install
46-
rm /usr/local/lib/libuuid.la
40+
yum install -y libuuid-devel
4741
4842
- name: Update COPASI Version
4943
run: ./gitTools/UpdateCopasiVersion --force

0 commit comments

Comments
 (0)