Skip to content

Commit

Permalink
Remove unnecessary opensim-moco folder build latest master into 4.5.99
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab committed Oct 29, 2024
1 parent 06bb372 commit ad3b333
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 202 deletions.
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# conda-opensim
Conda recipe for OpenSim 4.4
Conda recipe for opensim packages

Usage:

cd conda-opensim
conda build opensim

Only python 3 is supported. Default settings/package doesn't include Moco
Packages with Moco are in a separate opensim-with-moco packages
Packages come with Moco and have version number ending in .99 for dev builds
41 changes: 0 additions & 41 deletions opensim-moco/bld.bat

This file was deleted.

53 changes: 0 additions & 53 deletions opensim-moco/build.sh

This file was deleted.

19 changes: 0 additions & 19 deletions opensim-moco/conda_build_config.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions opensim-moco/meta.yaml

This file was deleted.

10 changes: 6 additions & 4 deletions opensim/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cmake ..\dependencies^
-G"Visual Studio 17 2022"^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%"^
-DSUPERBUILD_ezc3d=ON^
-DOPENSIM_WITH_TROPTER=OFF^
-DOPENSIM_WITH_CASADI=OFF
-DOPENSIM_WITH_TROPTER=ON^
-DOPENSIM_WITH_CASADI=ON

cmake --build . --config Release -- /maxcpucount:8
cd ..
Expand All @@ -26,12 +26,14 @@ cmake ..\^
-DBUILD_PYTHON_WRAPPING=ON^
-DOPENSIM_C3D_PARSER=ezc3d^
-DOPENSIM_PYTHON_STANDALONE=ON^
-DOPENSIM_WITH_CASADI=OFF^
-DOPENSIM_WITH_CASADI=ON^
-DOPENSIM_WITH_TROPTER=OFF^
-DBUILD_TESTING=OFF^
-DBUILD_API_EXAMPLES=OFF^
-DOPENSIM_BUILD_INDIVIDUAL_APPS=ON^
-DOPENSIM_PYTHON_CONDA=ON
-DOPENSIM_PYTHON_CONDA=ON^
-DSWIG_EXECUTABLE="D:/dev/tools/swigwin-4.1.1/swig.exe"

cmake --build . --target install --config Release -- /maxcpucount:8

Rem move Library\sdk\Python Lib
Expand Down
1 change: 0 additions & 1 deletion opensim/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MACOSX_DEPLOYMENT_TARGET: '12'
python:
- 3.10

numpy:
- 1.25

Expand Down
3 changes: 1 addition & 2 deletions opensim/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "4.5.1" %}
{% set version = "4.5.99" %}

package:
name: opensim
Expand Down Expand Up @@ -50,4 +50,3 @@ about:
extra:
recipe-maintainers:
- aymanhab
- kidzik

0 comments on commit ad3b333

Please sign in to comment.