dd1e266
%ifnarch s390 s390x
dd1e266
%global with_openmpi 1
dd1e266
%else
dd1e266
%global with_openmpi 0
dd1e266
%endif
dd1e266
6e06a80
Name:		gromacs
b8431f1
Version:	5.0.6
Dominik Mierzejewski e8db2c9
Release:	4%{?dist}
4fd2f7f
Summary:	Fast, Free and Flexible Molecular Dynamics
6e06a80
Group:		Applications/Engineering
6e06a80
License:	GPLv2+
6e06a80
URL:		http://www.gromacs.org
c0d315d
b377008
Source0:	ftp://ftp.gromacs.org/pub/gromacs/gromacs-%{version}.tar.gz
1c57466
Source1:	ftp://ftp.gromacs.org/pub/manual/manual-%{version}.pdf
6e06a80
Source6:	gromacs-README.fedora
91cb199
# fix path to packaged dssp
91cb199
# https://bugzilla.redhat.com/show_bug.cgi?id=1203754
91cb199
Patch0:		gromacs-dssp-path.patch
6e06a80
939be9d
BuildRequires:	cmake
2055781
BuildRequires:	atlas-devel >= 3.10.1
2055781
BuildRequires:	boost-devel
6e06a80
BuildRequires:	fftw-devel
6e06a80
BuildRequires:	gsl-devel
1b055a1
BuildRequires:	libxml2-devel
6e06a80
BuildRequires:	libX11-devel
2055781
BuildRequires:	motif-devel
5b702d1
# To get rid of executable stacks
c0d315d
%ifnarch aarch64 ppc64le
825fb77
BuildRequires:	/usr/bin/execstack
c0d315d
%endif
1b055a1
Requires:	gromacs-common = %{version}-%{release}
Dominik Mierzejewski e8db2c9
Requires:	gromacs-libs = %{version}-%{release}
2055781
Obsoletes:	gromacs-ngmx < 5.0.4-1
b830fd1
6e06a80
%description
4fd2f7f
GROMACS is a versatile and extremely well optimized package to perform
4fd2f7f
molecular dynamics computer simulations and subsequent trajectory analysis.
4fd2f7f
It is developed for biomolecules like proteins, but the extremely high
4fd2f7f
performance means it is used also in several other field like polymer chemistry
4fd2f7f
and solid state physics.
6e06a80
6e06a80
This package provides single and double precision binaries.
6e06a80
The documentation is in the package gromacs-common.
6e06a80
939be9d
mdrun has been compiled with thread parallellization, so it runs in parallel
939be9d
on shared memory systems. If you want to run on a cluster, you probably want
939be9d
to install one of the MPI parallellized packages.
939be9d
4fd2f7f
N.B. All binaries have names starting with g_, for example mdrun has been
4fd2f7f
renamed to g_mdrun.
4fd2f7f
4fd2f7f
6e06a80
%package common
6e06a80
Summary:	GROMACS shared data and documentation
6e06a80
Group:		Applications/Engineering
1b055a1
BuildArch:	noarch
2055781
Provides:	gromacs-bash = %{version}-%{release}
2055781
Obsoletes:	gromacs-bash < 5.0.4-1
6e06a80
6e06a80
%description common
4fd2f7f
GROMACS is a versatile and extremely well optimized package to perform
4fd2f7f
molecular dynamics computer simulations and subsequent trajectory analysis.
4fd2f7f
It is developed for biomolecules like proteins, but the extremely high
4fd2f7f
performance means it is used also in several other field like polymer chemistry
4fd2f7f
and solid state physics.
6e06a80
91cb199
This package includes architecture independent data and HTML documentation.
91cb199
91cb199
91cb199
%package doc
91cb199
Summary:	GROMACS manual
91cb199
BuildArch:	noarch
2556eed
Obsoletes: gromacs-common < 5.0.5-2
91cb199
91cb199
%description doc
91cb199
GROMACS is a versatile and extremely well optimized package to perform
91cb199
molecular dynamics computer simulations and subsequent trajectory analysis.
91cb199
It is developed for biomolecules like proteins, but the extremely high
91cb199
performance means it is used also in several other field like polymer chemistry
91cb199
and solid state physics.
91cb199
91cb199
This package the manual in PDF format.
6e06a80
6e06a80
6e06a80
%package devel
6e06a80
Summary:	GROMACS header files and development libraries
6e06a80
Group:		Applications/Engineering
Dominik Mierzejewski e8db2c9
Requires:	gromacs-libs = %{version}-%{release}
6e06a80
6e06a80
%description devel
4fd2f7f
GROMACS is a versatile and extremely well optimized package to perform
4fd2f7f
molecular dynamics computer simulations and subsequent trajectory analysis.
4fd2f7f
It is developed for biomolecules like proteins, but the extremely high
4fd2f7f
performance means it is used also in several other field like polymer chemistry
4fd2f7f
and solid state physics.
4fd2f7f
4fd2f7f
This package contains header files and development libraries for the GROMACS
4fd2f7f
molecular dynamics software. You need it if you want to write your own analysis
4fd2f7f
programs.
4fd2f7f
4fd2f7f
7fad780
%package libs
7fad780
Summary:	GROMACS shared libraries
7fad780
Group:		System Environment/Libraries
7fad780
7fad780
%description libs
7fad780
GROMACS is a versatile and extremely well optimized package to perform
7fad780
molecular dynamics computer simulations and subsequent trajectory analysis.
7fad780
It is developed for biomolecules like proteins, but the extremely high
7fad780
performance means it is used also in several other field like polymer chemistry
7fad780
and solid state physics.
7fad780
7fad780
This package contains libraries needed for operation of GROMACS.
7fad780
7fad780
dd1e266
%if %{with_openmpi}
1b055a1
%package openmpi
1b055a1
Summary:	GROMACS Open MPI binaries and libraries
4fd2f7f
Group:		Applications/Engineering
1b055a1
Obsoletes:	gromacs-mpi < %{version}-%{release}
4fd2f7f
Requires:	gromacs-common = %{version}-%{release}
Dominik Mierzejewski e8db2c9
Requires:	gromacs-openmpi-libs = %{version}-%{release}
1b055a1
BuildRequires:	openmpi-devel
a90b748
Requires:	openmpi
6e06a80
1b055a1
%description openmpi
4fd2f7f
GROMACS is a versatile and extremely well optimized package to perform
4fd2f7f
molecular dynamics computer simulations and subsequent trajectory analysis.
4fd2f7f
It is developed for biomolecules like proteins, but the extremely high
4fd2f7f
performance means it is used also in several other field like polymer chemistry
4fd2f7f
and solid state physics.
6e06a80
939be9d
mdrun has been compiled with thread parallellization (for running on
939be9d
a single node) and with Open MPI (for running on multiple nodes).
939be9d
This package single and double precision binaries and libraries.
6e06a80
6e06a80
7fad780
%package openmpi-libs
7fad780
Summary:	GROMACS Open MPI shared libraries
7fad780
Group:		System Environment/Libraries
7fad780
Obsoletes:	gromacs-mpi-libs < %{version}-%{release}
7fad780
Requires:	openmpi
7fad780
7fad780
%description openmpi-libs
7fad780
GROMACS is a versatile and extremely well optimized package to perform
7fad780
molecular dynamics computer simulations and subsequent trajectory analysis.
7fad780
It is developed for biomolecules like proteins, but the extremely high
7fad780
performance means it is used also in several other field like polymer chemistry
7fad780
and solid state physics.
7fad780
7fad780
This package contains libraries needed for operation of GROMACS Open MPI.
7fad780
7fad780
1b055a1
%package openmpi-devel
1b055a1
Summary:	GROMACS Open MPI development libraries
4fd2f7f
Group:		Applications/Engineering
1b055a1
Obsoletes:	gromacs-mpi-devel < %{version}-%{release}
1b055a1
Requires:	gromacs-devel = %{version}-%{release}
031fcad
Requires:	gromacs-openmpi = %{version}-%{release}
1b055a1
Requires:	openmpi-devel
4fd2f7f
6e06a80
1b055a1
%description openmpi-devel
4fd2f7f
GROMACS is a versatile and extremely well optimized package to perform
4fd2f7f
molecular dynamics computer simulations and subsequent trajectory analysis.
4fd2f7f
It is developed for biomolecules like proteins, but the extremely high
4fd2f7f
performance means it is used also in several other field like polymer chemistry
4fd2f7f
and solid state physics.
4fd2f7f
1b055a1
This package contains development libraries for GROMACS Open MPI.
939be9d
You may need it if you want to write your own analysis programs.
dd1e266
%endif
4fd2f7f
4fd2f7f
Deji Akingunola 8861b54
%package mpich
Deji Akingunola 8861b54
Summary:	GROMACS MPICH binaries and libraries
e3131b9
Group:		Applications/Engineering
e3131b9
Requires:	gromacs-common = %{version}-%{release}
Dominik Mierzejewski e8db2c9
Requires:	gromacs-mpich-libs = %{version}-%{release}
Deji Akingunola 8861b54
Requires:	mpich
Deji Akingunola 8861b54
Provides:	%{name}-mpich2 = %{version}-%{release}
Deji Akingunola 8861b54
Obsoletes:	gromacs-mpich2 < 4.6.3-2
e3131b9
Deji Akingunola 8861b54
%description mpich
e3131b9
GROMACS is a versatile and extremely well optimized package to perform
e3131b9
molecular dynamics computer simulations and subsequent trajectory analysis.
e3131b9
It is developed for biomolecules like proteins, but the extremely high
e3131b9
performance means it is used also in several other field like polymer chemistry
e3131b9
and solid state physics.
e3131b9
939be9d
mdrun has been compiled with thread parallellization (for running on
Deji Akingunola 8861b54
a single node) and with MPICH (for running on multiple nodes).
939be9d
This package single and double precision binaries and libraries.
e3131b9
Deji Akingunola 8861b54
%package mpich-libs
Deji Akingunola 8861b54
Summary:	GROMACS MPICH shared libraries
7fad780
Group:		System Environment/Libraries
Deji Akingunola 8861b54
Requires:	mpich
Deji Akingunola 8861b54
Provides:	%{name}-mpich2-libs = %{version}-%{release}
Deji Akingunola 8861b54
Obsoletes:	%{name}-mpich2-libs < 4.6.3-2
7fad780
Deji Akingunola 8861b54
%description mpich-libs
7fad780
GROMACS is a versatile and extremely well optimized package to perform
7fad780
molecular dynamics computer simulations and subsequent trajectory analysis.
7fad780
It is developed for biomolecules like proteins, but the extremely high
7fad780
performance means it is used also in several other field like polymer chemistry
7fad780
and solid state physics.
7fad780
Deji Akingunola 8861b54
This package contains libraries needed for operation of GROMACS MPICH.
7fad780
7fad780
Deji Akingunola 8861b54
%package mpich-devel
Deji Akingunola 8861b54
Summary:	GROMACS MPICH development libraries
e3131b9
Group:		Applications/Engineering
e3131b9
Requires:	gromacs-devel = %{version}-%{release}
Deji Akingunola 8861b54
Requires:	gromacs-mpich = %{version}-%{release}
Deji Akingunola 8861b54
BuildRequires:	mpich-devel
Deji Akingunola 8861b54
Requires:	mpich-devel
Deji Akingunola 8861b54
Provides:	%{name}-mpich2-devel = %{version}-%{release}
Deji Akingunola 8861b54
Obsoletes:	%{name}-mpich2-devel < 4.6.3-2
e3131b9
Deji Akingunola 8861b54
%description mpich-devel
e3131b9
GROMACS is a versatile and extremely well optimized package to perform
e3131b9
molecular dynamics computer simulations and subsequent trajectory analysis.
e3131b9
It is developed for biomolecules like proteins, but the extremely high
e3131b9
performance means it is used also in several other field like polymer chemistry
e3131b9
and solid state physics.
e3131b9
Deji Akingunola 8861b54
This package contains development libraries for GROMACS MPICH.
939be9d
You may need it if you want to write your own analysis programs.
4fd2f7f
6e06a80
6e06a80
%package zsh
6e06a80
Summary:	GROMACS zsh support
6e06a80
Group:		Applications/Engineering
6e06a80
Requires:	zsh
1b055a1
BuildArch:	noarch
1b055a1
6e06a80
6e06a80
%description zsh
4fd2f7f
GROMACS is a versatile and extremely well optimized package to perform
4fd2f7f
molecular dynamics computer simulations and subsequent trajectory analysis.
4fd2f7f
It is developed for biomolecules like proteins, but the extremely high
4fd2f7f
performance means it is used also in several other field like polymer chemistry
4fd2f7f
and solid state physics.
6e06a80
4fd2f7f
This package provides scripts needed to run GROMACS with zsh and zsh
4fd2f7f
completion.
6e06a80
6e06a80
6e06a80
%package csh
6e06a80
Summary:	GROMACS csh support
6e06a80
Group:		Applications/Engineering
6e06a80
Requires:	csh
1b055a1
BuildArch:	noarch
1b055a1
6e06a80
6e06a80
%description csh
4fd2f7f
GROMACS is a versatile and extremely well optimized package to perform
4fd2f7f
molecular dynamics computer simulations and subsequent trajectory analysis.
4fd2f7f
It is developed for biomolecules like proteins, but the extremely high
4fd2f7f
performance means it is used also in several other field like polymer chemistry
4fd2f7f
and solid state physics.
6e06a80
4fd2f7f
This package provides scripts needed to run GROMACS with csh and a completion
4fd2f7f
script.
6e06a80
6e06a80
%prep
b377008
%setup -q
91cb199
%patch0 -p1 -b .dssp
2055781
mkdir {serial,mpich,openmpi}{,_d}
6e06a80
6e06a80
%build
6e06a80
# Assembly kernels haven't got .note.GNU-stack sections
6e06a80
# because of incompatibilies with Microsoft Assembler.
6e06a80
# Add noexecstack to compiler flags
6e06a80
a90b748
export CFLAGS="%optflags -Wa,--noexecstack -fPIC"
2055781
export LDFLAGS="-L%{_libdir}/atlas"
6e06a80
4fd2f7f
# Default options, used for all compilations
2055781
export DEFOPTS="\
2055781
 -DBUILD_SHARED_LIBS=ON \
