1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-28 17:58:31 +01:00
trexio/python/tools/set_NUMPY_INCLUDEDIR.sh

5 lines
106 B
Bash
Raw Normal View History

INCLUDEDIR=`python -c 'import numpy; print(numpy.get_include())'`
export NUMPY_INCLUDEDIR=${INCLUDEDIR}