Skip to content

Commit

Permalink
Build updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Dec 31, 2024
1 parent fbb5ab1 commit 0bcdf7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
fail-fast: false
matrix:
platform:
- name: macos-12-release
- name: macos-13-release
os_type: macos
os_name: macos-12
build_type: Release
build_python: ON
build_qt_antimony: ON
- name: macos-12-debug
- name: macos-13-debug
os_type: macos
os_name: macos-12
build_type: Debug
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
libroadrunner_deps_owner: [ "sys-bio" ]
libroadrunner_deps_repo: [ "libroadrunner-deps" ]
libroadrunner_deps_name: [ "libroadrunner-deps" ]
libroadrunner_deps_release_version: [ "v2.2.12" ]
libroadrunner_deps_release_version: [ "v2.2.13" ]
python_version: [ "3.12" ]

runs-on: ${{ matrix.platform.os_name }}
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ endif()
if(WITH_LIBSBML_LIBXML)
find_library(LIBXML_LIBRARY
NAMES libxml2.lib libxml2.so libxml2.dylib libxml2 libxml2s libxml2sd
PATHS /usr/lib /usr/local/lib
PATHS /usr/lib /usr/local/lib
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/dependencies/lib
${LIBSBML_INCLUDE_DIR}/../lib
Expand All @@ -276,8 +276,8 @@ if(WITH_LIBSBML_LIBXML)

#The libxml library requires the libz library, too.
find_library(ZDLL_LIBRARY
NAMES zdll.lib zdll.so zdll.dylib zdll z zlibd.lib zlibstaticd.lib zlibmd.lib zlibstatic.lib
PATHS /usr/lib /usr/local/lib
NAMES zlibstatic.lib zlibstaticd.lib zlibstaticmd.lib zlibstatic zlibstaticd zlibstaticmd
PATHS /usr/lib /usr/local/lib
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/dependencies/lib
${LIBSBML_INCLUDE_DIR}/../lib
Expand Down Expand Up @@ -318,7 +318,7 @@ endif()

if(WITH_LIBSBML_COMPRESSION)
find_library(ZDLL_LIBRARY
NAMES zdll.lib zdll.so zdll.dylib zdll z zlibd.lib zlibstaticd.lib zlibmd.lib zlibstatic.lib
NAMES zlibstatic.lib zlibstaticd.lib zlibstaticmd.lib zlibstatic zlibstaticd zlibstaticmd
PATHS /usr/lib /usr/local/lib
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/dependencies/lib
Expand Down

0 comments on commit 0bcdf7f

Please sign in to comment.