2055781
 -DBUILD_TESTING:BOOL=ON \
2055781
 -DCMAKE_C_FLAGS_RELEASE= \
2055781
 -DCMAKE_CXX_FLAGS_RELEASE= \
2055781
 -DCMAKE_SKIP_RPATH:BOOL=ON \
2055781
 -DCMAKE_SKIP_BUILD_RPATH:BOOL=ON \
2055781
 -DGMX_BLAS_USER=satlas \
2055781
 -DGMX_BUILD_UNITTESTS:BOOL=ON \
2055781
 -DGMX_LAPACK_USER=satlas \
2055781
 -DGMX_X11=ON \
2055781
"
939be9d
export DOUBLE="-D GMX_DOUBLE=ON" # Double precision
2055781
export MPI="-DGMX_MPI=ON -DGMX_THREAD_MPI=OFF -DGMX_DEFAULT_SUFFIX=OFF"
1b055a1
e48395b
# Acceleration flag
e48395b
export CPUACC="None"
e48395b
# .. but on x86_64 we know that SSE2 is available always, so
e48395b
%ifarch x86_64
e48395b
export CPUACC="SSE2"
e48395b
%endif
2055781
export DEFOPTS+=" -DGMX_SIMD=${CPUACC}"
6e06a80
2055781
for p in '' _d ; do
2055781
cd serial${p}
2055781
%cmake $DEFOPTS $(test -n "$p" && echo $DOUBLE) ..
939be9d
make VERBOSE=1 %{?_smp_mflags}
6e06a80
cd ..
2055781
done
6e06a80
dd1e266
%if %{with_openmpi}
1b055a1
%{_openmpi_load}
2055781
for p in '' _d ; do
2055781
SUFFIXCONF="-D GMX_BINARY_SUFFIX=${MPI_SUFFIX}${p} -D GMX_LIBS_SUFFIX=${MPI_SUFFIX}${p}"
2055781
cd openmpi${p}
2055781
%cmake $DEFOPTS $MPI $SUFFIXCONF $(test -n "$p" && echo $DOUBLE) ..
2055781
make VERBOSE=1 %{?_smp_mflags}
6e06a80
cd ..
2055781
done
1b055a1
%{_openmpi_unload}
dd1e266
%endif
1b055a1
Deji Akingunola 8861b54
%{_mpich_load}
2055781
for p in '' _d ; do
2055781
SUFFIXCONF="-D GMX_BINARY_SUFFIX=${MPI_SUFFIX}${p} -D GMX_LIBS_SUFFIX=${MPI_SUFFIX}${p}"
2055781
cd mpich${p}
2055781
%cmake $DEFOPTS $MPI $SUFFIXCONF $(test -n "$p" && echo $DOUBLE) ..
2055781
make VERBOSE=1 %{?_smp_mflags}
e3131b9
cd ..
2055781
done
Deji Akingunola 8861b54
%{_mpich_unload}
6e06a80
4fd2f7f
1b055a1
%install
dd1e266
%if %{with_openmpi}
1b055a1
%{_openmpi_load}
939be9d
# Make install-mdrun target is broken, do install manually
2055781
mkdir -p %{buildroot}{$MPI_BIN,$MPI_LIB}
2055781
for p in '' _d ; do
2055781
cd openmpi${p}
2055781
install -p -m 755 bin/gmx* %{buildroot}$MPI_BIN/
2055781
cp -a lib/libgromacs${MPI_SUFFIX}${p}.so* %{buildroot}$MPI_LIB/
6e06a80
cd ..
2055781
done
1b055a1
%{_openmpi_unload}
dd1e266
%endif
6e06a80
Deji Akingunola 8861b54
%{_mpich_load}
939be9d
# Make install-mdrun target is broken, do install manually
Dominik Mierzejewski 027299c
mkdir -p %{buildroot}{$MPI_BIN,$MPI_LIB}
2055781
for p in '' _d ; do
2055781
cd mpich${p}
2055781
install -p -m 755 bin/gmx* %{buildroot}$MPI_BIN/
2055781
cp -a lib/libgromacs${MPI_SUFFIX}${p}.so* %{buildroot}$MPI_LIB/
e3131b9
cd ..
2055781
done
Deji Akingunola 8861b54
%{_mpich_unload}
6e06a80
2055781
for p in '' _d ; do
2055781
cd serial${p}
6e06a80
make DESTDIR=%{buildroot} INSTALL="install -p" install
6e06a80
cd ..
2055781
done
939be9d
91cb199
mkdir -p %{buildroot}%{_docdir}/gromacs
91cb199
install -pm 644 AUTHORS COPYING README %{buildroot}%{_docdir}/gromacs
6e06a80
# Install manual & packager's note
91cb199
install -cpm 644 %{SOURCE1} %{buildroot}%{_docdir}/gromacs/manual.pdf
91cb199
install -cpm 644 %{SOURCE6} %{buildroot}%{_docdir}/gromacs/README.fedora
6e06a80
2055781
pushd %{buildroot}
6e06a80
# Fix GMXRC file permissions
2055781
chmod a+x ./%{_bindir}/GMXRC ./%{_bindir}/GMXRC.*
6e06a80
2055781
# Rename binaries to prevent clashes
6e06a80
# (This is done here so that we don't need to mess with machine generated makefiles.
939be9d
for bin in do_dssp editconf eneconv genbox genconf genion genrestr gmxcheck gmxdump grompp make_edi make_ndx mdrun mk_angndx pdb2gmx tpbconv trjcat trjconv trjorder xpm2ps; do
2055781
for p in '' _d ; do
2055781
mv ./%{_bindir}/${bin}${p} ./%{_bindir}/g_${bin}${p}
6e06a80
done
6e06a80
done
6e06a80
2055781
for bin in demux.pl xplor2gmx.pl; do
2055781
mv ./%{_bindir}/$bin ./%{_bindir}/g_${bin}
6e06a80
done
6e06a80
6e06a80
# Move completion files around
2055781
chmod a-x ./%{_bindir}/gmx-completion*
6e06a80
# Bash
2055781
mkdir -p ./%{_sysconfdir}/bash_completion.d
2055781
mv ./%{_bindir}/gmx-completion.bash ./etc/bash_completion.d/gmx-completion
2055781
mv ./%{_bindir}/gmx-completion-gmx.bash ./etc/bash_completion.d/gmx-completion-gmx
2055781
mv ./%{_bindir}/gmx-completion-gmx_d.bash ./etc/bash_completion.d/gmx-completion-gmx_d
6e06a80
6e06a80
# Remove .la files
2055781
find ./ -name *.la -delete
4fd2f7f
5b702d1
# Get rid of executable stacks
c0d315d
%ifnarch aarch64 ppc64le
2055781
find ./ -name *.so.* -exec execstack -c {} \;
c0d315d
%endif
2055781
popd
2055781
5b702d1
1b055a1
# Post install for libs. MPI packages don't need this.
3de3193
%post libs -p /sbin/ldconfig
4fd2f7f
3de3193
%postun libs -p /sbin/ldconfig
6e06a80
2055781
%if 1
2055781
%check
2055781
%if %{with_openmpi}
2055781
%{_openmpi_load}
2055781
for p in '' _d ; do
2055781
  cd openmpi${p}
