File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments