Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
pull_request:
branches:
- '*'

push:
branches:
- master
jobs:
windows37:
runs-on: windows-2019
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Usage:
conda build opensim

Only python 3 is supported. Default settings/package doesn't include Moco
master branch builds the latest released public version of the conda packages
6 changes: 3 additions & 3 deletions opensim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:

source:
git_url: https://github.com/opensim-org/opensim-core.git
git_rev: branch_4.4
git_rev: branch_4.4_conda
build:
number: 2
# NOTE : For C++11 builds, vc16/VS 2019 are the only acceptable targets
Expand All @@ -32,8 +32,8 @@ requirements:
- make # [not win]

run:
- python
- numpy
- python {{ python }}
- numpy {{ numpy }}
- freeglut # [win]
- openblas # [not win]

Expand Down