Skip to content

Commit ffa95a0

Browse files
committed
Build LLVM+Clang 14.0.3.
1 parent 4bef041 commit ffa95a0

2 files changed

Lines changed: 21 additions & 19 deletions

File tree

.github/workflows/LLVMClang.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: LLVM+Clang
22

33
on:
4+
pull_request:
5+
branches: [ main ]
46
workflow_dispatch:
57

68
jobs:

src/3rdparty/CMakeLists.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -104,36 +104,36 @@ set(PACKAGES_TO_ADD ${REQUIRED_PACKAGES_TO_ADD} ${PACKAGES_TO_BUILD} ${DEPENDENT
104104
list(REMOVE_DUPLICATES PACKAGES_TO_ADD)
105105
list(SORT PACKAGES_TO_ADD)
106106

107-
add_package(libxml2)
107+
# add_package(libxml2)
108108

109-
if(NOT EMSCRIPTEN)
110-
add_package(OpenSSL)
111-
endif()
109+
# if(NOT EMSCRIPTEN)
110+
# add_package(OpenSSL)
111+
# endif()
112112

113-
add_package(zlib)
113+
# add_package(zlib)
114114

115-
add_package(libSBML) # Requires libxml2.
116-
add_package(libNuML) # Requires libSBML.
115+
# add_package(libSBML) # Requires libxml2.
116+
# add_package(libNuML) # Requires libSBML.
117117

118-
if(NOT EMSCRIPTEN)
119-
add_package(libssh2) # Requires OpenSSL.
120-
endif()
118+
# if(NOT EMSCRIPTEN)
119+
# add_package(libssh2) # Requires OpenSSL.
120+
# endif()
121121

122-
add_package(zipper) # Requires zlib.
122+
# add_package(zipper) # Requires zlib.
123123

124-
# Required third-party libraries.
124+
# # Required third-party libraries.
125125

126-
add_package(libCellML) # Requires libxml2 and zlib.
127-
add_package(libCOMBINE) # Requires libSBML, libxml2, zipper, and zlib.
126+
# add_package(libCellML) # Requires libxml2 and zlib.
127+
# add_package(libCOMBINE) # Requires libSBML, libxml2, zipper, and zlib.
128128

129-
if(NOT EMSCRIPTEN)
130-
add_package(libcurl) # Requires libssh2, OpenSSL, and zlib.
131-
endif()
129+
# if(NOT EMSCRIPTEN)
130+
# add_package(libcurl) # Requires libssh2, OpenSSL, and zlib.
131+
# endif()
132132

133-
add_package(libSEDML) # Requires libNuML and libSBML.
133+
# add_package(libSEDML) # Requires libNuML and libSBML.
134134

135135
if(NOT EMSCRIPTEN)
136136
add_package(LLVMClang)
137137
endif()
138138

139-
add_package(SUNDIALS)
139+
# add_package(SUNDIALS)

0 commit comments

Comments
 (0)