2055781
  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}${MPI_LIB} make VERBOSE=1 %{?_smp_mflags} check
2055781
  cd ..
2055781
done
2055781
%{_openmpi_unload}
2055781
%endif
2055781
%{_mpich_load}
2055781
for p in '' _d ; do
2055781
  cd mpich${p}
2055781
  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}${MPI_LIB} make VERBOSE=1 %{?_smp_mflags} check
2055781
  cd ..
2055781
done
2055781
%{_mpich_unload}
2055781
for p in '' _d ; do
2055781
  cd serial${p}
2055781
  LD_LIBRARY_PATH=%{buildroot}%{_libdir} make VERBOSE=1 %{?_smp_mflags} check
2055781
  cd ..
2055781
done
2055781
%endif
6e06a80
6e06a80
6e06a80
%files
2055781
%{_bindir}/gmx*
8cb2189
%{_bindir}/g_*
6e06a80
6e06a80
%files common
91cb199
%{_docdir}/gromacs
91cb199
%exclude %{_docdir}/gromacs/manual.pdf
2055781
%config(noreplace) %{_sysconfdir}/bash_completion.d/gmx-completion*
6e06a80
%{_bindir}/GMXRC
6e06a80
%{_bindir}/GMXRC.bash
2055781
%{_mandir}/man1/gmx*.1*
2055781
%{_mandir}/man7/gromacs.7*
91cb199
%{_datadir}/%{name}
2055781
%exclude %{_datadir}/%{name}/template
6e06a80
91cb199
%files doc
91cb199
%{_docdir}/gromacs/manual.pdf
91cb199
7fad780
%files libs
2055781
%{_libdir}/libgromacs*.so.*
7fad780
6e06a80
%files devel
6e06a80
%{_includedir}/%{name}
2055781
%{_libdir}/libgromacs*.so
2055781
%{_libdir}/pkgconfig/libgromacs*.pc
2055781
%{_datadir}/%{name}/template
6e06a80
dd1e266
%if %{with_openmpi}
1b055a1
%files openmpi
2055781
%{_libdir}/openmpi/bin/gmx*
7fad780
7fad780
%files openmpi-libs
2055781
%{_libdir}/openmpi/lib/libgromacs_openmpi*.so.*
6e06a80
1b055a1
%files openmpi-devel
2055781
%{_libdir}/openmpi/lib/libgromacs_openmpi*.so
dd1e266
%endif
4fd2f7f
Deji Akingunola 8861b54
%files mpich
2055781
%{_libdir}/mpich/bin/gmx*
7fad780
Deji Akingunola 8861b54
%files mpich-libs
2055781
%{_libdir}/mpich/lib/libgromacs_mpich*.so.*
1b055a1
Deji Akingunola 8861b54
%files mpich-devel
2055781
%{_libdir}/mpich/lib/libgromacs_mpich*.so
6e06a80
6e06a80
%files zsh
6e06a80
%{_bindir}/GMXRC.zsh
6e06a80
6e06a80
%files csh
6e06a80
%{_bindir}/GMXRC.csh
6e06a80
6e06a80
%changelog
Dominik Mierzejewski e8db2c9
* Thu Aug 26 2015 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 5.0.6-4
Dominik Mierzejewski e8db2c9
- fix up dependencies between subpackages
Dominik Mierzejewski e8db2c9
4737573
* Thu Aug 06 2015 Jonathan Wakely <jwakely@redhat.com> 5.0.6-3
4737573
- Rebuilt for Boost 1.58
4737573
06d98d2
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.6-2
06d98d2
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
06d98d2
b8431f1
* Sun Jul 26 2015 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 5.0.6-1
b8431f1
- update to 5.0.6
b8431f1
fafded5
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 5.0.5-4
fafded5
- rebuild for Boost 1.58
fafded5
6cfd9da
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.5-3
6cfd9da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6cfd9da
2556eed
* Mon Jun 15 2015 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 5.0.5-2
2556eed
- obsolete old -common subpackage in -doc so that users don't lose the manual
2556eed
91cb199
* Sat Jun 13 2015 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 5.0.5-1
91cb199
- update to 5.0.5
91cb199
- fix path to packaged dssp
91cb199
- drop upstreamed patch
91cb199
- move the large manual into a separate -doc subpackage
91cb199
2055781
* Tue Apr 14 2015 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 5.0.4-1
2055781
- update to 5.0.4
2055781
- switch Motif library to original Motif (as it's in Fedora since long)
2055781
- link against new-style atlas library (atlas 3.10.1+)
2055781
- BR: boost-devel
2055781
- csh/zsh completion removed upstream
2055781
- move bash completion into main package
2055781
- separate ngmx and mdrun dropped upstream
2055781
- enable testsuite
2055781
- factorize a lot of build logic
2055781
- drop redundant comments
1803b16
- skip double precision tests on i686 (http://redmine.gromacs.org/issues/1716)
2055781
37f36b1
* Mon Apr 13 2015 Dominik Mierzejewski <rpm@greysector.net> - 4.6.5-6
37f36b1
- rebuilt for changed mpich libraries
37f36b1
9606a70
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.5-5
9606a70
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9606a70
c0d315d
* Fri Jun 13 2014 Peter Robinson <pbrobinson@fedoraproject.org> 4.6.5-4
c0d315d
- Fix builds on aarch64/ppc64le
c0d315d
- Modernise spec
c0d315d
- Remove ancient obsoletes
c0d315d
7ef8738
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.5-3
7ef8738
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7ef8738
Deji Akingunola 80ae998
* Sat Feb 22 2014 Deji Akingunola <dakingun@gmail.com> - 4.6.5-2
Deji Akingunola 80ae998
- Rebuild for mpich-3.1
Deji Akingunola 80ae998
5e860d3
* Tue Dec 03 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 4.6.5-1
5e860d3
- Update to 4.6.5.
5e860d3
1c57466
* Thu Nov 14 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 4.6.4-1
1c57466
- Update to 4.6.4.
1c57466
8baab57
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.3-3
8baab57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8baab57
Deji Akingunola 8861b54
* Sat Jul 20 2013 Deji Akingunola <dakingun@gmail.com> - 4.6.3-2
Deji Akingunola 8861b54
- Rename mpich2 sub-packages to mpich and rebuild for mpich-3.0
Deji Akingunola 8861b54
af75594
* Sat Jul 06 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 4.6.3-1
af75594
- Update to 4.6.3.
af75594
0aefb59
* Tue Jun 04 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 4.6.2-1
0aefb59
- Update to 4.6.2.
0aefb59
dca273c
* Wed Mar 06 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 4.6.1-1
dca273c
- Update to 4.6.1.
dca273c
7743c4e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
7743c4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7743c4e
b377008
* Mon Jan 21 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 4.6-1
b377008
- Update to stable 4.6 release.
b377008
b0ba4b7
* Mon Dec 31 2012 Dan Horák <dan[at]danny.cz> - 4.6-0.2.beta3
b0ba4b7
- fix build on non-x86 arches
b0ba4b7
e48395b
* Mon Dec 24 2012 Susi Lehtola <jussilehtola@fedoraproject.org> - 4.6-0.1.beta3
e48395b
- Update to 4.6 beta 3.
e48395b
45fd3f6
* Fri Nov 02 2012 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.5-3.1
45fd3f6
- Bump due to MPICH2 update.
45fd3f6
e3c9de4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.5-3
e3c9de4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e3c9de4
67267c9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.5-2
67267c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67267c9
a0c3b5c
* Tue Sep 20 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.5-1
a0c3b5c
- Update to 4.5.5.
a0c3b5c
Deji Akingunola 45d8b09
* Wed Mar 30 2011 Deji Akingunola <dakingun@gmail.com> - 4.5.4-2
Deji Akingunola 45d8b09
- Rebuild for mpich2 soname bump
Deji Akingunola 45d8b09
e1479ef
* Wed Mar 23 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.4-1
e1479ef
- Update to 4.5.4.
e1479ef
5b702d1
* Sun Feb 13 2011 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.3-4
5b702d1
- Get rid of executable stacks.
afadb85
dd1e266
* Mon Feb 07 2011 Dan Horák <dan[at]danny.cz> - 4.5.3-3
dd1e266
- conditionalize OpenMPI support
dd1e266
- fix build on 64-bit platforms
dd1e266
9c3bc4d
* Mon Dec 20 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.3-2
9c3bc4d
- Fix rest of BZ #649338.
9c3bc4d
fead7d1
* Thu Nov 18 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.3-1
fead7d1
- Update to 4.5.3.
fead7d1
f35182f
* Fri Nov 05 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.2-3
f35182f
- Rebuild due to libxml2 soname bump.
f35182f
b830fd1
* Wed Nov 03 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.2-2
b830fd1
- Make gromacs package obsolete older versions of gromacs package due to the
b830fd1
  branching of libraries.
b830fd1
3de3193
* Mon Nov 01 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.2-1
3de3193
- Update to 4.5.2.
3de3193
7fad780
* Wed Oct 27 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.1-2
7fad780
- Patch around #644950.
7fad780
- Split libraries in own packages to avoid multilib problems.
7fad780
939be9d
* Sat Oct 09 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.5.1-1
939be9d
- Update to 4.5.1.
939be9d
3c91c48
* Sun Dec 06 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.0.7-1
3c91c48
- Update to 4.0.7.
3c91c48
cc7c0b6
* Sun Dec 06 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.0.6-1
cc7c0b6
- Update to 4.0.6.
cc7c0b6
8cb2189
* Fri Dec 04 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.0.5-6
8cb2189
- Fix file conflict.
8cb2189
031fcad
* Tue Dec 01 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.0.5-5
031fcad
- Put correct MPI devel package requires in place.
031fcad
c315d54
* Tue Dec 01 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.0.5-4
c315d54
- Fix obsoletes.
c315d54
1b055a1
* Mon Nov 30 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 4.0.5-3
1b055a1
- Combine libs with binaries and drop debug packages to avoid explosion of
1b055a1
  number of packages.
e3131b9
- Adopt use of MPI guidelines.
1b055a1
0b7b88a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.5-2
0b7b88a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0b7b88a
4fd2f7f
* Fri May 22 2009 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.5-1
4fd2f7f
- Update to 4.0.5.
4fd2f7f
- Change spec %%defines to %%globals.
4fd2f7f
- Add debug subpackages to make debugging of GROMACS possible.
35dce57
ed60a6b
* Tue Feb 17 2009 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.4-1
ed60a6b
- Update to 4.0.4.
ed60a6b
0ff216d
* Mon Jan 19 2009 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.3-4
0ff216d
- Retry fixing gmxdemo.
0ff216d
2d0f49e
* Mon Jan 19 2009 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.3-3
2d0f49e
- Fixed gmxdemo.
2d0f49e
26363c1
* Mon Jan 19 2009 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.3-2
26363c1
- Fix EPEL 4 build.
26363c1
7b3f14a
* Mon Jan 19 2009 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.3-1
7b3f14a
- Update to 4.0.3.
7b3f14a
ad6f154
* Wed Jan 14 2009 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.2-7
ad6f154
- Update manual to latest version.
ad6f154
- Removed Requires: blas and lapack.
ad6f154
ad6f154
* Mon Nov 10 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.2-6
bb4bd8c
- Update to 4.0.2.
bb4bd8c
ad6f154
* Sun Nov 09 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.1-5
3f6f449
- Add Requires: blas too.
3f6f449
ad6f154
* Sun Nov 09 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0.1-4
a90b748
- Update to 4.0.1.
a90b748
- Add Requires: lapack and openmpi to prevent yum from pulling atlas and lam
a90b748
instead.
a90b748
ad6f154
* Wed Oct 15 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-3
6e06a80
- Rename also man pages.
6e06a80
ad6f154
* Mon Oct 13 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-2
6e06a80
- Added noreplace to bash completion file.
6e06a80
- Changed double precision mpi binary suffix to _mpi_d.
6e06a80
ad6f154
* Sun Oct 12 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-1
6e06a80
- Update to Gromacs 4.0.
6e06a80
- Remove module system and patch file names to begin with g_.
6e06a80
ad6f154
* Wed Oct 08 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.15.rc3
6e06a80
- Changed location of binaries.
6e06a80
- Removed conflict of module file, as the program is binary compatible with older versions.
6e06a80
ad6f154
* Wed Oct 08 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.14.rc3
6e06a80
- The gromacs module is loaded automatically and it conflicts with gromacs3.
6e06a80
ad6f154
* Tue Oct 07 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.13.rc3
6e06a80
- Renamed module files from %%{name}-%%{version} to %%{name}.
6e06a80
ad6f154
* Mon Oct 06 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.12.rc3
6e06a80
- Fix BR to get GROMACS to build in mock for epel-4.
6e06a80
ad6f154
* Sat Oct 04 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.11.rc3
6e06a80
- Fix to get GROMACS to build in mock for epel-5.
6e06a80
ad6f154
* Sat Oct 04 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.10.rc3
6e06a80
- Implement module system & remove binary renaming.
6e06a80
- No need for autoreconf anymore.
6e06a80
- Update to rc3.
6e06a80
ad6f154
* Sat Oct 04 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.9.rc2
6e06a80
- Fall back to autoreconf due to binary renaming.
6e06a80
ad6f154
* Fri Oct 03 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.8.rc2
6e06a80
- Modified install commands to preserve timestamps.
6e06a80
ad6f154
* Fri Oct 03 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.7.rc2
6e06a80
- Even more review fixes.
6e06a80
- Binaries renamed:
6e06a80
	highway	->	g_highway
6e06a80
	luck	->	g_luck
6e06a80
	sigeps	->	g_sigeps
6e06a80
	wheel	->	g_wheel
6e06a80
ad6f154
* Thu Oct 02 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.6.rc2
6e06a80
- Final review fixes.
6e06a80
ad6f154
* Wed Oct 01 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.5.rc2
6e06a80
- Strip down requires by branching tutor to its own package.
6e06a80
ad6f154
* Tue Sep 30 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.4.rc2
6e06a80
- Extensive package review fixes.
6e06a80
- Unclear licenses on some files, filed upstream bug 217.
6e06a80
  http://bugzilla.gromacs.org/show_bug.cgi?id=217
6e06a80
ad6f154
* Mon Sep 29 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.3.rc2
6e06a80
- Move .so files to -devel package.
6e06a80
- Remove .la files.
6e06a80
ad6f154
* Mon Sep 29 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.2.rc2
6e06a80
- Implement out-of-tree-builds.
6e06a80
- Add --noexecstack to CFLAGS.
6e06a80
- Remove execstack procedure and prelink from buildreqs.
6e06a80
- Filed upstream bug 215 to add .note.GNU-stack .
6e06a80
- Fix incorrect file permission on src/tools/gmx_xpm2ps.c .
6e06a80
ad6f154
* Mon Sep 29 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.1.rc2
6e06a80
- Alphabetized buildrequires.
6e06a80
- Changed gromacs-share to gromacs-common.
6e06a80
ad6f154
* Fri Sep 26 2008 Jussi Lehtola <jussi.lehtola@iki.fi> - 4.0-0.0.rc2
6e06a80
- Initial build.