On Sat, Apr 26, 2014 at 01:15:37PM +0530, Raj Reddy wrote: > Hi. > > I am setting up a CI build system for python-brlcad. I require to install a > version of BRL-CAD in the bot.
I'd imagine a continuous integration system should be pulling BRL-CAD as source from subversion (svn checkout ...). If you need it for dependancies, one of the build profiles should attempt to build all the third party projects in the src/other/ subdir using the "-DBRLCAD_BUNDLED_LIBS=ON" cmake flag. That should have a very minimal dependancy set. > I found that brlcad v22 is availabe throw package manager in ubuntu.[1] But > I failed to find the availability of the latest version of BRLCAD v24 > through package manager. Ubuntu packages (and most other OS specific binary packages) are typically donated. I see a couple .deb in the files tab of the sourceforge project at https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/7.24.0/ which might work (or might have dependancy nomenclature for debian only, or might need a specific version of ubuntu... I can't tell from the filenames) If the existing files don't do the job, you might be able to generate debs appropriate for ubuntu using the "misc/debian/" directory in the BRL-CAD source. <snip> -Erik ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ BRL-CAD Developer mailing list brlcad-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/brlcad-devel