From 39ed51cf7b81a8cee2fd19f6d3356e0fcdaebba5 Mon Sep 17 00:00:00 2001 From: Ayman Habib Date: Fri, 12 Aug 2022 15:48:50 -0700 Subject: [PATCH 1/2] special init.py --- opensim/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensim/meta.yaml b/opensim/meta.yaml index ea0bad9..39a7ce0 100644 --- a/opensim/meta.yaml +++ b/opensim/meta.yaml @@ -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 From 5e4d9e4e8e2d39c7080dc8fedf53580eff07a024 Mon Sep 17 00:00:00 2001 From: Ayman Habib Date: Wed, 5 Oct 2022 09:46:51 -0700 Subject: [PATCH 2/2] incorporate changes by Anthony regarding specifying python, numpy versions for dependency spec. --- opensim/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opensim/meta.yaml b/opensim/meta.yaml index 39a7ce0..ec98e30 100644 --- a/opensim/meta.yaml +++ b/opensim/meta.yaml @@ -15,7 +15,7 @@ build: # NOTE : This is needed to ensure the paths to Simbody's binaries, like # simbody-visualizer, are corrected. detect_binary_files_with_prefix: true - string: py{{ CONDA_PY }}np{{ CONDA_NPY }} + # string: py{{ CONDA_PY }}np{{ CONDA_NPY }} requirements: host: - openblas # [not win] @@ -32,8 +32,8 @@ requirements: - make # [not win] run: - - python - - numpy + - python = {{ python }} + - numpy >= {{ numpy }} - freeglut # [win] - openblas # [not win]