加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
STAR.spec 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Vicoloa 提交于 2023-12-19 16:29 . update to 2.7.11a
%global debug_package %{nil}
Name: STAR
Version: 2.7.11a
Release: 1
Summary: RNA-seq aligner
License: MIT
URL: https://github.com/alexdobin/STAR
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
Requires: glibc
BuildRequires: gcc-c++ make zlib zlib-devel
%description
Spliced Transcripts Alignment to a Reference.
%prep
%autosetup -n %{name}-%{version}
%ifarch aarch64
sed -i "s@-mavx2@@g" ./source/Makefile
%endif
%build
cd ./source/
make -f Makefile
%install
mkdir -p %{buildroot}%{_bindir}/
cp -p ./bin/Linux_x86_64/STAR %{buildroot}%{_bindir}/
cp -p ./bin/Linux_x86_64/STARlong %{buildroot}%{_bindir}/
%files
%doc README.md
%license LICENSE
%{_bindir}/STAR
%{_bindir}/STARlong
%changelog
* Tue Dec 19 2023 Vicoloa <lvkun@uniontech.com> - 2.7.11a-1
- update to 2.7.11a
* Mon May 22 2023 guoyizhang <kuoi@bioarchlinux.org> 2.7.10b-1
- fix missing binary
- polish make
- add depends
* Wed Apr 06 2022 herengui <herengui@uniontech.com> - 2.7.6a-2
- fix build error
* Wed Mar 17 2021 zhouzhongyuan <zhouzhongyuan96@163.com> - 2.7.6a-1
- Init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化