Hi all, I built rdkit 2010.12 beta3 binaries for Fedora 13 and 14 (64bit) and uploaded them on my fedorapeople space: http://giallu.fedorapeople.org/rdkit
The old patches I added to build 2010.09 were folded into the current release (thanks Greg!), however, I'm still doing some changes I'd like to note here. 1. remove static libraries. It seems in October a change in the RDKitUtils.cmake file added a complementary set of *_static libraries to be created and installed alongside the usual shared ones. Right now, I'm just patching out this behaviour (no static libs are allowed in Fedora anyway) but I could think about a couple (IMHO better) alternatives: * build and use static libs only when BUILD_SHARED_LIBS:BOOL=OFF (this is the default behaviour for cmake) * add some RDKIT_BUILD_STATIC_LIBS flag to conditionally build the static libs 2. build postgresql against shared libraries this is basically a consequence of the first patch, I restored the previous behaviour of building the cartridge against shared libraries. 3. a bunch of files have the executable bit set, while they shouldn't. To find all of them I used: find Code/ -name "*.cpp" -o -name "*.ll" -o -name "*.yy" -o -name "*.hpp" -executable the same goes for ReleaseNotes.txt Now few things I noticed but not (yet) fixed in the packages * I'm not sure the directory rdkit/Chem/tests is useful in the installed tree * an empty file rdkit/Excel/outf is installed, probably it should not even exist in SVN * rpmlint complains about "exit()" being called in two libraries (libSmilesParse and libSLNParse) Best regards Gianluca -- Gianluca Sforna http://morefedora.blogspot.com http://identi.ca/giallu - http://twitter.com/giallu ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss