kingsfordgroup / sailfish

Rapid Mapping-based Isoform Quantification from RNA-Seq Reads
http://www.cs.cmu.edu/~ckingsf/software/sailfish
GNU General Public License v3.0
124 stars 45 forks source link

Installation erors #108

Closed tkzeng closed 6 years ago

tkzeng commented 6 years ago

Hi,

I'm having trouble installing Sailfish. I ran cmake -DFETCH_BOOST=TRUE ; make. Here is where I'm stuck:

[  1%] Performing install step for 'libtbb'
cd /project2/yangili1/tonyzeng/APA/sailfish/external/tbb43_20140724oss && sh -c "cp /project2/yangili1/tonyzeng/APA/sailfish/external/tbb43_20140724oss/build/LIBS_release/*.so* /project2/yangili1/tonyzeng/APA/sailfish/external/install/lib && cp -r /project2/yangili1/tonyzeng/APA/sailfish/external/tbb43_20140724oss/include/* /project2/yangili1/tonyzeng/APA/sailfish/external/install/include"
cp: target ‘/project2/yangili1/tonyzeng/APA/sailfish/external/install/lib’ is not a directory
make[2]: *** [libtbb-prefix/src/libtbb-stamp/libtbb-install] Error 1
make[2]: Leaving directory `/project2/yangili1/tonyzeng/APA/sailfish/build'
make[1]: *** [CMakeFiles/libtbb.dir/all] Error 2
make[1]: Leaving directory `/project2/yangili1/tonyzeng/APA/sailfish/build'
make: *** [all] Error 2

I also tried installing Boost separately, but ran into different issues.