-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added O1 for gcc 4.8.5 bug on toss
- Loading branch information
Showing
4 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ packing=cle6.unstable | |
ovis_branch=master | ||
sos_branch=master | ||
NetworkRequires=gitlab.opengridcomputing.com | ||
[email protected]:tom/SOS.git | ||
#[email protected]:tom/SOS.git | ||
[email protected]:ovis/ovis.git | ||
|
||
. ../support/package-functions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# | ||
packing=toss3 | ||
ovis_branch=OVIS-3.4.3 | ||
ovis_branch=OVIS-3.4.4 | ||
sos_branch=master | ||
NetworkRequires=github.com | ||
#[email protected]:tom/SOS.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
Summary: OVIS Commands and Libraries | ||
Name: ovis | ||
Version: @VERSION@ | ||
Release: 1.1%{?dist} | ||
Release: 2.1%{?dist} | ||
License: GPLv2 or BSD | ||
Group: %{ldms_all} | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
@@ -60,7 +60,7 @@ Prefix: /etc | |
|
||
%description | ||
This package provides the OVIS commands and libraries, OVIS apis and transport libraries, and scalable object store libraries for TOSS 3. | ||
Configured with @ac_configure_args@ CFLAGS=" @CFLAGS@ %{optflags}" | ||
Configured with @ac_configure_args@ CFLAGS=" @CFLAGS@ %{optflags} -O1" | ||
|
||
|
||
%prep | ||
|
@@ -70,7 +70,7 @@ Configured with @ac_configure_args@ CFLAGS=" @CFLAGS@ %{optflags}" | |
echo bTMPPATH %{_tmppath} | ||
rm -rf $RPM_BUILD_ROOT | ||
echo bBUILDROOT $RPM_BUILD_ROOT | ||
export CFLAGS="@CFLAGS@ %{optflags}" | ||
export CFLAGS="@CFLAGS@ %{optflags} -O1" | ||
%configure @ac_configure_args@ | ||
make V=1 -j 16 | ||
|
||
|
@@ -470,6 +470,9 @@ done | |
@ENABLE_BALER_TRUE@ln -s $RPM_INSTALL_PREFIX/lib/python*/site-packages/baler/bquery.py $RPM_INSTALL_PREFIX/bin/bhquery | ||
|
||
%changelog | ||
* Thu Aug 31 2017 Ben Allan <[email protected]> 3.4.4-2.1 | ||
Update for upstream and override -O2 which produces infinite loop bugs | ||
with toss gcc 4.8.5. | ||
* Wed Apr 26 2017 Ben Allan <[email protected]> 3.4.1-1 | ||
Flex array and swig bug patches. Refactor cython dependent bits. | ||
* Wed Mar 29 2017 Ben Allan <[email protected]> 3.4.0-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters