File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,13 @@ install:
9191- if [%WITH_MPC%]==[yes] cmake -DWITH_MPC=yes ..
9292- if [%WITH_LLVM%]==[yes] cmake -DWITH_LLVM=yes -DMSVC_USE_MT=no ..
9393
94- - cmake -DBUILD_SHARED_LIBS=yes -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no ..
94+ - cmake -DBUILD_SHARED_LIBS=yes -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no -DCMAKE_INSTALL_PREFIX=C:\symengine ..
9595
9696- cmake --build . --config %BUILD_TYPE% --target install
9797- cd ../../
98- - set PATH="C:/Program Files (x86)/symengine/bin";%PATH%
99- - set PATH="C:/Program Files/symengine/bin";%PATH%
10098
10199build_script :
102-
100+ - set PATH=C:\symengine\bin\;%PATH%
103101- if [%COMPILER%]==[MSVC15] python setup.py install build_ext --compiler=msvc --build-type=%BUILD_TYPE%
104102- if [%COMPILER%]==[MinGW] python setup.py install build_ext --compiler=mingw --inplace
105103- if [%COMPILER%]==[MinGW-w64] python setup.py install build_ext --compiler=mingw --inplace
You can’t perform that action at this time.
0 commit comments