]> git.donarmstrong.com Git - libparallel-mpi-simple-perl.git/commitdiff
set cflags in build
authorDon Armstrong <don@donarmstrong.com>
Sun, 25 Mar 2012 02:25:39 +0000 (19:25 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 25 Mar 2012 02:25:39 +0000 (19:25 -0700)
debian/rules

index 2d33f6ac8992b7da84b39a5bca0742c4962d3349..ebcd840083d35e8d9544cfe1518d467bfd76bf37 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+CFLAGS += -I/usr/lib/openmpi/include/
+export CFLAGS
+
 %:
        dh $@