mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
renamed src to source
This commit is contained in:
parent
4dcaf3959b
commit
4d9c5ab2c1
71 changed files with 7 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,6 +5,10 @@
|
||||||
.mydepend
|
.mydepend
|
||||||
./pipeline/miscTools/*.out
|
./pipeline/miscTools/*.out
|
||||||
|
|
||||||
|
build/
|
||||||
|
cmake-build-debug
|
||||||
|
examples/example_observation/*
|
||||||
|
examples/examplesimulation/*
|
||||||
output_*
|
output_*
|
||||||
pipeline/ramses_simulation.py
|
pipeline/ramses_simulation.py
|
||||||
external/libsdf/libsw/Malloc.c
|
external/libsdf/libsw/Malloc.c
|
||||||
|
|
|
@ -81,7 +81,7 @@ ELSE()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
SET(PYTHONPATH ${PYTHON_LOCAL_SITE_PACKAGE})
|
SET(PYTHONPATH ${PYTHON_LOCAL_SITE_PACKAGE})
|
||||||
configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/prepareInputs.in.py
|
configure_exec(${CMAKE_SOURCE_DIR}/python_src/pipeline_source/prepareInputs.in.py
|
||||||
${CMAKE_BINARY_DIR}/pipeline prepareInputs.py)
|
${CMAKE_BINARY_DIR}/pipeline prepareInputs.py)
|
||||||
#configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/applyMaskToMock.in.py
|
#configure_exec(${CMAKE_SOURCE_DIR}/python_tools/pipeline_source/applyMaskToMock.in.py
|
||||||
#${CMAKE_BINARY_DIR}/pipeline applyMaskToMock.py)
|
#${CMAKE_BINARY_DIR}/pipeline applyMaskToMock.py)
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -208,8 +208,8 @@ vide_extension = CMakeExtension(name="vide")
|
||||||
|
|
||||||
setup(name='vide',
|
setup(name='vide',
|
||||||
version='2.0',
|
version='2.0',
|
||||||
packages=find_packages('python_tools'),
|
packages=find_packages('python_src'),
|
||||||
package_dir={'': 'python_tools'},
|
package_dir={'': 'python_src'},
|
||||||
setup_requires=['cython','setuptools','healpy','argparse','scipy','astropy','extension-helpers','netCDF4'],
|
setup_requires=['cython','setuptools','healpy','argparse','scipy','astropy','extension-helpers','netCDF4'],
|
||||||
install_requires=['argparse','scipy','astropy','extension-helpers','netCDF4','healpy'],
|
install_requires=['argparse','scipy','astropy','extension-helpers','netCDF4','healpy'],
|
||||||
ext_modules=[vide_extension],
|
ext_modules=[vide_extension],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue