c...@rocks-127.sdsc.edu
unread,Feb 4, 2013, 7:11:03 PM2/4/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rocks-clusters-de...@googlegroups.com, anoop.r...@gmail.com, greg....@gmail.com, mason...@gmail.com, philip.pa...@gmail.com, luca.c...@gmail.com
clem 13/02/04 16:11:03
Modified: src/roll/bio/src/bioperl Makefile
Added: src/roll/bio/src/bioperl
version.mk
Log:
bump release number of bioperl
Revision Changes Path
1.14 +12 -1 rocks/src/roll/bio/src/bioperl/Makefile
Index: Makefile
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/bio/src/bioperl/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -t -w -r1.13 -r1.14
--- Makefile 27 Nov 2012 00:48:52 -0000 1.13
+++ Makefile 5 Feb 2013 00:11:02 -0000 1.14
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 2012/11/27 00:48:52 phil Exp $
+# $Id: Makefile,v 1.14 2013/02/05 00:11:02 clem Exp $
# @Copyright@
#
@@ -55,6 +55,9 @@
# @Copyright@
# $Log: Makefile,v $
+# Revision 1.14 2013/02/05 00:11:02 clem
+# bump release number of bioperl
+#
# Revision 1.13 2012/11/27 00:48:52 phil
# Copyright Storm for Emerald Boa
#
@@ -92,6 +95,14 @@
-include $(ROCKSROOT)/etc/Rules.mk
include Rules.mk
+#
+# You can use now RocksReleaseVersion to set the release version of the RPMs
+# builded by cpan see below..
+#
+ifdef RELEASE
+RocksReleaseVersion = $(RELEASE)
+endif
+
bootstrap:
cat modules.build | while read line; do \
/opt/perl/bin/cpan \
1.4 +1 -4 rocks/src/roll/bio/src/bioperl/
version.mk