Skip to content

Commit

Permalink
update to 3.4.9
Browse files Browse the repository at this point in the history
this incorporates upstream fixes to lnet_stats sampler and init scripts.
  • Loading branch information
baallan committed Aug 17, 2018
1 parent 81c7d32 commit 6867f4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions toss3.unstable/firerpms
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash -x
#!/bin/bash
#
#
packing=toss3.unstable
ovis_branch=OVIS-3.4.6-dstat-fix
ovis_branch=v3.4.9
sos_branch=master
NetworkRequires=github.com
#[email protected]:tom/SOS.git
[email protected]:baallan/ovis.git
[email protected]:ovis/ovis.git

if test -n "$MODULEPATH"; then
module purge
Expand Down Expand Up @@ -41,7 +41,7 @@ IFACE_OPTS="
--enable-swig
--disable-readline
--enable-ldms-python
--disable-python
--enable-python
--enable-libgenders
--enable-genderssystemd
"
Expand All @@ -53,7 +53,7 @@ STORE_OPTS="
--enable-flatfile
--enable-csv
--enable-store
--disable-rabbitv3
--enable-rabbitkw
"
SAMPLER_OPTS="
--disable-cray_power_sampler
Expand Down
4 changes: 4 additions & 0 deletions toss3.unstable/ovis.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Requires: libevent >= 2.0.21
@ENABLE_LIBGENDERS_TRUE@Requires: genders
@ENABLE_SYSCLASSIB_TRUE@Requires: libibmad libibumad
@ENABLE_RDMA_TRUE@Requires: librdmacm libibverbs
@ENABLE_RABBITKW_TRUE@Requires: librabbitmq librabbitmq-devel

BuildRequires: gettext-devel gcc glib2-devel
@ENABLE_DOC_TRUE@BuildRequires: doxygen
Expand All @@ -53,6 +54,7 @@ BuildRequires: libevent libevent-devel
@ENABLE_SWIG_TRUE@BuildRequires: swig
@ENABLE_LIBGENDERS_TRUE@BuildRequires: boost-devel
@ENABLE_LIBGENDERS_TRUE@BuildRequires: genders
@ENABLE_RABBITKW_TRUE@BuildRequires: librabbitmq librabbitmq-devel
Url: http://ovis.ca.sandia.gov/

# relocation prefix0 for file installs other than sysconfdir & localstatedir
Expand Down Expand Up @@ -463,6 +465,8 @@ bash $RPM_INSTALL_PREFIX0/share/doc/ovis-@VERSION@/relocation/relocate-paths.sh
$RPM_INSTALL_PREFIX0/share/doc/ovis-@VERSION@/relocation/manifest

%changelog
* Wed Jul 25 2018 Ben Allan <[email protected]> 3.4.8-1
Config support of store_rabbitkw.
* Thu Apr 19 2018 Ben Allan <[email protected]> 3.4.6-0
SOS/baler v3 deprecation. Wrapper file for sbin exec relocation support.
* Wed Oct 18 2017 Ben Allan <[email protected]> 3.4.4-4
Expand Down
2 changes: 1 addition & 1 deletion toss3/firerpms
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
#
packing=toss3
ovis_branch=v3.4.8
ovis_branch=v3.4.9
sos_branch=master
NetworkRequires=github.com
#[email protected]:tom/SOS.git
Expand Down

0 comments on commit 6867f4d

Please sign in to comment.