Skip to content

Commit

Permalink
adding rules fork for dh_shlibdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed Apr 18, 2017
1 parent 8a2d446 commit 9c6e772
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
ifneq ($(wildcard /opt/intel/intelpython3/.*),) #use intelpython bindings if available
override_dh_virtualenv:
dh_virtualenv --python /opt/intel/intelpython3/bin/python3.5 --preinstall cython==0.24 --preinstall numpy==1.11.1 --preinstall matplotlib

else
override_dh_virtualenv:
dh_virtualenv --python /usr/bin/python3.5 --preinstall cython --preinstall numpy --preinstall matplotlib
Expand All @@ -15,5 +14,10 @@ endif
override_dh_strip:
dh_strip --exclude=numpy --exclude=pandas --exclude=matplotlib

ifneq ($(wildcard /opt/intel/intelpython3/.*),) #use intelpython bindings if available
override_dh_shlibdeps:
dh_shlibdeps --exclude=numpy --exclude=pandas --exclude=matplotlib --exclude=cython --dpkg-shlibdeps-params=--ignore-missing-info
else
override_dh_shlibdeps:
dh_shlibdeps --exclude=numpy --exclude=pandas --exclude=matplotlib
endif

0 comments on commit 9c6e772

Please sign in to comment.