r43980 - /packages/mrmpi/trunk/debian/rules

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Wed Oct 26 18:48:00 UTC 2011


Author: malat-guest
Date: Wed Oct 26 18:47:59 2011
New Revision: 43980

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43980
Log:
fix d/rules

Modified:
    packages/mrmpi/trunk/debian/rules

Modified: packages/mrmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/mrmpi/trunk/debian/rules?rev=43980&op=diff
==============================================================================
--- packages/mrmpi/trunk/debian/rules (original)
+++ packages/mrmpi/trunk/debian/rules Wed Oct 26 18:47:59 2011
@@ -6,6 +6,7 @@
 CMAKE_FLAGS = \
 	-DCMAKE_BUILD_TYPE:STRING=RELEASE \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
+	-DVTK_USE_MPI:BOOL=ON
 
 pkg_run = mrmpi
 pkg_dev = libmrmpi-dev
@@ -36,5 +37,5 @@
 
 get-orig-source: $(UPSTREAM_SRC).tar.gz
 	tar xzf $(UPSTREAM_SRC).tar.gz
-	mv $(UPSTREAM_SRC) $(DEBIAN_SRC_DIR)
+	mv $(UPSTREAM_SRC_DIR) $(DEBIAN_SRC_DIR)
 	GZIP="--best --no-name" tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)




More information about the debian-science-commits mailing list