Skip to content

Commit

Permalink
Merge pull request #407 from sbmlteam/nightly-2
Browse files Browse the repository at this point in the history
Fixing nightlies
  • Loading branch information
skeating authored Oct 10, 2024
2 parents d5705ae + d9ce4e4 commit 5b0cd4b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/store-artefact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
package_option: ["-DWITH_ALL_PACKAGES=ON", "-DWITH_STABLE_PACKAGES=ON"]
cpp_standard: [98]
language_bindings:
["-DWITH_JAVA=True -DWITH_PYTHON=True -DWITH_CSHARP=True -DWITH_R=True"]
["-DWITH_JAVA=True -DWITH_PYTHON=True"]
container: ["quay.io/pypa/manylinux_2_28_x86_64"]
runs-on: ${{ matrix.platform }}
container: ${{ matrix.container}}
Expand Down Expand Up @@ -327,15 +327,11 @@ jobs:
${{matrix.xml_parser_option}} \
${{matrix.package_option}} \
${{matrix.language_bindings}} \
-DWITH_CREATE_R_SOURCE=ON \
-DWITH_SKIP_R_BINARY=ON \
-DPYTHON_EXECUTABLE=/opt/python/cp38-cp38/bin/python \
-DPYTHON_INCLUDE_DIR=/opt/python/cp38-cp38/include/python3.8/ \
-DWITH_STATIC_RUNTIME=ON \
-DPYTHON_USE_DYNAMIC_LOOKUP=ON
cmake --build . --config $BUILD_TYPE
# mkdir r-binaries
# R CMD INSTALL -l r-binaries --build ./src/bindings/r/out/libSBML_5.19.3.tar.gz
- name: Test
run: |
Expand Down

0 comments on commit 5b0cd4b

Please sign in to comment.