search for: build_version

Displaying 6 results from an estimated 6 matches for "build_version".

2014 May 22
1
qemu-kvm rebuild in Centos for oVirt in SIG Virt
...ssed in the last CentOS SIG Virt meeting below the steps that we do to rebuild the qemu-kvm from http://vault.centos.org to enable the rhev-features like live snapshot for CentOS. 1. Download the last qemu-kvm from http://vault.centos.org/${version}/updates/Source/SPackages/ 2. mock -D "${build_version}" -r epel-6-x86_64 --with=rhev-features --rebuild "${WORKSPACE}"/rpms/${qemu_kvm} --resultdir="${WORKSPACE}"/rpms --cleanup-after As you can see we don't bump the release at moment, please let me know your thoughts. If there is any volunteer to take owner of this pa...
2009 Jan 13
1
[btrfs-progs 1/4] Add man/mkfs.btrfs.8.in
Add man/mkfs.btrfs.8.in Kept the name with the name in, so that further processing such as BUILD_DATE BUILD_VERSION etc. could be included later. All man pages included in the man directory to avoid file cluttering. Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.de> --- man/mkfs.btrfs.8.in | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 63 insertions(+), 0 deletions(-) cre...
2006 Mar 10
4
validation is giving me heartburn
...ate the format of user-entered software versions. so in the model i have: validates_format_of :version, :message=>"Not valid version number." :with=>/[0-9]\.[0-9]{2}\.[0-9]{2}\.[0-9]{2}\.[0-9]{2}/ the form field is simply the scaffold form code: <p><label for="build_version">Version</label><br/> <%= text_field ''build'', ''version'' %></p> putting in a correctly-formatted number, i.e. 4.11.43.22.55, works and the record is saved. however putting junk in the field gives me: You have a nil object when...
2010 Mar 31
0
You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
...t;> win.version() >> [1] "Windows Vista (build 6002) Service Pack 2" >>> packageDescription("Rgraphviz")$Version >> [1] "1.24.0" >>> graphvizVersion() >> $installed_version >> [1] ?????????2.20.3????????? >> >> $build_version >> [1] ?????????2.20.3????????? >> >> >> >> >> On Wed, Mar 31, 2010 at 9:56 AM, HU,ZHENGJUN <hhu at ufl.edu> wrote: >>> Hi Martin, >>> >>> ??????It is really a 'PATH' problem. After adding C:\Program >>> File...
2010 Mar 31
1
You are right and the problem is solved. Re: about the possible errors in Rgraphviz Package
Hi Martin, It is really a 'PATH' problem. After adding C:\Program Files\Graphviz2.20\bin to the 'PATH' environment variable, the Rgraphviz package can be loaded without any error messages. Sorry that I ONLY set my 'PATH' environment variable correctly for R but not for Graphviz. Thank you and Duncan so much for your great help. Howard On Tue Mar 30 18:12:54
2017 Apr 05
4
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
Thank Jean-Marc! The speedup percentages are all relative to the entire encoder. Comparing to master, this optimization patch speeds up fixed-point SILK encoder on NEON as following: Complexity 5: 6.1% Complexity 6: 5.8% Complexity 8: 5.5% Complexity 10: 4.0% when testing on an Acer Chromebook, ARMv7 Processor rev 3 (v7l), CPU max MHz: 2116.5 Thanks, Linfeng On Wed, Apr 5, 2017 at 11:02 AM,