source: utils/Python/Makefile.am@ 802a9d

Candidate_v1.7.1 stable
Last change on this file since 802a9d was 802a9d, checked in by Frederik Heber <frederik.heber@…>, 3 weeks ago

Adds scripts to generate a bond table.

  • one python script for the computation and a bash script to call it. With this split, we can easily parallelize the computations to make use of JobMarket's multiple workers.
  • Property mode set to 100644
File size: 386 bytes
Line 
1if CONDPYTHON
2PYTHON_TOOLS = \
3 Python/boxmaker \
4 Python/generate_bondtable \
5 Python/compute_pair_bondlength
6endif
7
8${PYTHON_TOOLS}: Python/python_wrapper
9 cp $< $@
10
11if CONDPYTHON
12EXTRA_DIST += \
13 ${PYTHON_TOOLS} \
14 Python/HOWTO-boxmaker
15BUILT_SOURCES += ${PYTHON_TOOLS}
16CLEANFILES += ${PYTHON_TOOLS}
17pyexec_SCRIPTS += \
18 Python/boxmaker.py \
19 Python/compute_pair_bondlength.py
20endif
Note: See TracBrowser for help on using the repository browser.