File tree Expand file tree Collapse file tree 4 files changed +19
-18
lines changed
Expand file tree Collapse file tree 4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,20 @@ install:
2727 - " python --version"
2828 - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
2929 - " python -m pip install numpy"
30- build :
31- parallel : true
30+ - " python -c \" import numpy as np;import sys;print(np.get_include())\" "
31+
32+ # - "dir C:\\Python36-x64\\lib\\site-packages\\numpy\\core\\include"
33+ # - "dir C:\\Python36-x64\\lib\\site-packages\\numpy\\core\\include\\numpy"
34+ # build:
35+ # parallel: true
3236build_script :
33- - " MSBuild /help"
3437 - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
3538 - cd c:\projects\polyfempy
36- - " python --version"
39+ # - set MSBuildLogger="C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
40+ # - set MSBuildOptions=/v:m /p:Configuration=%config% /logger:%MSBuildLogger%
3741 - python setup.py install
3842
3943test_script :
44+ - " python -m pip install plotly"
4045 - cd c:\projects\polyfempy
41- - python tests/bending.py
42- - python tests/gravity.py
43- - python tests/inflation.py
44- - python tests/plane_hole.py
45- - python tests/torsion.py
46+ - python setup.py test
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ script:
2828 - python tests/inflation.py
2929 - python tests/plane_hole.py
3030 - python tests/torsion.py
31- # deploy:
32- # provider: pypi
33- # user: "teseoch"
34- # password:
35- # secure: SBFTnlltZ+CsskcX+qILNOnEIQzK9fwnQKkZGKsxWuKn4VBA/M6olmTl/wOEzfYnrTdY3A9LrCX7b9D+/3CDCOhGkdFw6x1VRYySqkHtxk4UjdzXBnIPi9bf5GFDjIg/lOcKhR6bIhcRjEAu2bAYQTegyi936jHJuSglaLiK9S3/gWSH/fGbS22PFL0Nuh5o4o82MKeR9simNA9uXxTWdMr4SATEm/oOs2Itpmg9cKolizWPzRBT7WMMe9I61ULPkxFjMLtU1C+kXBB0ctE4FBIndZbEUnwYsceXw+gRrWTA+auc3ZvNbF7ilaAIYYXPPlWEewjt1Ib0vPZP1g/jpeLT0uDfpDuin5bJjDbdrjkD9mReBnpinbQU0o0KXX3IJWwcN+LW1r8NUB8K6T6iEiWQmy7D/9vX5jPRXe2zt7O63JWY61cD1VzPrKIeKY/CC0X4TP0PyujbsSpBI6O/5UE8VRZX1hp0YJOEywLqj3YRJ0HcSSanHccUI+sJlbZEGZaH/dJCbWqS25IGN6sXoXD1sfyS2d5XtD1758Sg7+5SLZoXa9fSGLntVhZ72kZjvRgJULirVEqbUqXjdtf3TMO6EtAQMWKgVVguqF9gqO/44R3omQa03bhnZNm9WDIft8ZyIRGk5On2OwVWvFb2ud/5PgmuOdw+auEat9oziNM=
36- # on:
37- # all_branches : true
31+ deploy :
32+ provider : pypi
33+ user : " teseoch"
34+ password :
35+ secure : SBFTnlltZ+CsskcX+qILNOnEIQzK9fwnQKkZGKsxWuKn4VBA/M6olmTl/wOEzfYnrTdY3A9LrCX7b9D+/3CDCOhGkdFw6x1VRYySqkHtxk4UjdzXBnIPi9bf5GFDjIg/lOcKhR6bIhcRjEAu2bAYQTegyi936jHJuSglaLiK9S3/gWSH/fGbS22PFL0Nuh5o4o82MKeR9simNA9uXxTWdMr4SATEm/oOs2Itpmg9cKolizWPzRBT7WMMe9I61ULPkxFjMLtU1C+kXBB0ctE4FBIndZbEUnwYsceXw+gRrWTA+auc3ZvNbF7ilaAIYYXPPlWEewjt1Ib0vPZP1g/jpeLT0uDfpDuin5bJjDbdrjkD9mReBnpinbQU0o0KXX3IJWwcN+LW1r8NUB8K6T6iEiWQmy7D/9vX5jPRXe2zt7O63JWY61cD1VzPrKIeKY/CC0X4TP0PyujbsSpBI6O/5UE8VRZX1hp0YJOEywLqj3YRJ0HcSSanHccUI+sJlbZEGZaH/dJCbWqS25IGN6sXoXD1sfyS2d5XtD1758Sg7+5SLZoXa9fSGLntVhZ72kZjvRgJULirVEqbUqXjdtf3TMO6EtAQMWKgVVguqF9gqO/44R3omQa03bhnZNm9WDIft8ZyIRGk5On2OwVWvFb2ud/5PgmuOdw+auEat9oziNM=
36+ on :
37+ tags : true
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ endfunction()
2727function (polyfem_python_download_polyfem)
2828 polyfem_python_download_project(polyfem
2929 GIT_REPOSITORY https://github.com/polyfem/polyfem.git
30- GIT_TAG 7ade2351dd5dcbba200ca1e83c499d1ab8783942
30+ GIT_TAG 263ce74e59a0a207d2e42ac5fe6fdb5cbd947597
3131 )
3232endfunction ()
3333
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def build_extension(self, ext):
6060 cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}' .format (cfg .upper (), extdir )]
6161 if sys .maxsize > 2 ** 32 :
6262 cmake_args += ['-A' , 'x64' ]
63- build_args += ['--' , '/m4 ' ]
63+ build_args += ['--' , '/m:4 ' ]
6464 else :
6565 cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg ]
6666 build_args += ['--' , '-j2' ]
You can’t perform that action at this time.
0 commit comments