mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
[skip ci] Remove unnecesary line from sed hacking
This commit is contained in:
parent
836e35f8ee
commit
9d56a57d80
@ -40,8 +40,6 @@ cp ${SRC}/pytrexio_wrap.c ${PYDIR}/src/pytrexio_wrap.c
|
|||||||
cp ${INCLUDIR}/trexio.h ${PYDIR}/src
|
cp ${INCLUDIR}/trexio.h ${PYDIR}/src
|
||||||
cp ${INCLUDIR}/config.h ${PYDIR}/src
|
cp ${INCLUDIR}/config.h ${PYDIR}/src
|
||||||
|
|
||||||
# fix needed for HAVE_HDF5 symbol so that Python extension can be compiled without config.h
|
|
||||||
export LINE_NO=$(($(awk '/stdint.h/{print NR}' ${PYDIR_TREXIO_H}) + 1))
|
|
||||||
|
|
||||||
if [[ ${DO_HDF5} == 0 ]] ; then
|
if [[ ${DO_HDF5} == 0 ]] ; then
|
||||||
cp ${SRC}/trexio_hdf5.{c,h} ${PYDIR}/src
|
cp ${SRC}/trexio_hdf5.{c,h} ${PYDIR}/src
|
||||||
|
Loading…
Reference in New Issue
Block a user