|
From: Daniel S. <ds...@um...> - 2010-12-09 22:38:51
|
Hi Florent, Thanks for you feedback on the issues below. I agree that we should have done a better job keeping everyone updated on the status of the release as its been in limbo for over 1 month due to various issues. The tarball has been released because some users needed it but not officially announced as I was updating the website before I sent out an email to everyone. I will try address your questions below and next time I definitely welcome any help reviewing new releases before they are put up on the server. Dan PS. Using amo...@li... in the future is a good idea and all developers should be on it. On Thu, Dec 9, 2010 at 1:59 AM, Florent Angly <flo...@gm...>wrote: > > > 2/ The AMOS version number was not updated for this release. It should be > changed to 3.0.0 in the file configure.ac > This is now updated. > > > 4/ I still get warnings when installing AMOS. I can try to fix them, but > before I do, does anyone know already exactly how to fix them? > Deprecated warnings: > In file included from > /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../include/c++/4.4.5/ext/hash_map:60, > from ../../../src/AMOS/utility_AMOS.hh:38, > from ../../../src/AMOS/foundation_AMOS.hh:13, > from clk.cc:15: > /usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../include/c++/4.4.5/backward/backward_warning.h:28:2: > warning: #warning This file includes at least one deprecated or antiquated > header which may be removed without further notice at a future date. Please > use a non-deprecated interface with equivalent functionality instead. For a > listing of replacement headers and interfaces, consult the file > backward_warning.h. To disable this warning use -Wno-deprecated. > This is because <ext/hash_map> is not part of the standard C++ library and should be changed to include <unorder_map> instead. This shouldn't be a problem though and is a warning. I didn't change this in the release as I am not sure of all the effects this could have on the core AMOS libraries (bugs, performance, etc). > > 5/ I've noticed that there are 2 apparently redundant folders in the main > CVS repository: 'bankviewer' and 'hawkeye'. Shall we remove one or the > other? > Not sure about this. This would be up to the hawkeye developers. You may want to ask Mike Schatz about this. > > 6/ I'd like to test some of the new features of AMOS. Yet, even as a > developer, I am unsure where to find them. For example, where is fast2amos > or goBambus2? > This will be updated in the latest tarball. I am moving them to the Pipeline directory and Todd & I are updating the website documentation on them. > > 7/ At some point, Figaro was supposed to be integrated into the main AMOS > repository. This has not yet been done, and I'll probably do it myself > unless there are reasons not to.am > I don't think there is a reason not to do this. I sent an email separately to you and James White about it. > > 8/ Recently, there were some emails on the mailing list from Martin Mokrejs > (mmo...@fo...). He reported many issues related to > compiling, but got very little feedback from us. Hopefully, we can address > some of his points so that he didn't feel like he entirely wasted his time > trying to help the AMOS project. > I believe I helped him get AMOS installed and running. After he removed his old Bambus install and did a clean install of AMOS all of his compilation errors went away. He had one warning remaining that is still outstanding. > >> > |