[adios] 124/207: Typos.
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch master
in repository adios.
commit cd7d99039d3cb8b4bb1da767f88b8414bba5f627
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Mon May 19 16:06:27 2014 +0100
Typos.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9ac4352..80a598d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,11 +71,11 @@ override_dh_auto_configure:
echo "PYTHON_LIBRARY:FILEPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/lib$(PY2).so" >> wrappers/numpy/build_$(PY2)/CMakeCache.txt
echo "CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/$(CXX)" >> wrappers/numpy/build_$(PY2)/CMakeCache.txt
echo "ADIOS_COMPILE_FLAGS:STRING=-fPIC " >> wrappers/numpy/build_$(PY2)/CMakeCache.txt
- echo "wrappers/numpy/builds_$(PY2)/adios.so /usr/lib/$(PY2)/dist-packages/adios " > debian/python-adios.install
+ echo "wrappers/numpy/build_$(PY2)/adios.so /usr/lib/$(PY2)/dist-packages/adios " > debian/python-adios.install
# And repeat for python3*
for p in $(PY3VERS) ; do \
mkdir -p wrappers/numpy/build_$$p ; \
- echo "PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python" > wrappers/numpy/builds_$$(p)/CMakeCache.txt ;\
+ echo "PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python" > wrappers/numpy/build_$$(p)/CMakeCache.txt ;\
echo "PYTHON_INCLUDE_DIR:PATH=/usr/include/$$(p)" >> wrappers/numpy/build_$$(p)/CMakeCache.txt ;\
echo "PYTHON_INCLUDE_DIR2:PATH=/usr/include/$(DEB_HOST_MULTIARCH)/$$(p)" >> wrappers/numpy/build_$$(p)/CMakeCache.txt ;\
echo "PYTHON_LIBRARY:FILEPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/lib$$(p)m.so" >> wrappers/numpy/build_$$(p)/CMakeCache.txt ;\
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git
More information about the debian-science-commits
mailing list