Skip to content

Commit 146a746

Browse files
Removing install_data() for installing the python modules, it is done bay install_sources() instead
1 parent 775c517 commit 146a746

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

meson.build

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -191,25 +191,6 @@ py.extension_module('SCHAModules',
191191
# install_subdir('Modules', install_dir : 'share', strip_directory : false) <-- Not the best option
192192
# install_subdir('Modules', install_dir : py.get_install_dir()) <-- .get_install_dir() gives the python installation place for libraries
193193

194-
#install_data(
195-
# 'Modules/__init__.py',
196-
# 'Modules/AdvancedCalculations.py',
197-
# 'Modules/aiida_ensemble.py',
198-
# 'Modules/Calculator.py',
199-
# 'Modules/Cluster.py',
200-
# 'Modules/Dynamical.py',
201-
# 'Modules/Ensemble.py',
202-
## 'Modules/fourier_gradient.jl',
203-
# 'Modules/LocalCluster.py',
204-
# 'Modules/Minimizer.py',
205-
# 'Modules/Optimizer.py',
206-
# 'Modules/Parallel.py',
207-
# 'Modules/Relax.py',
208-
# 'Modules/SchaMinimizer.py',
209-
# 'Modules/Tools.py',
210-
# 'Modules/Utilities.py',
211-
# install_dir: py.get_install_dir() / 'python-sscha',
212-
#)
213194
py.install_sources([
214195
'Modules/__init__.py',
215196
'Modules/AdvancedCalculations.py',

0 commit comments

Comments
 (0)