source: projects/specs/trunk/J/JAGS/JAGS-vl.spec @ 11180

Revision 11180, 2.0 KB checked in by ara_t, 7 years ago (diff)

JAGS: update to 4.3.0

Line 
1%define pkg_name    JAGS
2%define pkg_version 4.3.0
3%define pkg_release 1%{?_dist_release}
4
5Summary:     Just Another Gibbs Sampler
6Summary(ja): もう1つのギブスサンプラー
7Name:        %{pkg_name}
8Version:     %{pkg_version}
9Release:     %{pkg_release}
10
11License: GPLv2
12Group:   Applications/Edutainment
13URL:     http://mcmc-jags.sourceforge.net/
14Source0: %{name}-%{version}.tar.gz
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: blas-devel lapack-devel
18Requires: blas lapack
19
20Vendor: Project Vine
21Distribution: Vine Linux
22Packager: ara_t
23
24
25%description
26JAGS is Just Another Gibbs Sampler.
27It is a program for analysis of Bayesian hierarchical models
28using Markov Chain Monte Carlo (MCMC) simulation
29not wholly unlike BUGS.
30
31%description -l ja
32JAGSはもう1つのギブスサンプラーであり、
33マルコフ連鎖モンテカルロミュレーション(MCMC)を用いた
34階層ベイズモデルの解析のためのプログラムです。
35
36
37%prep
38%{__rm} -rf ${RPM_BUILD_ROOT}
39%setup -q
40
41%{configure}
42
43%build
44%{__make} %{?_smp_mflags}
45
46%install
47%{make_install}
48%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/lib*.la
49%{__rm} ${RPM_BUILD_ROOT}%{_libdir}/JAGS/modules-4/*.la
50
51%clean
52%{__rm} -rf ${RPM_BUILD_ROOT}
53
54
55%files
56%defattr(-, root, root)
57%doc AUTHORS COPYING NEWS README
58%{_bindir}/
59%{_includedir}/
60%{_libdir}/lib*.so*
61%{_libdir}/pkgconfig/*.pc
62%{_libdir}/JAGS/modules-4/*.so
63%{_libexecdir}/
64%{_mandir}/man1/
65
66
67%changelog
68* Fri Sep 15 2017 Toshiaki Ara <ara_t@384.jp> 4.3.0-1
69- new upstream release
70
71* Tue Jun 28 2016 Toshiaki Ara <ara_t@384.jp> 4.2.0-2
72- rebuild with gcc-5.4.0
73
74* Sun May 15 2016 Toshiaki Ara <ara_t@384.jp> 4.2.0-1
75- update to 4.2.0
76
77* Tue Apr 12 2016 Toshiaki Ara <ara_t@384.jp> 4.1.0-2
78- delete *.la files
79- correct SPEC file
80
81* Thu Jan 28 2016 Toshiaki Ara <ara_t@384.jp> 4.1.0-1
82- update to 4.1.0
83- add %doc AUTHORS COPYING NEWS README
84
85* Fri Oct 23 2015 Toshiaki Ara <ara_t@384.jp> 4.0.0-1
86- update to 4.0.0
87
88* Wed Jul 30 2014 Toshiaki Ara <ara_t@384.jp> 3.4.0-1
89- new package
Note: See TracBrowser for help on using the repository browser.