[DRE-commits] [ruby-nmatrix] 08/12: add /usr/include/atlas to {C, CPLUS}_INCLUDE_PATH

Cédric Boutillier boutil at alioth.debian.org
Sun Sep 22 07:59:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-nmatrix.

commit 24f8bb05c2a9ef67f3685577d183a54e4b33c44e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Sep 22 08:39:28 2013 +0200

    add /usr/include/atlas to {C,CPLUS}_INCLUDE_PATH
---
 debian/rules |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 82ddc0c..07f708d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,9 @@
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
 
+export C_INCLUDE_PATH=/usr/include/atlas/
+export CPLUS_INCLUDE_PATH=/usr/include/atlas/
+
+
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-nmatrix.git



More information about the Pkg-ruby-extras-commits mailing list