We probably want to use the official public repo ``` https://software.sandia.gov/trilinos/repositories/publicTrilinos ``` as a reference rather than the incomplete GitHub clone. Sandias servers feature corrupt certificates though, so all git fetch/pull/clone operations have to be done with `GIT_SSL_NO_VERIFY=1`. Anyhow, in the above repo you'll find more recent tags, e.g., `trilinos-release-12-2-1`, which corresponds to the latest release.
--Nico On Sat, Sep 19, 2015 at 11:32 AM Felix Salfelder <[email protected]> wrote: > On Fri, Sep 18, 2015 at 12:10:05AM +0200, Graham Inggs wrote: > > On 17 September 2015 at 23:02, Nico Schlömer <[email protected]> > wrote: > > > Perhaps we can discuss the details of what still needs to be done in a > > > separate thread for everyone who's interested. Graham, Felix? Hands up! > > > > Let's drop the CC to the bug and continue the thread in the > debian-science list. > > I am subscribed there, so you can drop the CC to me as well. > > ok. the git repo on alioth is now up to date with release 11.14.2 > (which is the latest tag i could find). > > the repo is now (more or less?) gbp compliant. (i used gbp import-orig to > create an upstream branch). please complain, if it does not fit your > needs, and also explain why. > > things just don't build. i am not exactly used to debugging cmake, leave > this to me, and it will take a while :D > > cheers > felix >

