Skip to content

Commit

Permalink
Add new process framework and particle sampling test (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 authored Feb 28, 2025
1 parent a871cf9 commit 9e3c407
Show file tree
Hide file tree
Showing 8 changed files with 1,150 additions and 920 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ include("cmake/cpm.cmake")

CPMAddPackage(
NAME ViennaCore
VERSION 1.2.0
VERSION 1.2.1
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaCore"
OPTIONS "VIENNACORE_FORMAT_EXCLUDE app/"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})
Expand All @@ -108,13 +108,13 @@ CPMAddPackage(

CPMFindPackage(
NAME ViennaRay
VERSION 3.1.4
VERSION 3.2.0
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaRay"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})

CPMFindPackage(
NAME ViennaLS
VERSION 4.2.1
VERSION 4.2.2
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaLS"
EXCLUDE_FROM_ALL ${VIENNAPS_BUILD_PYTHON})

Expand Down
Loading

0 comments on commit 9e3c407

Please sign in to comment.