mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-04 05:03:58 +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}
|
||
|
|