mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-23 04:43:57 +01:00
LDFLAGS may contain several items and should be passed second
This commit is contained in:
parent
9f674b1add
commit
8b22494f2f
@ -203,7 +203,7 @@ python-test: $(TEST_PY)
|
|||||||
|
|
||||||
python-install: $(pytrexio_py) $(setup_py) $(setup_cfg)
|
python-install: $(pytrexio_py) $(setup_py) $(setup_cfg)
|
||||||
cd python && \
|
cd python && \
|
||||||
./install_pytrexio.sh $(HDF5_LDFLAGS) $(HDF5_CFLAGS)
|
./install_pytrexio.sh $(HDF5_CFLAGS) $(HDF5_LDFLAGS)
|
||||||
|
|
||||||
$(pytrexio_py): $(pytrexio_c)
|
$(pytrexio_py): $(pytrexio_c)
|
||||||
cd tools && ./prepare_python.sh
|
cd tools && ./prepare_python.sh
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
H5_LDFLAGS_LOCAL=$1
|
H5_CFLAGS_LOCAL=$1
|
||||||
H5_CFLAGS_LOCAL=$2
|
H5_LDFLAGS_LOCAL=$2
|
||||||
|
|
||||||
# This script should update the version of the Python package
|
# This script should update the version of the Python package
|
||||||
#source version.py
|
#source version.py
|
||||||
|
Loading…
Reference in New Issue
Block a user