mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 01:56:13 +01:00
minor changes
This commit is contained in:
parent
1b05157316
commit
c7565e9dec
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,6 +21,7 @@ config.h.in
|
||||
config.h
|
||||
depcomp
|
||||
include/config.h.in
|
||||
include/config.h.in~
|
||||
include/stamp-h1
|
||||
install-sh
|
||||
libtool
|
||||
|
@ -23,8 +23,8 @@ mkdir -p ${PYDIR}/src
|
||||
mkdir -p ${PYTREXIODIR}
|
||||
|
||||
# Copy all the source code and header files in the corresponding python directory
|
||||
mv ${SRC}/pytrexio.py ${PYTREXIODIR}/pytrexio.py
|
||||
mv ${SRC}/trexio.py ${PYDIR}/trexio.py
|
||||
cp ${SRC}/pytrexio.py ${PYTREXIODIR}/pytrexio.py
|
||||
cp ${SRC}/trexio.py ${PYDIR}/trexio.py
|
||||
cp ${SRC}/*.c ${PYDIR}/src
|
||||
cp ${SRC}/*.h ${PYDIR}/src
|
||||
cp ${INCLUDIR}/trexio.h ${PYDIR}/src
|
||||
|
Loading…
Reference in New Issue
Block a user