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

Revision 10162, 1.8 KB checked in by ara_t, 8 years ago (diff)

Just Another Gibbs Sampler

Line 
1%define pkg_name    JAGS
2%define pkg_version 4.1.0
3%define pkg_release 2%{?_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* Tue Apr 12 2016 Toshiaki Ara <ara_t@384.jp> 4.1.0-2
69- delete *.la files
70- correct SPEC file
71
72* Thu Jan 28 2016 Toshiaki Ara <ara_t@384.jp> 4.1.0-1
73- update to 4.1.0
74- add %doc AUTHORS COPYING NEWS README
75
76* Fri Oct 23 2015 Toshiaki Ara <ara_t@384.jp> 4.0.0-1
77- update to 4.0.0
78
79* Wed Jul 30 2014 Toshiaki Ara <ara_t@384.jp> 3.4.0-1
80- new package
Note: See TracBrowser for help on using the repository browser.