File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 4040 # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
4141 run : |
4242 cd ${{github.workspace}}
43- curl -L -O http://downloads.sourceforge.net/libuuid/libuuid-1.0.3.tar.gz
44- tar -zxf libuuid-1.0.3.tar.gz
45- cd libuuid-1.0.3
46- emconfigure ./configure --prefix=$PWD/../em-dependencies --disable-dependency-tracking --with-pic --enable-static=yes --enable-shared=no CFLAGS='-fPIC'
47- emmake make
48- emmake make install
49- cd ..
50- rm em-dependencies/lib/libuuid.la
5143
5244
5345 git clone https://github.com/copasi/copasi-dependencies
5951 -DBUILD_archive=OFF \
6052 -DBUILD_NativeJIT=OFF \
6153 -DBUILD_clapack=ON \
54+ -DBUILD_uuid=OFF \
55+ -DBUILD_crossguid=OFF \
6256 -DCMAKE_PREFIX_PATH=em-dependencies
6357 cmake --build em-build-dependencies --config=Release
6458
7973 -DCOPASI_DEPENDENCY_DIR=em-dependencies \
8074 -DCMAKE_PREFIX_PATH=em-dependencies \
8175 -DDISABLE_STACK_PROTECTOR=ON \
76+ -DCOPASI_USE_CROSSGUID=OFF \
8277 -DF2C_INTEGER=int \
8378 -DF2C_LOGICAL=int
8479
You can’t perform that action at this time.
0 commit comments