Skip to content

Commit c00f0b1

Browse files
committed
- drop crossguid and uuid
1 parent e81c488 commit c00f0b1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/emscripten.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ jobs:
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
@@ -59,6 +51,8 @@ jobs:
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
@@ -79,6 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)