public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/uchime/files: CMakeLists.txt
@ 2012-08-14 15:36 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-08-14 15:36 UTC (permalink / raw
  To: gentoo-commits

jlec        12/08/14 15:36:10

  Added:                CMakeLists.txt
  Log:
  sci-biology/uchime: New addition
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-biology/uchime/files/CMakeLists.txt

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/uchime/files/CMakeLists.txt?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/uchime/files/CMakeLists.txt?rev=1.1&content-type=text/plain

Index: CMakeLists.txt
===================================================================
cmake_minimum_required(VERSION 2.6)
project(UCHIME)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FILE_OFFSET_BITS=64 -DUCHIMES=1")

# Simply copy the source files from the mk script
add_executable(uchime 
				addtargets2.cpp alignchime.cpp alignchimel.cpp alnparams.cpp alpha.cpp alpha2.cpp fractid.cpp getparents.cpp globalalign2.cpp make3way.cpp mx.cpp myutils.cpp path.cpp searchchime.cpp seqdb.cpp setnucmx.cpp sfasta.cpp tracebackbit.cpp uchime_main.cpp usort.cpp viterbifast.cpp writechhit.cpp)

INSTALL(TARGETS uchime
        DESTINATION bin)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-14 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 15:36 [gentoo-commits] gentoo-x86 commit in sci-biology/uchime/files: CMakeLists.txt Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox