Skip to content
Snippets Groups Projects
Commit dd1ca6bd authored by Boman Romain's avatar Boman Romain
Browse files

add models to the dist folder

parent 1708080c
No related branches found
No related tags found
No related merge requests found
Pipeline #7107 passed
......@@ -21,8 +21,16 @@ a = Analysis(
(r'C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.5.281\windows\redist\intel64_win\compiler\libiomp5md.dll', '.')
],
datas=[
(r'models\dolicorhynchops','models\dolicorhynchops'),
(r'models\Panthera_pardus','models\Panthera_pardus')
(r'cxxfem\tests\beam2d.py',r'models\others'),
(r'cxxfem\tests\beam3d.py',r'models\others'),
(r'models\dolicorhynchops\dolicorhynchops_10k.py',r'models\others\dolicorhynchops'),
(r'models\dolicorhynchops\10k',r'models\others\dolicorhynchops\10k'),
(r'models\Panthera_pardus\Panthera_pardus_RC_30.py',r'models\paper\Panthera_pardus'),
(r'models\Panthera_pardus\150k',r'models\paper\Panthera_pardus\150k'),
(r'models\Tapirus_indicus\T_indicus_shoulder50k.py',r'models\paper\Tapirus_indicus'),
(r'models\Tapirus_indicus\50k',r'models\paper\Tapirus_indicus\50k'),
(r'models\TYLnep\TYLnep_500k_15_1.py',r'models\paper\TYLnep'),
(r'models\TYLnep\500k',r'models\paper\TYLnep\500k')
],
hiddenimports=['cxxfem','femi','gmsh','models.bonemodel2'],
hookspath=[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment