Skip to content
Snippets Groups Projects
Commit 707349a3 authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Rename module name for fast_interpolation in extension module

parent f72943ef
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import pybind11 ...@@ -5,7 +5,7 @@ import pybind11
# Define the extension module # Define the extension module
ext_modules = [ ext_modules = [
Extension( Extension(
"pymatlib.core.fast_interpolation", # Module name in Python "pymatlib.core.cpp.fast_interpolation", # Module name in Python
["src/pymatlib/core/cpp/temperature_from_energy_density_array.cpp"], ["src/pymatlib/core/cpp/temperature_from_energy_density_array.cpp"],
include_dirs=[pybind11.get_include()], include_dirs=[pybind11.get_include()],
extra_compile_args=['-O3', '-std=c++11'], # Enable high optimization and C++11 extra_compile_args=['-O3', '-std=c++11'], # Enable high optimization and C++11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment