File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11mkdir opensim_dependencies_build
22cd .\opensim_dependencies_build
33cmake ..\dependencies^
4- -G" Visual Studio 16 2019 " ^
4+ -G" Visual Studio 17 2022 " ^
55 -DCMAKE_INSTALL_PREFIX=" %LIBRARY_PREFIX% " ^
66 -DSUPERBUILD_ezc3d=ON^
77 -DOPENSIM_WITH_TROPTER=OFF^
1212mkdir opensim_build
1313cd .\opensim_build
1414cmake ..\^
15- -G" Visual Studio 16 2019 " ^
15+ -G" Visual Studio 17 2022 " ^
1616 -DCMAKE_INSTALL_PREFIX=" %LIBRARY_PREFIX% " ^
1717 -DOPENSIM_DEPENDENCIES_DIR=" %LIBRARY_PREFIX% " ^
1818 -DCMAKE_INSTALL_INCLUDEDIR=" %LIBRARY_PREFIX% /include" ^
@@ -30,7 +30,7 @@ cmake ..\^
3030 -DOPENSIM_WITH_TROPTER=OFF^
3131 -DBUILD_TESTING=OFF^
3232 -DBUILD_API_EXAMPLES=OFF^
33- -DOPENSIM_BUILD_INDIVIDUAL_APPS=OFF ^
33+ -DOPENSIM_BUILD_INDIVIDUAL_APPS=ON ^
3434 -DOPENSIM_PYTHON_CONDA=ON
3535cmake --build . --target install --config Release -- /maxcpucount:8
3636
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cmake ../ \
4444 -DOPENSIM_PYTHON_STANDALONE=ON \
4545 -DOPENSIM_INSTALL_UNIX_FHS=ON \
4646 -DBUILD_API_ONLY=ON \
47- -DOPENSIM_BUILD_INDIVIDUAL_APPS_DEFAULT=OFF \
47+ -DOPENSIM_BUILD_INDIVIDUAL_APPS_DEFAULT=ON \
4848 -DOPENSIM_COPY_DEPENDENCIES=ON \
4949 -DOPENSIM_WITH_TROPTER=OFF \
5050 -DOPENSIM_WITH_CASADI=OFF
Original file line number Diff line number Diff line change 66
77source :
88 git_url : https://github.com/opensim-org/opensim-core.git
9- git_rev : branch_4.4
9+ git_rev : branch_4.4_conda
1010build :
1111 number : 2
1212 # NOTE : For C++11 builds, vc16/VS 2019 are the only acceptable targets
@@ -32,8 +32,8 @@ requirements:
3232 - make # [not win]
3333
3434 run :
35- - python
36- - numpy
35+ - numpy {{ numpy }}
36+ - python {{ python }}
3737 - freeglut # [win]
3838 - openblas # [not win]
3939
You can’t perform that action at this time.
0 commit comments