File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ if(NOT DEFINED CMAKE_BUILD_TYPE)
4848 set (CMAKE_BUILD_TYPE "RelWithDebInfo" )
4949endif ()
5050
51- add_subdirectory (src/Core )
51+ add_subdirectory (src/cil )
5252
5353cmake_policy (POP)
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ requires = [
33 " setuptools>=64" ,
44 " setuptools_scm>=8" ,
55 " scikit-build-core>=0.10" ,
6- # "ipp-devel==2021.12.*", # PyPI conflicts with conda package
6+ " nanobind" ,
7+ " ipp-devel>=2022.1" ,
8+ " ipp-static>=2022.1" ,
9+ " intel-openmp" ,
710]
811build-backend = " scikit_build_core.build"
912
@@ -76,7 +79,7 @@ plugins = [
7679 # "tomophantom==2.0.0", # [linux] # missing from PyPI
7780]
7881gpu = [
79- " astra-toolbox>=1.9.9.dev5,<=2.1 " , # [not osx]
82+ " astra-toolbox" , # [not osx]
8083 # "tigre>=2.4,<=2.6", # missing from PyPI
8184]
8285[dependency-groups ]
Original file line number Diff line number Diff line change 1919#include < iostream>
2020#include < stdio.h>
2121#include " ipp.h"
22+ #include < ipp.h>
2223#include < chrono>
2324#include < omp.h>
2425#include < random>
You can’t perform that action at this time.
0 commit comments