mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 12:32:40 +01:00
Add comments
This commit is contained in:
parent
a68b66e142
commit
1be899d0c5
4
python/manual_install_pyqmckl.sh
Normal file → Executable file
4
python/manual_install_pyqmckl.sh
Normal file → Executable file
@ -3,6 +3,7 @@
|
||||
set -x
|
||||
set -e
|
||||
|
||||
# swig pre-processing
|
||||
./build_pyqmckl.sh
|
||||
|
||||
cd src/
|
||||
@ -15,9 +16,10 @@ cc -shared pyqmckl_wrap.o `pkg-config --libs qmckl` -o _pyqmckl.so
|
||||
|
||||
cd ..
|
||||
|
||||
# test
|
||||
# copy the produced files into the test dir
|
||||
cp src/_pyqmckl.so src/pyqmckl.py test/
|
||||
|
||||
# run tests
|
||||
cd test/
|
||||
python test_api.py
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user