Compare commits
34 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d05f4529ce | ||
|
8cdce00a23 | ||
|
0fdac18a20 | ||
|
c89a71072a | ||
|
7f85e1d282 | ||
|
eebf867370 | ||
|
6366900a3f | ||
|
41d619a478 | ||
|
3f06b590e6 | ||
|
ecce5f1367 | ||
|
111f060319 | ||
|
2b7cb7672e | ||
|
a3ff2529f2 | ||
|
284ce81014 | ||
|
50239cd03c | ||
|
62c3c7cce0 | ||
|
1468685686 | ||
|
5e540e0b6f | ||
|
0734c56b63 | ||
|
88b2e52732 | ||
|
c065b88aa5 | ||
|
3f00f85810 | ||
|
07d5496991 | ||
|
faf19fcead | ||
|
4da93074ac | ||
|
70130b83a2 | ||
|
6ca60a2e9b | ||
|
203b78b312 | ||
|
12540ce398 | ||
|
3cab929aaf | ||
|
bb408e177b | ||
|
705afc6c19 | ||
|
0174e21093 | ||
|
1f363ebf79 |
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,2 +1,9 @@
|
|||||||
/ape_5.0.tar.gz
|
/ape_5.0.tar.gz
|
||||||
/ape_5.1.tar.gz
|
/ape_5.1.tar.gz
|
||||||
|
/ape_5.2.tar.gz
|
||||||
|
/ape_5.3.tar.gz
|
||||||
|
/ape_5.4.tar.gz
|
||||||
|
/ape_5.4-1.tar.gz
|
||||||
|
/ape_5.5.tar.gz
|
||||||
|
/ape_5.6-2.tar.gz
|
||||||
|
/ape_5.7-1.tar.gz
|
||||||
|
172
R-ape.spec
172
R-ape.spec
@ -1,45 +1,68 @@
|
|||||||
%global packname ape
|
%global packname ape
|
||||||
|
%global packver 5.7
|
||||||
|
%global packrev 1
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
|
# Cannot enable until phangorn is added
|
||||||
|
%global with_suggests 0
|
||||||
|
|
||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 5.1
|
Version: %{packver}.%{packrev}
|
||||||
Release: 1%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Analyses of Phylogenetics and Evolution
|
Summary: Analyses of Phylogenetics and Evolution
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
URL: https://cran.r-project.org/web/packages/%{packname}/index.html
|
URL: https://CRAN.R-project.org/package=%{packname}
|
||||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}-%{packrev}.tar.gz
|
||||||
|
|
||||||
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||||
|
ExcludeArch: %{ix86}
|
||||||
|
|
||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
# Imports: R-nlme R-lattice R-graphics R-methods R-stats R-tools R-utils R-parallel R-Rcpp
|
# Imports: R-nlme, R-lattice, R-graphics, R-methods, R-stats, R-utils, R-parallel, R-Rcpp >= 0.12.0, R-digest
|
||||||
# Suggests: R-gee R-expm
|
# Suggests: R-gee, R-expm, R-igraph, R-phangorn
|
||||||
# LinkingTo:
|
# LinkingTo: R-Rcpp
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
Requires: R-nlme R-lattice R-graphics R-methods R-stats R-tools R-utils R-parallel R-Rcpp >= 0.12.0
|
BuildRequires: R-devel
|
||||||
Suggests: R-gee R-expm
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: R-devel tex(latex)
|
BuildRequires: R-nlme
|
||||||
BuildRequires: R-nlme R-lattice R-graphics R-methods R-stats R-tools R-utils R-parallel R-Rcpp-devel >= 0.12.0
|
BuildRequires: R-lattice
|
||||||
BuildRequires: R-gee R-expm
|
BuildRequires: R-graphics
|
||||||
|
BuildRequires: R-methods
|
||||||
|
BuildRequires: R-stats
|
||||||
|
BuildRequires: R-utils
|
||||||
|
BuildRequires: R-parallel
|
||||||
|
BuildRequires: R-Rcpp-devel >= 0.12.0
|
||||||
|
BuildRequires: R-digest
|
||||||
|
%if %{without bootstrap}
|
||||||
|
BuildRequires: R-gee
|
||||||
|
BuildRequires: R-expm
|
||||||
|
BuildRequires: R-igraph
|
||||||
|
%if %{with_suggests}
|
||||||
|
BuildRequires: R-phangorn
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Functions for reading, writing, plotting, and manipulating phylogenetic
|
Functions for reading, writing, plotting, and manipulating phylogenetic
|
||||||
trees, analyses of comparative data in a phylogenetic framework, ancestral
|
trees, analyses of comparative data in a phylogenetic framework, ancestral
|
||||||
character analyses, analyses of diversification and macroevolution,
|
character analyses, analyses of diversification and macroevolution,
|
||||||
computing distances from DNA sequences, reading and writing nucleotide
|
computing distances from DNA sequences, reading and writing nucleotide
|
||||||
sequences as well as importing from BioConductor, and several tools such
|
sequences as well as importing from BioConductor, and several tools such as
|
||||||
as Mantel's test, generalized skyline plots, graphical exploration of
|
Mantel's test, generalized skyline plots, graphical exploration of
|
||||||
phylogenetic data (alex, trex, kronoviz), estimation of absolute
|
phylogenetic data (alex, trex, kronoviz), estimation of absolute
|
||||||
evolutionary rates and clock-like trees using mean path lengths and
|
evolutionary rates and clock-like trees using mean path lengths and
|
||||||
penalized likelihood, dating trees with non-contemporaneous sequences,
|
penalized likelihood, dating trees with non-contemporaneous sequences,
|
||||||
translating DNA into AA sequences, and assessing sequence alignments.
|
translating DNA into AA sequences, and assessing sequence alignments.
|
||||||
Phylogeny estimation can be done with the NJ, BIONJ, ME, MVR, SDM, and
|
Phylogeny estimation can be done with the NJ, BIONJ, ME, MVR, SDM, and
|
||||||
triangle methods, and several methods handling incomplete distance
|
triangle methods, and several methods handling incomplete distance matrices
|
||||||
matrices (NJ*, BIONJ*, MVR*, and the corresponding triangle method). Some
|
(NJ*, BIONJ*, MVR*, and the corresponding triangle method). Some functions call
|
||||||
functions call external applications (PhyML, Clustal, T-Coffee, Muscle)
|
external applications (PhyML, Clustal, T-Coffee, Muscle) whose results are
|
||||||
whose results are returned into R.
|
returned into R.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -57,10 +80,14 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# need R-igraph as of 5.1
|
%if %{without bootstrap}
|
||||||
%if 0
|
%if %{with_suggests}
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
|
%else
|
||||||
|
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{rlibdir}/%{packname}
|
%dir %{rlibdir}/%{packname}
|
||||||
@ -80,6 +107,107 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Apr 25 2024 Iñaki Úcar <iucar@fedoraproject.org> - 5.7.1-6
|
||||||
|
- R-maint-sig mass rebuild
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 5.7.1-2
|
||||||
|
- R-maint-sig mass rebuild
|
||||||
|
|
||||||
|
* Mon Mar 13 2023 Tom Callaway <spot@fedoraproject.org> - 5.7.1-1
|
||||||
|
- update to 5.7-1
|
||||||
|
|
||||||
|
* Sun Jan 22 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.6.2-3
|
||||||
|
- Drop support for i686
|
||||||
|
- Switch to SPDX licenses
|
||||||
|
|
||||||
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Sep 2 2022 Tom Callaway <spot@fedoraproject.org> - 5.6.2-1
|
||||||
|
- update to 5.6-2
|
||||||
|
- rebuild for R 4.2.1
|
||||||
|
- bootstrap on
|
||||||
|
|
||||||
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 17 2021 Tom Callaway <spot@fedoraproject.org> - 5.5-2
|
||||||
|
- bootstrap off, but rework check logic around missing phangorn
|
||||||
|
|
||||||
|
* Tue Jun 15 2021 Tom Callaway <spot@fedoraproject.org> - 5.5-1
|
||||||
|
- update to 5.5
|
||||||
|
- bootstrap
|
||||||
|
- Rebuilt for R 4.1.0
|
||||||
|
|
||||||
|
* Mon Jun 7 2021 Tom Callaway <spot@fedoraproject.org> - 5.4.1-3
|
||||||
|
- rebuild for R 4.1.0
|
||||||
|
|
||||||
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 13 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.4.1-1
|
||||||
|
- Update to latest version (#1868589)
|
||||||
|
|
||||||
|
* Mon Aug 10 2020 Tom Callaway <spot@fedoraproject.org> - 5.4-3
|
||||||
|
- rebuild for FlexiBLAS R
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.4-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Fri Jun 5 2020 Tom Callaway <spot@fedoraproject.org> - 5.3-7
|
||||||
|
- rebuild for R 4
|
||||||
|
- turnoff bootstrap
|
||||||
|
|
||||||
|
* Sun Feb 23 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.3-6
|
||||||
|
- Add bootstrap setup to build without igraph
|
||||||
|
|
||||||
|
* Tue Feb 18 2020 Tom Callaway <spot@fedoraproject.org> - 5.3-5
|
||||||
|
- rebuild against R without libRlapack.so
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.3-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.3-3
|
||||||
|
- Remove explicit dependencies provided by automatic dependency generator
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Mar 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.3-1
|
||||||
|
- Update to latest version
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 22 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 5.2-1
|
||||||
|
- Update to latest version
|
||||||
|
- Re-enable build checks
|
||||||
|
- Re-arrange to match latest template
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed May 16 2018 Tom Callaway <spot@fedoraproject.org> - 5.1-1
|
* Wed May 16 2018 Tom Callaway <spot@fedoraproject.org> - 5.1-1
|
||||||
- update to 5.1, rebuild for R 3.5.0
|
- update to 5.1, rebuild for R 3.5.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ape_5.1.tar.gz) = 597bf6640401be4780514839144ec88d07157cc0bbfd84335a513f2ab90397a6d535384cfe5b9c7949b91d9b8d4e440ef48f8468b40a162c6b8b03a05bd68955
|
SHA512 (ape_5.7-1.tar.gz) = 15adc701619ff91e139f8f308614fe2abee04cab1a148ac79392b96f51ede6ea731cbdb1ce9d715bd6d927f8dada49767b73bf919b7996e7deb6b6b05d345369
|
||||||
|
Loading…
Reference in New Issue
Block a user