Re: Announcing the release of BLCR 0.6.0_beta4

From: Neal Becker (ndbecker2_at_gmail.com)
Date: Tue Aug 07 2007 - 04:50:16 PDT

  • Next message: Paul H. Hargrove: "Re: Announcing the release of BLCR 0.6.0_beta4"
    diff -r dbb10c3d8c50 blcr-0.6.0_b4.spec
    --- a/blcr-0.6.0_b4.spec	Tue Aug 07 07:36:06 2007 -0400
    +++ b/blcr-0.6.0_b4.spec	Tue Aug 07 07:49:14 2007 -0400
    @@ -37,7 +37,7 @@ Summary: Berkeley Lab Checkpoint/Restart
     %define build_static %{is_enabled 0 static}
     
     # Are we installing the test-suite
    -%define build_testsuite %{is_enabled 1 testsuite}
    +%define build_testsuite %{is_enabled 0 testsuite}
     
     # Are we building both 32- and 64-bit libcr?
     %define build_libdir32 0
    @@ -118,7 +118,9 @@ ln -s ../configure .
     %configure  \
     	--srcdir=.. \
     	%{?libdir32:--enable-multilib} \
    +%if %{build_testsuite}
     	--enable-testsuite \
    +%endif
     	--disable-config-report \
     	 \
     	%{?kernel_src:--with-linux=%{kernel_src}} \
    

  • Next message: Paul H. Hargrove: "Re: Announcing the release of BLCR 0.6.0_beta4"