1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-01 10:55:36 +02:00

Patch pip install in the Makefile

This commit is contained in:
q-posev 2022-08-22 13:11:53 +02:00
parent 0d6a07705c
commit 578bca9d52

View File

@ -118,7 +118,7 @@ python-install: $(qmckl_h) $(lib_LTLIBRARIES) $(dist_python_DATA)
cp src/qmckl.py . ; \
export QMCKL_INCLUDEDIR="$(prefix)/include" ; \
export QMCKL_LIBDIR="$(prefix)/lib" ; \
pip install .
python3 -m pip install .
python-test: $(test_py)
cd $(abs_srcdir)/python/test/ && \