Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045510
en ru br
ALT Linux repos
S:3.1.1-alt3
5.0: 2.2.0-alt1
4.1: 2.2.0-alt0.M41.1
4.0: 2.0.2-alt1
3.0: 1.100.2-alt1.1

Group :: Sciences/Chemistry
RPM: openbabel

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-gcc5.patch
Download


--- a/include/openbabel/shared_ptr.h~	2016-02-01 15:58:21.000000000 +0300
+++ b/include/openbabel/shared_ptr.h	2016-02-01 16:06:06.248000000 +0300
@@ -21,7 +21,7 @@ GNU General Public License for more deta
   #define shared_ptr boost::shared_ptr
 #else
   #include <memory>
-  #if __GNUC__ == 4  //&& __GNUC_MINOR__ < 3  removed at the suggestion of Konstantin Tokarev
+  #if __GNUC__ >= 4  //&& __GNUC_MINOR__ < 3  removed at the suggestion of Konstantin Tokarev
     #include <tr1/memory>
   #endif
   using std::tr1::shared_ptr;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin