Compare commits

...

6 Commits
master ... el5

Author SHA1 Message Date
Adam Huffman e84d354333 Merge branch 'master' into el5 2012-01-11 15:40:35 +00:00
Adam Huffman 16d9e27ba7 Reinstate boost141 flag fixes for el5 branch 2011-10-07 17:24:51 +01:00
Adam Huffman 90de68fd16 Merge branch 'master' into el5
Conflicts:
	mmseq-flags.patch
2011-10-07 17:10:38 +01:00
Adam Huffman b502a8737a Merge branch 'master' into el5
Conflicts:
	mmseq.spec
2011-08-17 17:58:21 +01:00
Adam Huffman 82572ebbb9 Use boost141 on EPEL5 2011-06-17 16:20:11 +01:00
Adam Huffman c0cf7ddfa2 BR for boost141-devel on EPEL5 2011-06-16 00:07:55 +01:00
2 changed files with 19 additions and 6 deletions

View File

@ -1,6 +1,15 @@
--- mmseq_0.9.14/Makefile 2011-09-20 11:27:55.000000000 +0100
+++ mmseq_0.9.14.new/Makefile 2011-10-07 16:13:01.261226334 +0100
@@ -35,7 +35,7 @@
+++ mmseq_0.9.14.new/Makefile 2011-10-07 17:24:00.961086740 +0100
@@ -26,7 +26,7 @@
.PHONY : all
mmseq : sokal.o mmseq.cpp
- $(CXX) ${MACROS} $(CXXFLAGS) -fopenmp -O3 sokal.o mmseq.cpp -o mmseq ${LIBS}
+ $(CXX) ${MACROS} $(CXXFLAGS) -I/usr/include/boost141 -fopenmp -O3 sokal.o mmseq.cpp -o mmseq ${LIBS} -L/usr/lib64/boost141 -L/usr/lib/boost141
static: sokal.o mmseq.cpp
$(CXX) ${MACROS} ${STATICFLAG} -fopenmp -O3 sokal.o mmseq.cpp -o ${STATICBIN} ${STATICLIBS}
@@ -35,10 +35,10 @@
$(CXX) $(CXXFLAGS) -c sokal.cc
fasta.o : fasta.c fasta.h
@ -8,4 +17,8 @@
+ $(CC) $(CXXFLAGS) -c fasta.c
bam2hits : fasta.o bam2hits.cpp
${CXX} ${MACROS} $(CXXFLAGS) -fopenmp -O3 fasta.o bam2hits.cpp -o bam2hits ${LIBS_B2H}
- ${CXX} ${MACROS} $(CXXFLAGS) -fopenmp -O3 fasta.o bam2hits.cpp -o bam2hits ${LIBS_B2H}
+ ${CXX} ${MACROS} $(CXXFLAGS) -I/usr/include/boost141 -fopenmp -O3 fasta.o bam2hits.cpp -o bam2hits ${LIBS_B2H} -L/usr/lib64/boost141 -L/usr/lib/boost141
hpc : mmseq_hpc bam2hits_hpc
.PHONY : all

View File

@ -12,7 +12,7 @@ Patch0: mmseq-sam-header.patch
Patch2: mmseq-zlib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: boost-devel
BuildRequires: boost141-devel
BuildRequires: samtools-devel
BuildRequires: gsl-devel
BuildRequires: zlib-devel
@ -86,8 +86,8 @@ rm -rf %{buildroot}
* Wed Aug 17 2011 Adam Huffman <bloch@verdurin.com> - 0.9.12-1
- upstream release 0.9.12 fixing a possible segfault
* Thu Jul 21 2011 Adam Huffman <bloch@verdurin.com> - 0.9.11-2
- rebuild for new Boost in Rawhide
* Fri Jun 17 2011 Adam Huffman <bloch@verdurin.com> - 0.9.11-1
- use boost141 on EPEL5
* Sat May 28 2011 Adam Huffman <bloch@verdurin.com> - 0.9.11-1
- new upstream release