gpuNUFFT 0.6.1__tar.gz → 0.6.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2/CUDA/bin/gpuNUFFT.egg-info}/PKG-INFO +7 -1
- {gpuNUFFT-0.6.1/CUDA/bin/gpuNUFFT.egg-info → gpuNUFFT-0.6.2}/PKG-INFO +7 -1
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/setup.py +8 -12
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/cvp/Gridding3D.cvp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/cvp/README +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/gpuNUFFT.egg-info/SOURCES.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/gpuNUFFT.egg-info/dependency_links.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/gpuNUFFT.egg-info/not-zip-safe +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/gpuNUFFT.egg-info/top_level.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/gtest_options +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/run_cpu_filtered_unit_test.cmd +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/run_cuda_memcheck +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/bin/run_gpu_filtered_unit_test.cmd +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/build/configure_double_prec +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/build/configure_single_prec +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/cmake_modules/FindGPUNUFFT.cmake +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/doc/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/doc/Doxyfile +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/doc/mainpage.dox +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/balanced_gpuNUFFT_operator.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/balanced_operator.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/balanced_texture_gpuNUFFT_operator.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/config.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/config.hpp.cmake +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/cuda_utils.cuh +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/cuda_utils.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/cufft_config.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/cufft_config.hpp.cmake +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/gpuNUFFT_cpu.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/gpuNUFFT_kernels.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/gpuNUFFT_operator.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/gpuNUFFT_operator_factory.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/gpuNUFFT_types.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/gpuNUFFT_utils.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/matlab_helper.h +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/precomp_kernels.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/precomp_utils.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/inc/texture_gpuNUFFT_operator.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/balanced_gpuNUFFT_operator.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/balanced_texture_gpuNUFFT_operator.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/cpu/gpuNUFFT_cpu.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/atomic/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/atomic/atomic_gpuNUFFT.cu +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/atomic/atomic_gpuNUFFT_kernels.cu +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/atomic/texture_gpuNUFFT_kernels.cu +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/matlab/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/matlab/gpuNUFFT_adj.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/matlab/gpuNUFFT_forw.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/matlab/gpuNUFFT_operator_matlabfactory.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/matlab/gpuNUFFT_operator_matlabfactory.hpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/matlab/precomputation/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/matlab/precomputation/gpuNUFFT_precomp.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/precomp_kernels.cu +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/python/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/python/gpuNUFFT_operator_python_factory.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpu/std_gpuNUFFT_kernels.cu +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpuNUFFT_operator.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpuNUFFT_operator_factory.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/gpuNUFFT_utils.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/src/texture_gpuNUFFT_operator.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/cpu/CMakeLists.txt +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/cpu/gpuNUFFT_kernel_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/cpu/gpuNUFFT_operator_factory_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/cpu/gpuNUFFT_precomputation_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/cpu/gpuNUFFT_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/gpu/forward/gpuNUFFT_forward_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/gpu/gpuNUFFT_2D_conv_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/gpu/gpuNUFFT_conv_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/gpu/gpuNUFFT_deapo_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/CUDA/test/gpu/gpuNUFFT_fft_tests.cpp +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/LICENSE +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/README.md +0 -0
- {gpuNUFFT-0.6.1 → gpuNUFFT-0.6.2}/setup.cfg +0 -0
|
@@ -6,10 +6,7 @@ from importlib import import_module
|
|
|
6
6
|
import platform
|
|
7
7
|
from pprint import pprint
|
|
8
8
|
import subprocess
|
|
9
|
-
|
|
10
|
-
from pip._internal.main import main as pip_main
|
|
11
|
-
except ImportError:
|
|
12
|
-
from pip._internal import main as pip_main
|
|
9
|
+
|
|
13
10
|
|
|
14
11
|
release_info = {}
|
|
15
12
|
|
|
@@ -25,14 +22,13 @@ class CMakeBuild(build_ext):
|
|
|
25
22
|
"""
|
|
26
23
|
|
|
27
24
|
@staticmethod
|
|
28
|
-
def _preinstall(
|
|
25
|
+
def _preinstall(package):
|
|
29
26
|
""" Pre-install PyPi packages before running cmake.
|
|
30
27
|
"""
|
|
31
28
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
pip_main(['install'] + options + package_list)
|
|
29
|
+
subprocess.check_call(
|
|
30
|
+
[sys.executable, '-m', 'pip', 'install', package]
|
|
31
|
+
)
|
|
36
32
|
|
|
37
33
|
|
|
38
34
|
def _set_pybind_path(self):
|
|
@@ -44,10 +40,10 @@ class CMakeBuild(build_ext):
|
|
|
44
40
|
""" Redifine the run method.
|
|
45
41
|
"""
|
|
46
42
|
# Set preinstall requirements
|
|
47
|
-
|
|
43
|
+
preinstall = "pybind11"
|
|
48
44
|
|
|
49
45
|
# Preinstall packages
|
|
50
|
-
self._preinstall(
|
|
46
|
+
self._preinstall(preinstall)
|
|
51
47
|
|
|
52
48
|
# Set Pybind11 path
|
|
53
49
|
self._set_pybind_path()
|
|
@@ -107,7 +103,7 @@ class CMakeBuild(build_ext):
|
|
|
107
103
|
|
|
108
104
|
setup(
|
|
109
105
|
name="gpuNUFFT",
|
|
110
|
-
version="0.6.
|
|
106
|
+
version="0.6.2",
|
|
111
107
|
description="gpuNUFFT - An open source GPU Library for 3D Gridding and NUFFT",
|
|
112
108
|
package_dir={"": "CUDA/bin"},
|
|
113
109
|
ext_modules=[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|