mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-23 12:56:53 +01:00
5 lines
106 B
Bash
5 lines
106 B
Bash
|
|
||
|
INCLUDEDIR=`python -c 'import numpy; print(numpy.get_include())'`
|
||
|
export NUMPY_INCLUDEDIR=${INCLUDEDIR}
|
||
|
|