Skip to content

Commit

Permalink
[itk] Add fftw feature
Browse files Browse the repository at this point in the history
FFTW is under GPL license.
A default backend exists (based on VXL).
  • Loading branch information
dg0yt committed Oct 13, 2024
1 parent 6092477 commit 0813e0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ports/itk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
"cuda" RTK_USE_CUDA
#"cuda" CUDA_HAVE_GPU # Automatically set by FindCUDA?
"cufftw" ITK_USE_CUFFTW
"fftw" ITK_USE_FFTWD
"fftw" ITK_USE_FFTWF
"opencl" ITK_USE_GPU
"tbb" Module_ITKTBB
"rtk" Module_RTK
Expand Down
10 changes: 6 additions & 4 deletions ports/itk/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"double-conversion",
"eigen3",
"expat",
{
"name": "fftw3",
"default-features": false
},
"gdcm",
{
"name": "hdf5",
Expand Down Expand Up @@ -62,6 +58,12 @@
"cuda"
]
},
"fftw": {
"description": "Enable the FFTW backend",
"dependencies": [
"fftw3"
]
},
"opencl": {
"description": "Use OpenCL",
"dependencies": [
Expand Down
1 change: 1 addition & 0 deletions scripts/test_ports/vcpkg-ci-itk/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{
"name": "itk",
"features": [
"fftw",
"opencl",
"opencv",
"rtk",
Expand Down
2 changes: 1 addition & 1 deletion versions/i-/itk.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "bd1f27445fa5cca6a83d2a0879d860429c406b6d",
"git-tree": "0eb38ceb9c48563ee85896790bcb807cdba766e4",
"version": "5.4.0",
"port-version": 1
},
Expand Down

0 comments on commit 0813e0e

Please sign in to comment.