Skip to content

Commit

Permalink
Merge pull request #1007 from sys-bio/issue-939-stoch-slowdown
Browse files Browse the repository at this point in the history
Issue 939 stoch slowdown
  • Loading branch information
luciansmith committed May 24, 2022
2 parents 65e6322 + 8aef2f3 commit 783907d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1063,8 +1063,8 @@ stages:
$(PipExecutable) install -r $(SOURCE_DIR)/requirements.txt
$(PipExecutable) install -r $(SOURCE_DIR)/test-requirements.txt
echo "cmake command: cmake -DLLVM_INSTALL_PREFIX=/install-llvm-13.x -DRR_DEPENDENCIES_INSTALL_PREFIX=/libroadrunner-deps/install-libroadrunner-deps -DCMAKE_INSTALL_PREFIX=$(INSTALL_DIRECTORY) -DBUILD_PYTHON=ON -DBUILD_RR_PLUGINS=ON -DBUILD_TESTS=ON -DPython_ROOT_DIR=$(PythonRoot) -DSWIG_EXECUTABLE=$(SwigExecutable) .."
cmake -DLLVM_INSTALL_PREFIX=/install-llvm-13.x -DRR_DEPENDENCIES_INSTALL_PREFIX=/libroadrunner-deps/install-libroadrunner-deps -DCMAKE_INSTALL_PREFIX=$(INSTALL_DIRECTORY) -DBUILD_PYTHON=ON -DBUILD_RR_PLUGINS=ON -DBUILD_TESTS=ON -DPython_ROOT_DIR=$(PythonRoot) -DSWIG_EXECUTABLE=$(SwigExecutable) ..
echo "cmake command: cmake -DLLVM_INSTALL_PREFIX=/install-llvm-13.x -DRR_DEPENDENCIES_INSTALL_PREFIX=/libroadrunner-deps/install-libroadrunner-deps -DCMAKE_INSTALL_PREFIX=$(INSTALL_DIRECTORY) -DBUILD_PYTHON=ON -DBUILD_RR_PLUGINS=ON -DBUILD_TESTS=ON -DPython_ROOT_DIR=$(PythonRoot) -DSWIG_EXECUTABLE=$(SwigExecutable) -DCMAKE_BUILD_TYPE=Release .."
cmake -DLLVM_INSTALL_PREFIX=/install-llvm-13.x -DRR_DEPENDENCIES_INSTALL_PREFIX=/libroadrunner-deps/install-libroadrunner-deps -DCMAKE_INSTALL_PREFIX=$(INSTALL_DIRECTORY) -DBUILD_PYTHON=ON -DBUILD_RR_PLUGINS=ON -DBUILD_TESTS=ON -DPython_ROOT_DIR=$(PythonRoot) -DSWIG_EXECUTABLE=$(SwigExecutable) -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target install --config Release -j 12
displayName: Build With Python
Expand All @@ -1084,8 +1084,8 @@ stages:
echo "cd'ing to build dir $(BUILD_DIR)"
cd $(BUILD_DIR)
# ctest --tests-regex python_tests_RunStochasticTestSuite .
displayName: (DISABLED) Run Stochastic test suite
ctest --tests-regex python_tests_RunStochasticTestSuite .
displayName: Run Stochastic test suite
- script: |
echo "cd to $(INSTALL_DIRECTORY)"
Expand Down

0 comments on commit 783907d

Please sign in to comment.