From: Raimar S. <rai...@ui...> - 2012-08-27 09:53:45
|
Dear András, it is possible to add FLENS, but I would have to create a FLENS package because at the moment there is none in Ubuntu. A conditional FLENS dependency is only possible if we have two separate packages, one with and one without FLENS (e.g. libc++qed and libc++qed_flens). But the FLENS dependency doesn't hurt much even for people who don't use it. At the moment the packages are created directly from my branch cppqed/raimar because of some recent changes to cmake, but later we can switch this to master. The way it works: on launchpad there is an exact copy of the development branch and an additional branch which contains the information how to build the packages (checkout lp:~raimar-sandner/+junk/cppqed-debian-build if you want to have a look). These two branches are then automatically merged and source packages for the various distributions and architectures are created and then built on the launchpad build farm. I would suggest to rename "Installation" to "Installation from source" and add a section "Installation from packages". I plan to write a Gentoo ebuild and Sebastian could contribute Arch-Linux packages. By publishing on the index page, do you mean to provide the .deb files as downloads or to give instructions how to install from the repository? Best regards Raimar On Monday 27 August 2012 10:50:59 Andras Vukics wrote: > Dear Raimar, > > This looks great. Did you create it simply from the main branch? Do > you think it would be possible to add FLENS as a dependency (perhaps > conditionally somehow)? > > It would be nice if you could document this a little bit, perhaps we > should publish the packages already on the index page. > > Let's skype early afternoon. > > Bests, > András > > > > > On Mon, Aug 27, 2012 at 10:20 AM, Raimar Sandner > > <rai...@ui...> wrote: > > Dear András, > > > > I have prepared Ubuntu packages for C++QED. > > > > https://launchpad.net/~raimar-sandner/+archive/cppqed > > > > The packages can be installed with > > > > sudo add-apt-repository ppa:raimar-sandner/cppqed > > sudo apt-get update > > sudo apt-get install c++qed-scripts libc++qed-dev > > > > In addition to blitz-0.10 there are three packages in the repository, each > > compiled for 32 and 64 bit architecture and for the Ubuntu series Quantal, > > Precise and Oneiric (other series can be added): > > > > * libc++qed: the libraries libC++QED.so, libel.so and libutils.so > > > > * libc++qed-dev: the header files and an example cmake project > > /usr/share/doc/libc++qed-dev/examples with all the script source files and > > an CMakeLists.txt which demonstrates how to compile scripts. A Readme.txt > > in the directory explains this. > > > > * c++qed-scripts: the scripts as executables, ready to run. > > > > > > Distributing new snapshot packages is as easy as pushing to a special > > bazaar repository on launchpad and requesting a build on the web > > interface. > > > > Can we skype later today? > > > > Best regards > > Raimar > > > > -------------------------------------------------------------------------- > > ---- Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Cppqed-support mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cppqed-support |