Skip to content

Commit

Permalink
Removing all solvers builds except NF_Sim
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarupilla authored Mar 2, 2020
1 parent 3ba15d1 commit 349db1a
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .appveyor/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,12 @@ cmake -G "Unix Makefiles" `
-DOPTION_TARGET_PARALLEL=OFF `
-DOPTION_TARGET_CHOMBO2D_SOLVER=OFF `
-DOPTION_TARGET_CHOMBO3D_SOLVER=OFF `
-DOPTION_TARGET_SMOLDYN_SOLVER=ON `
-DOPTION_TARGET_FV_SOLVER=ON `
-DOPTION_TARGET_STOCHASTIC_SOLVER=ON `
-DOPTION_TARGET_SMOLDYN_SOLVER=OFF `
-DOPTION_TARGET_FV_SOLVER=OFF `
-DOPTION_TARGET_STOCHASTIC_SOLVER=OFF `
-DOPTION_TARGET_NFSIM_SOLVER=ON `
-DOPTION_TARGET_MOVINGBOUNDARY_SOLVER=OFF `
-DOPTION_TARGET_SUNDIALS_SOLVER=ON `
-DOPTION_TARGET_SUNDIALS_SOLVER=OFF `
-DOPTION_TARGET_HY3S_SOLVERS=OFF `
..
make

ldd .\build\bin\FiniteVolume_x64.exe
ldd .\build\bin\NFsim_x64.exe
ldd .\build\bin\smoldyn_x64.exe
ldd .\build\bin\SundialsSolverStandalone_x64.exe
ldd .\build\bin\testzip.exe
ldd .\build\bin\VCellStoch_x64.exe
ldd .\build\bin\ziptool.exe

0 comments on commit 349db1a

Please sign in to comment.